2 Replies Latest reply on Sep 15, 2006 1:10 AM by zerrt

    EJB3 Tutorial for JBoss Eclipse IDE?

    humm

      Dear all,

      I'm preparing for a lecture in which I would like to present, beside other issues, AOP in EJB3. I'm using JBoss 4.0 and Eclipse IDE 2.0.0 Alpha. However, I can't find any documentation as to get a simple EJB3 application to run. Is there a tutorial available?

      Best regards
      Bernhard


      --
      Prof. Dr. Bernhard Humm
      Darmstadt University of Applied Sciences
      b.humm@fbi.h-da.de
      www.fbi.h-da.de/~b.humm

        • 1. Re: EJB3 Tutorial for JBoss Eclipse IDE?
          jschitt

          I would also like someone to post a guide on how to develop an EJB3 project using the JBoss-Eclipse-IDE 1.6.

          I have managed to create a project (set up the JBoss server, etc..) but I do not know how to set up the beans (deploy the simple Stateless and Entity beans) in order to test them using a small java app.

          Any help would be appreciated.

          I have a very simple application:
          - one entity bean
          - one stateless bean (which can create / retrieve the entity bean)
          - one simple class to use the stateless bean and test its methods

          • 2. Re: EJB3 Tutorial for JBoss Eclipse IDE?
            zerrt

            There is a IDE Trailblazer tutorial in the documentation page that show step by step how to set up and debug an EJB app in JBoss Eclipse. It is for version one so I am not sure if it still applies but it should be very close.