Ben
Ben

Reputation: 10288

How do I start with EJB3 and JBoss?

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

Answers (5)

bionicoder
bionicoder

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

David Rabinowitz
David Rabinowitz

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.

Enterprise JavaBeans 3.0, Fifth Edition

Upvotes: 0

Damo
Damo

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

Nick Holt
Nick Holt

Reputation: 34301

How about the JBoss EJB3 Tutorial - http://docs.jboss.org/ejb3/app-server/tutorial/

Upvotes: 1

dfa
dfa

Reputation: 116304

EJB in Action is a great book

Upvotes: 1

Related Questions