[jboss-user] [JBoss Portal] - Re: Building a service for the Portal

zerrt1 do-not-reply at jboss.com
Mon Aug 28 19:13:50 EDT 2006


If you are using ejb3.0 you can check out the ejb3 TrailBlazer section on JMS Service objects.  It is extremely simple to make an MBean service on jboss using ejb3.  
It is here:  

http://trailblazer.demo.jboss.com/EJB3Trail/serviceobjects/jmx/index.html

Of course, using ejb3 usually means you don't need to get jdbc connections manually.  So if your not using ejb3, then the information on writing MBean services manually is in the JBoss AS Guide doc, sectiion 2.4 (specifically 2.4.3).  This is much harder than using ejb3.   You can download it here:

http://labs.jboss.com/portal/jbossas/docs/index.html

The JMS spec itself is also good to read for the fully detailed information on writing services if you need more information.



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967967#3967967

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967967



More information about the jboss-user mailing list