Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

jsp, servlet resources

  • 16-10-2008 07:50PM
    #1
    Registered Users, Registered Users 2 Posts: 2,185 ✭✭✭


    Hi All,

    Im looking into learning JSP, Servlets and other client side java technologies.
    I was wondering if anyone could direct me at any resources they found helpful when learning the above (particularly JSP, Servets)..

    I'm currently a java developer but mainly server side coding so would like to start learning the above..

    Any pointers in the right direction would be appreciated, books, websites etc...

    thanks


Comments

  • Registered Users, Registered Users 2 Posts: 1,821 ✭✭✭Skud


    jobless wrote: »
    Hi All,

    Im looking into learning JSP, Servlets and other client side java technologies.
    I was wondering if anyone could direct me at any resources they found helpful when learning the above (particularly JSP, Servets)..

    I'm currently a java developer but mainly server side coding so would like to start learning the above..

    Any pointers in the right direction would be appreciated, books, websites etc...

    thanks


    http://www.coreservlets.com/

    i found to be very helpful j2ee and ajax/js covered too


  • Registered Users, Registered Users 2 Posts: 569 ✭✭✭none


    The original and still the best, in my opinion: http://java.sun.com/javaee/5/docs/tutorial/doc/
    Also, from the same site:
    http://java.sun.com/javaee/technologies/index.jsp
    http://java.sun.com/javaee/5/docs/api/
    In my experience, it's always good to start learning a technology with the documentation from its creators .


  • Registered Users, Registered Users 2 Posts: 378 ✭✭sicruise


    Netbeans comes with alot of useful tutorials and will help you get used to the IDE.

    But I never like starting out with an IDE, it hides too many of the inner workings.

    Perhaps create a new hello world web application and use the created folders to understand the folder structure and where everything goes.

    Use JEdit / vi or notepad to make your changes and use ant for building the application.


Advertisement