Click here to Skip to main content
15,886,799 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hai friends, this is suyambu. I am having much difficulty with j2ee. Please can some give clear tutorial on creating and handling 3 types of beans, clear explanation of web.xml file, how the control is forwarded to other pages from web.xml file, and JDBC connectivity on j2ee? I have good experience with Netbeans IDE. If you prefer Netbeans for this for tutorial i feel very comfortable.
Posted

I'd start here[^]. I don't know how J2EE is today but when I tried to learn it, I found it had a ton of fragile XML config files. Looks like you're already trapped in the Java world tho, so I won't suggest ASP.NET.
 
Share this answer
 
Comments
suyambu123 10-Jul-11 17:00pm    
Thanks for your reply. But i didn't find anything useful in google search. I hav lot of ebooks. But its somewhat vague. Can anyone help me?
Here is THE tutorial on Java EE The Java EE 6 Tutorial[^]

A clear explanation of web.xml - a lot of people have been looking for this, including the people involved in writing Java EE servers and frameworks. So deploying on something else than your development platform has traditionally been somewhat painfull. Develop with Eclipse+JBoss and try to deploy on WebSphere. It is quite often an entertaining process.

I would probably go for Oracle WebLogic[^] - Studio Edition for Windows; or NetBeans IDE 7.0[^] with Glassfish.

Preferably using Oracle as RDBMS - and I'd stay far away from hibernate and spring, which may seem a bit controversial - and use TolLink[^] instead.

Best regards
Espen Harlinn
 
Share this answer
 
Comments
suyambu123 10-Jul-11 17:39pm    
Thanks for your valuable response and answer. Thanks for the great source. Do find any link on web for J2EE COMPLETE REFERENCE BY HERBERT SCHILDT.
Espen Harlinn 10-Jul-11 17:48pm    
Try amazon.com - http://www.amazon.com/Java-Complete-Reference-Seventh-Osborne/dp/0072263857/ref=pd_sim_b_1

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900