This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: EJB3 Tutorial for JBoss Eclipse IDE?jschitt Sep 14, 2006 10:07 AM (in response to humm)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 Sep 15, 2006 1:10 AM (in response to humm)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. 
 
     
    