• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

New to Web Programming

 
Ranch Hand
Posts: 104
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Iam very interested to learn web technologies(JSP, Servlets and XML), Iam welkl in Swing.
Can anybody suggest some good URLs to start my learning process from A to Z?

Thanks,
sam
 
Author
Posts: 531
Mac OS X Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
One of the very good and also Free resource available on te web is
J2ee 1.4 Tutorial . http://java.sun.com/j2ee/1.4/download.html
It has sections for processing XML , Developing web application by means of JSP , Servlet . and many other J2ee stuff.

Then when you complete this tutorial XML and JSP/Servlet section I seggest you look at IBM developersWork domain
http://www-130.ibm.com/developerworks/web/


hope it helps
 
Ranch Hand
Posts: 1071
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I personally recommend the Tapestry Framework.

It's a Model 2 (read MVC) component based web framework. The Version 4 beta was just released and would be a good place to start.
reply
    Bookmark Topic Watch Topic
  • New Topic