Reputation: 10288
I'd like to get into ejb3 to gain some practice in writing for it. I searched for tutorials and how-to's but could find some scarce unhelpful information.
I'm looking for a tutorial or walkthrough that will guide me from the very basics (Which software do I need to install?) to write a "Hello World" for EJB3 with JBoss.
In short - Where do I start?
Thanks!
Upvotes: 4
Views: 7029
Reputation: 83
I would recommend EJB 3 tutorial in laliluna. That was my staring point for EJB 3 2 years ago.
http://www.laliluna.de/ejb-3-tutorial-jboss.html
It uses MyEclipse which is a commercial product. However you can still use Eclipse or JBoss IDE.
Upvotes: 0
Reputation: 30448
Enterprise JavaBeans 3.0, Fifth Edition is a great book which helped me a lot. It is also has a JBoss workbook, as the auth=or as one of the lead developers of JBoss.
Upvotes: 0
Reputation: 11540
It would make sense to start with JBoss Seam as it's an easy introduction into EJB3 (and JSF). Have a look at their "Getting Started" page.
Upvotes: 3
Reputation: 34301
How about the JBoss EJB3 Tutorial - http://docs.jboss.org/ejb3/app-server/tutorial/
Upvotes: 1