How do I start with EJB3 and JBoss?
ejb-3.0, java, jboss
Solution
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.
Problem
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!