Monday, July 30, 2012

JBOSS HELLO WORLD TUTORIAL

I found a very useful EJB tutorial online which is using JBOSS here is the link:

Follow this tutorial step by step I created my first hello world EJB project by using JBOSS successfully.

Then after that I was successfully to put the TPC-C transactions' methods into EJB and called the method from remote client through JBOSS server.

Research for JBOSS

There are some strange errors continuing occurred when I was trying to run glassfish in my local computer. At the end I decided to use JOBSS server to replace glassfish.

I was doing the research for JBOSS during the winter vacation then I found the JBOSS is more flexible than glassfish. JBoss offers many services and features, including:
  • Servlet/JSP container
  • JNDI
  • EJB
  • JTA
  • clustering
  • caching
  • JMS
  • Datasource / Resource management
  • JMX integration
  • OSGi support
  • web services
  • portals
  • Web Beans (Seam)
  • Some administrative consoles
  • an IoC container
  • etc