aspose file tools
The moose likes Servlets and the fly likes servlet & EJB Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "servlet & EJB" Watch "servlet & EJB" New topic
Author

servlet & EJB

sajid tamizuddin
Greenhorn

Joined: Apr 05, 2006
Posts: 5
Hi!
I want to study "Servlet, EJB, JSP" at beginner lenel.Would you please suggest me BOOKS for these topics?
Waiting for reply...
Sajid
Christophe Verré
Sheriff

Joined: Nov 24, 2005
Posts: 14669
    
  11

Those are aimed at the Sun certification exams but you may give them a try :
- Head First Servlets and JSP
- Head First EJB

There are pretty big. If you want a quick and dirty intro, you'd better look out for tutorials on the web.


[My Blog]
All roads lead to JavaRanch
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56162
    
  13

I'd strongly recommend skipping EJB's until you have a good understanding of Servlets and JSP under your belt.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
ak pillai
author
Ranch Hand

Joined: Feb 11, 2006
Posts: 288
Yes, learning Servlet & JSP require a mind shift in learning the HTTP. So should not start on EJB until you fully understand WEB (i.e JSP & Servlet).


java j2ee job interview questions with answers | Learn the core concepts and the key areas
Ganesh Chinni
Greenhorn

Joined: Dec 30, 2005
Posts: 24
You can use Core servlets and JSP book for learing Servlets and JSP(you can get the free pdf version of this book on the net).

For learing EJB you can use Mastering EJB book. but as suggested by the other people, i will also suggest you not to start EJB untill you learn Servlets and JSP.


But if you are planning for SUN certification then use Head First series.

Regards,
Ganesh
SCJP 1.4
SCWCD 1.4
SCBCD 1.3
 
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: servlet & EJB
 
Similar Threads
EJB calls to servlet
Java EE 5:persistence, web and ejb alltogether
How can I change the sdk version of Websphere 4 if I already install it
ejb
how 2 call ejb file using servlet