Link to home
Start Free TrialLog in
Avatar of my1stop2gaming
my1stop2gaming

asked on

Getting Started With JSP/Servlets

hello, Experts

I just wanted to get some information about getting started with
JSP web programming,  I do have some programming skills
with ASP(horrible language!) and Some PHP 5 but recently I decied to learn JSP/Servlets.
below are some of my questions.


1. Where to get started?

2. a list of recommend books?

3. Perl Vs JSP pros and cons

4. Is java all Object Oriented?

5. Is java 1.5sdk backwards compatiable with sdk 1.4

6. Why is java so slow?

7. what is Struts?

8. other suggested languages to learn.


Thanks, Any Help is appreciated
 
ASKER CERTIFIED SOLUTION
Avatar of boonleng
boonleng
Flag of Malaysia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of my1stop2gaming
my1stop2gaming

ASKER

Great! Thanks Just one more question should I
I learn java first or JSP
Let me refrase the question:

Is Java required in order to use Java Server Pages/Servlet?
also I have been reading a book(Wrox: Beginning Java 2 SDK 1.4)
and its does not teach you anything about JSP. Should I quit reading
that book?
Java is actually the language. Servlet, JSP, applet, EJB..etc are tecnologies that use the language,
so you need to have some basic of Java language. Once you have the basic, the rest are just APIs and design patterns.

I've gone throught the toc of the book, the 1st haft of the book are basic knowledge and the 2nd haft are API that you might use in your application.

There's lots of tutorials at http://java.sun.com, the following are some of the references I used when i learn my java:
http://java.sun.com/docs/books/tutorial/java/index.html
http://mindview.net/Books (Thinking in Java)
Thank you Thank you... You have really been helpful, Wow what a relief knowing I dont need to read that whole GIANT BOOK.
I'm learning jsp, servlets, and beans. The absolute best book, and I have used over 10 different books is
Java Server Pages  by Aneesha Bakharia.