• 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

New to servlet and jsp need help

 
Ranch Hand
Posts: 180
Netbeans IDE Eclipse IDE Firefox Browser
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am quite familar core concepts of java but now I want start servlet and jsp.but I don't want to do it in IDE's.I want to do in a simple Text editor.Please suggest me a good book and how to configure an appliaction server and deployment tools(i here something like Ant & maven)but i am not familar at all.Waiting for your suggetion..........
 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

"Core Servlets and JavaServer Pages" By Marty Hall is a good book to start off with and it also includes all the details to set up your development environment and steps for writing your programs in text editor,running and debugging them. In all, perfect for a new bee.

You can also visit:http://www.coreservlets.com for examples and more details.

[ April 07, 2008: Message edited by: Mehul Wani ]
[ April 07, 2008: Message edited by: Mehul Wani ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic