| Author |
Getting started with JSP?
|
sarath gowd
Greenhorn
Joined: Sep 19, 2011
Posts: 7
|
|
I would like to focus on JSP programming
How to start programming with JSP?
Can i have some helpful web sites regarding jsp?
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56150
|
|
The Head First Servlets and JSP book seems to be a popular choice.
Whatever resource you choose, be sure to focus on modern JSP that emphasizes JSTL and EL and not discredited Java scriptlets.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
ronney singh
Ranch Hand
Joined: Feb 10, 2012
Posts: 40
|
|
|
If I will read The Head First Servlets and JSP book then will I able to learn JSTL and EL within the book or I have to find some other book.
|
Live Life King Size
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56150
|
|
|
The 2008 edition covers the JSTL and EL.
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12265
|
|
Since the purpose of JSP is to write HTML pages you will also need a really good HTML and CSS reference - sorry, the one I use is out of print so I can't recommend a specific title.
Get a browser having good support for developer plug-ins so you can see what your JSP is really writing.
Bill
|
Java Resources at www.wbrogden.com
|
 |
 |
|
|
subject: Getting started with JSP?
|
|
|