7 Replies Latest reply on Jul 13, 2011 9:40 PM by fredfred

    Question regarding JBOSS AS and Java pojos

    fredfred

      I have learned that JBoss has now released something called the "JBoss Microcontainer",

      which allows the JAVA EE developer to avoid ENJB 2.1/3.0/3.1 and deploy POJO to the

      JBoss AS.

       

      -Can POJOS be deployed as local/remote objects to JBOSS-5.1.0.GA without the JBOSS Microcontainer,

      or must the Microcontainer be added to a JBOSS-5.1.0.GA installation/deployment?

       

      -Or is it in fact recommended that one make the transitition to

      JBoss Application Server 6.0.0.Final for all sorts of other reasons regardless?

      Does this Version of the Application Server come with the new Microcontainer

      server software?

       

      How does one deploy Java pojo objects to thus applicable JBoss Application Server(s)?

      Could I be pointed to a tutorial URL of PDF file for this? In particular,

      can these Pojo objects still be accessed by JNDI? Any examples at all, please?