• 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

JSP & Java Bean, How to go about it ?

 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,
My knowledge level at the moment is of java programmer certification level and I have no knowledege of JSP, Java Beans, HTML or Java Script. Within 3 weeks I have to be on a project and start delivering. My idea is to focus on area where my java knowledge is utilised and results could come faster of me. I was thinking of doing JSP & Java Beans. Could someone guide me how to go about in terms of books and strategy
Thanking you in advance,
Vikram
zegusto@yahoo.com
 
Ranch Hand
Posts: 112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
U can study servlets from - "java servlet programming" by Jason Hunter.
For JSP - "Professional JSP " by Wrox publications.
The second book contains several case studies and explains topics using a lot of examples.

 
Ranch Hand
Posts: 255
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
well if you would like to go beyond that including JSP and servlets you can get Professional Java Server programming which is probably one of my favorite books for servlets/JSP right now.

------------------
-------------------------
I wish there was a button on my monitor to turn up the intellegince.
Theres a button called 'brightness' but it doesn't work
 
Ranch Hand
Posts: 360
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Good articles on JSP :
Building Java Server Pages - http://www.webdevelopersjournal.com/articles/jsp_build.html
Understanding Java Server Pages Model 2 architecture - http://www.javaworld.com/javaworld/jw-12-1999/jw-12-ssj-jspmvc_p.html
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic