File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JBoss/WildFly and the fly likes problem in developing simple ejb app Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » JBoss/WildFly
Reply Bookmark "problem in developing simple ejb app" Watch "problem in developing simple ejb app" New topic
Author

problem in developing simple ejb app

siva mohan
Greenhorn

Joined: Sep 02, 2008
Posts: 2
Hi readers,

i am new to ejb technology, so have doubt in developing and deploying a simple ejb application :roll:

i am using EJB 2.0, JBOSS 4.0 , eclipse 3.2 and java 1.5

i searched in the net , got through many materials that can guide to develop one of it.

all are using higher versions of the above, i mean, using ejb 3.0 or using xdoclet etc.

i am need of material which guides me to develop and deploy the ejb application using the same versions of softwares step by step.

please help me in this
Francesco Marchioni
author
Ranch Hand

Joined: Sep 22, 2003
Posts: 175
well if you are new to EJB technology let me give you my humble advice.
Forget about EJB 2.0. It was a technology which made so complex to write enterprise applications. As a result new light POJO framework came up and gained so much popularity that in the EJB 3.0 specification they adopted lots of those concepts to simplify EJB development.
Learn fresh EJB 3.0. If you want to give it a try in the link below there's a simple tutorial about them.
Regards
Francesco
http://www.mastertheboss.com


JBoss AS 5 Development
JBoss Tutorials
Martijn Verburg
author
Bartender

Joined: Jun 24, 2003
Posts: 3268

I also found OReillys Enterprise Javabeans 3.0 (5th Edition) by Burke and Monson-Haefel to be brilliant. It comes with a workbook for Jboss so you can go through the examples.


Cheers, Martijn - Blog,
Twitter, PCGen, Ikasan, My The Well-Grounded Java Developer book!,
My start-up.
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5575

But if you are bound and determined to use EJB 2.x, then the book JBoss At Work goes through a complete example.


JBoss In Action
siva mohan
Greenhorn

Joined: Sep 02, 2008
Posts: 2
Thanks for your suggestions.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: problem in developing simple ejb app
 
Similar Threads
action not found
Stand alone application.
Need Help for developing webservices using SPRING Restful API
Stand alone application.
What is the soul purpose of Tapestry