• 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

Books on Java/J2EE Programming

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI FRIEND

CAN ANY OF YOU TELL ME GOOD BOOK FOR JAVA/J2EE PROGRAMMING.

JAM







[BSouther: Lowered case in subject line]
[ January 05, 2007: Message edited by: Ben Souther ]
 
Ranch Hand
Posts: 1325
Android Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi Qaisar Jamal,

Welcome to Javaranch

J2EE is more concern with web developement in java.
Servlet & Jsp would be your first place for starting it...

Best books for beginner http://www.coreservlets.com/#Books
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please don't post in all-uppercase letters. That's considered shouting, and thus rude, all over the net: KeepItDown

You can find lots of Java-related books with reviews in the JavaRanch Bunkhouse.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Saif uddin:
hi Qaisar Jamal,

Welcome to Javaranch

J2EE is more concern with web developement in java.
Servlet & Jsp would be your first place for starting it...

Best books for beginner http://www.coreservlets.com/#Books


yes,this is right
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Indeed, Core Servlets and JavaServer pages is a great book, but it's pretty intimidating for a beginner.

Core Servlets and JavaServer Pages, Vol. 1: Core Technologies by Marty Hall, Larry Brown

It's a great reference, and has some great code, but for learning Java and J2EE, it can be a little intimidating.

For learning Java, just Java, I totally and highly recommend Head First Java. Just read the amazon reviews and you'll want to by it:

Head First Java by Kathy Sierra, Bert Bates

For learning J2EE, you need to start with Servlets and JSPs:

Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam (SCWCD)

Combine that with the Head First EJB book, and you'll be all over Java and J2EE.

Head First EJB (Brain-Friendly Study Guides; Enterprise JavaBeans)

For learning J2EE, you should also check out some of my multimedia tutorials that I link to in my signature.

Cheers!

-Cameron McKenzie
[ January 11, 2007: Message edited by: Bear Bibeault ]
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"cc",

There aren't many rules that you need to worry about here on the Ranch, but one that we take very seriously regards the use of proper names. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it.

In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious.

Thanks!
bear
JavaRanch Sheriff
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I find the p2p series by wrox publishers very useful.
[ January 15, 2007: Message edited by: Raja Jee ]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic