aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes EJB and J2EE starter Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "EJB and J2EE starter" Watch "EJB and J2EE starter" New topic
Author

EJB and J2EE starter

Jaydeep Deshmukh
Ranch Hand

Joined: Sep 10, 2002
Posts: 31
I am a total stranger to EJB. Can anyone please suggest a good book on EJB and J2EE for starters (DOWNLOADABLE FROM THE WEB). Also, I would like to know if there is a bare skeleton application server for trying out ejbs? Please help...
bijupk
Greenhorn

Joined: Aug 18, 2002
Posts: 2
I think you should try EJB in weblogic server trial version is freely available. Also Jonas server is available to run with Apache server. I can't help you about books online.
james edwin
Ranch Hand

Joined: Nov 22, 2001
Posts: 393
Hi Jaydeep,
01)Got the serverside.com and download ejb book in pdf.
02) Go to sun site,there you will EJB tutorial
For app server u can any like weblogic,jboss,jonas..etc
I hope above will help.


Regards,
James
Jaydeep Deshmukh
Ranch Hand

Joined: Sep 10, 2002
Posts: 31
hey James, he www.serverside.com url does not seem to work
Padma Narumanchi
Greenhorn

Joined: Nov 08, 2001
Posts: 2
That's TheServerside. Download Mastering EJB.pdf That's very good book written by Ed Roman.
Jose Velarde
Ranch Hand

Joined: Sep 11, 2002
Posts: 78
Is there a way to print the pdf?
Padma Narumanchi
Greenhorn

Joined: Nov 08, 2001
Posts: 2
well, you can print a general pdf. but, Mastering EJB, NO. Its non-printable. The pdf is precisely for reading from your hard disk.
Sanjeev Kaushik
Ranch Hand

Joined: Aug 01, 2002
Posts: 105
Hi,
For a beginner, its good to start on www.ejbtut.com
You can use Blazix server, which is very small in size(around 1.5MB)
http://www.blazix.com/BlazixEjbServer.html
It teaches with a wizard. So less headache for coding at the first stage.

Regards,
Sanjeev Kaushik


Sanjeev Kaushik
Ashoke Bhowmick
Greenhorn

Joined: Sep 10, 2002
Posts: 13
My suggestion is that the J2EE tutorial from sun's site is a good material to start with and the J2EE reference implementation is good app server for beginner.
Best Regards,
Ashoke
Originally posted by Jaydeep Deshmukh:
I am a total stranger to EJB. Can anyone please suggest a good book on EJB and J2EE for starters (DOWNLOADABLE FROM THE WEB). Also, I would like to know if there is a bare skeleton application server for trying out ejbs? Please help...
Ashik Uzzaman
Ranch Hand

Joined: Jul 05, 2001
Posts: 2370

I am also a starter of EJB. I was planning to learn it using JBoss, but here I got a good lightweight option Blazix. Lemme see it and then decide....


Ashik Uzzaman
Senior Member of Technical Staff, Salesforce.com, San Francisco, CA, USA.
Siegfried Heintze
Ranch Hand

Joined: Aug 11, 2000
Posts: 359
What is your opinion on JBoss for beginners?
Jaydeep Deshmukh
Ranch Hand

Joined: Sep 10, 2002
Posts: 31
I have been through 107 pages of Mastering EJB2 By Ed Roman. I found the book quiet good for beginners since the author has gone right from the basics . I feel its a good book for beginners. Has anyone used Blazix App server?
Dharmesh Chheda
Ranch Hand

Joined: May 08, 2001
Posts: 204
If you wanna test EJB.. you can download WebSphere Application server 4.0 single server edition available for download on the IBM site.. and it works superbly


regards,<br />Dharmesh Chheda
Rick Hightower
Author
Ranch Hand

Joined: Feb 20, 2002
Posts: 350
I wrote a tutorial that I think you should check out. I am a little bias so I included comments from other folks.
(The tutorial comes with PDFs that you can print out as well as online material.)
Here is what people thought

Achim from Germany writes: "I read your white papers "Introducing EJB-CMP/CMR" part 1 and part 2.... These papers are the best start for EJB.... Now I'm very interested in part 3 (and 4), but I can't find them on the developerWorks Homepage ..." (They are out and ported to JBoss and WebLogic.)
Pete from North Carolina writes: "I've been working through your "Introducing EJB-CMP/CMR" tutorials. Great stuff. Well presented - simple and straight forward. Really learning a lot. "
Patrick from the U.S.A. writes: "Great Job on part 1 and 2 of your tutorial on CMP/CMR and EJB QL. When will part 3 and 4 be out.? Will it be able to run on JBoss Resin, and Orion." (It is done! Part 3 and 4 works with WebLogic and JBoss. I got the examples working with WebLogic and Peter got them working with JBoss. --Rick)
Chintan writes “...thank you for putting out fabulous quality CMP/CMR tutorial. This is the best tutorial I have ever seen. Complete, concise and clear. (Where is the source?) (The source code is at the bottom of this page.)”
"Thanks Rick for such a fine tutorial.
It was great to learn from your writing.
Keep writing so that many of us can benefit from your articles." says Rahul Pawar
Martin Kempkes says "...thanks for your tutorial on EJB CMP/CMR. I read them all and was able to program my first simple application within a few days. Nice work!"


Let me know what you think.


Rick Hightower is CTO of Mammatus which focuses on Cloud Computing, EC2, etc. Rick is invovled in Java CDI and Java EE as well. linkedin,twitter,blog
Rick Hightower
Author
Ranch Hand

Joined: Feb 20, 2002
Posts: 350
Did you get a chance to check it out?
Part 5 has a step by step guide to using XDoclet.
Can you send a list of links you did use?
[ September 23, 2002: Message edited by: Rick Hightower ]
Rick Hightower
Author
Ranch Hand

Joined: Feb 20, 2002
Posts: 350
http://www.coderanch.com/t/310385/EJB-JEE/java/EJB-Newbie
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: EJB and J2EE starter
 
Similar Threads
How do i access locales created in EJB from JSP.
How to download and deploy an exe file
How to call a EnterpriseJavaBean from a static class( on iPlanet6)
J2EE AND .NET
How to convert com to ejb