aspose file tools
The moose likes Servlets and the fly likes Servlets & jsp beginner Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Servlets & jsp beginner" Watch "Servlets & jsp beginner" New topic
Author

Servlets & jsp beginner

Chaitanya Kidambi
Ranch Hand

Joined: Mar 05, 2011
Posts: 47

hello everyone,

i am planning to learn J2EE(servlets and jsp). i have a decent knowledge of core java. i just wanted to know what'd be the prerequisites for learning servlets and jsp. i have a very basic understanding of HTML tags.


thanks in advance
cheers
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56215
    
  13

The biggest issue facing newcomers to JSP and Servlets is that most information out there is out-of-date and leads you down the path of poor practices. Be sure that any JSP materials that you choose to use focus on JSTL and EL, and avoid the discredited practice of putting Java code in JSP pages.

If you are also going to work on the client side, you'll need to bone up on HTML, CSS and JavaScript as well.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Chaitanya Kidambi
Ranch Hand

Joined: Mar 05, 2011
Posts: 47

Bear Bibeault wrote:The biggest issue facing newcomers to JSP and Servlets is that most information out there is out-of-date and leads you down the path of poor practices. Be sure that any JSP materials that you choose to use focus on JSTL and EL, and avoid the discredited practice of putting Java code in JSP pages.

If you are also going to work on the client side, you'll need to bone up on HTML, CSS and JavaScript as well.



hello bear bibeault,

thanks for the reply. i really appreciate it. i am planning to go with head first 2nd edition. any other book you'd suggest me?



thanks a ton
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56215
    
  13

That's a good choice.

Be aware that I do believe they still teach scriptlets in that book -- and it's not a bad idea to understand scriptlets in case you ever come across them -- but scriptlets should never be created in a new JSP page.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Servlets & jsp beginner
 
Similar Threads
How to learn javafx
Refer some good books for scwcd exams
I'm not sure where to go next...
SCWCD Books ?
Refer some good books for scwcd exams