[jboss-user] [Beginners Corner] - Re: Is an application server the right tool?

genman do-not-reply at jboss.com
Wed Feb 28 15:00:55 EST 2007


I have written some fairly important applications that ran on JBoss that were not web based, although having a web component made things easier to manage remotely.

Unlike Weblogic (which is EJB/Servlet-centric), JBoss is really "service" centric. Following the model of the JBoss server itself, you can create .sar files (which like .war) encapsulate a set of services and their support libraries, and with the -service.xml file you install the services as JMX Mbeans which can be easily managed.

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

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



More information about the jboss-user mailing list