The J2EE specs states that : "Application clients are first tier client programs that execute in their own JavaÃÂ virtual machines. Application clients follow the model for Java technology-based applications: they are invoked at their main method and run until the virtual machine is terminated. However, like other J2EE application components, application clients depend on a container to provide system services. The application client container may be very light-weight compared to other J2EE containers, providing only the security and deployment services described below"
Application servers such as Websphere offer a mean to launch such an application with a custom bat ou sh program that initialise the VM with the application-client.xml file contained in the client ear file : how do one achieve this using JBoss ? The JBoss documentation only talks about web container application is this the only possible client of jboss server components ? Regards View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834611#3834611 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834611 ------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
