Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

jsp, servlet resources

Options
  • 16-10-2008 8:50pm
    #1
    Registered Users Posts: 2,183 ✭✭✭


    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 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 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 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