views:

269

answers:

1

I'm a little daunted by the endless myriad options in Eclipse for starting a Java EE project that would run on jboss. I know what I'm doing once I have an environment that's configured, but was hoping someone could point me to a step by step tutorial on how to go from writing my first class to actually having jboss pick it up on startup and act on it.

I assume the tutorial would need to involve the part of the task that has ANT generate a war file.

+3  A: 

EJB 3 Tutorial explaining Ant and showing how to create a session and entity beans with annotations and JBoss

01
awesome! thanks very much.
Dr.Dredel