• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to learn J2EE?

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just joined a software firm as a "trainee". I have to learn J2EE but on my own. Can the members give me some links to good websites and also recommend some books using which I can learn these technologies quickly?

Any help is much appreciated.
Thanks and regards,
Rajneesh

[Topic name change by Dave]
[ October 13, 2005: Message edited by: David O'Meara ]
 
Ranch Hand
Posts: 783
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to JavaRanch Rajneesh.

First, just a little bit of forum ettiqute that will help you out here at the ranch. When starting a new topic, put a descriptive title on it so other ranchers will know what the post is actually about. Titles such as "Please Help" or "Urgent" don't say anything about your problem, and are likely to be passed over by people reading the posts.

Second, congrats on your job. What is your current level of experience in java? What is your current level of experience in j2ee? This will help me better recommend books or training sites. Also, The Bunkhouse here at the ranch contains links and reviews for a lot of books. That might be a good place to look as well.

Finally, for my money, I think the best books out there are the Head First books. Not only do they teach you the technology in a refreshing way, but some also prepare you for the Sun Certification exams.
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I changed the topic name to something meaningful.
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So which part of J2EE do you need to learn?

For instance, this forum is for Servlets, so the Servlets section of J2EE is covered here.

There there is EJBs which is different technology in J2EE.

Each takes time to learn and you will need to start off by focusing on one of those areas.

Mark
 
Sukrit Sulochana
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello dear friends,

First of all let me apologize for the obscure title of this topic, that I posted, and thanks to Dave for changing it.

Let me tell you something about muself. I came to the US in 2000, and have since earned a master's degree in computer science. I took a Java class 5 years ago as part of the degree program, so I know a little bit about it. I have to brush up.

I have just been given a book: "Professional Java Server programming: J2EE edition" by Allamadaraju et al. How good is it? Also are there any good websites?

Thanks,
Rajneesh

[ October 14, 2005: Message edited by: Rajneesh Joshi ]
[ October 14, 2005: Message edited by: Rajneesh Joshi ]
 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
well joshi iam riyaz from banglore. well u can go with sun - tutorial j2ee 1.4. its worth. also u can download servlets& jsp pdf book by jasons( woenderfull book) avl at theserverside.com - this site is awesome.

well joshi iam hunting job in banglore. could u help me out. coz iam 2004 batvh -B.E - scjp 1.4 . it would be good to see ur reply reg this. yaa iam ready to join as a trainee. curremtly iam doing project,...do reply thank u .

with regards
riyaz
 
riyaz udeen
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
well mr.joshi..nice to hear abt u. so u r a senior person.yaa the book is fine. but just dowload the book i referred its free & worth. all the best..

with lov
riyaz
 
David O'Meara
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
riyaz udeen,
I mentioned this in one of your other threads, but I believe it it is worth repeating: please UseRealWords.

The reasons are listed in the link provided, but your posts are very difficult to read.

thanks.
Dave.
[ October 16, 2005: Message edited by: David O'Meara ]
 
Sukrit Sulochana
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could someone explain to me in simple language what a "container" is? I could not understand this concept. In the book I am reading (mentioned earlier by me in this thread) the following statement appears:

...A container is a Java 1.2 (Java Standard Edition 1.2) runtime for application components.

This also begs the question, what does runtime mean?
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A container is the engine that runs a servlet/jsp app.

Tomcat is a Servlet container.
The term is roughly equivalent to App Server.

Specifically, it's the portion of an AppServer that handles Servlets and JSP.

JBoss, which is a full application server, uses Tomcat as it's servlet/jsp container.
 
Sukrit Sulochana
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks, that helped.
[ October 28, 2005: Message edited by: Rajneesh Joshi ]
 
It's fun to be me, and still legal in 9 states! Wanna see my tiny ad?
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic