Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: JSP and servlets

  1. #1
    Member
    Join Date
    May 2013
    Posts
    165
    Thanks
    58
    Thanked 1 Time in 1 Post

    Default JSP and servlets

    I have some experience in HTML and now want to go about learning how to build web apps so I need to learn about JSP and servlets, I have an understanding of what they do though struggling to find practical learning resources, can anyone recommend any?

    Also though I have created basic desktop applications I have not really learnt about applets, should I learn about applets first before delving into servlets and JSP as a prerequisite?


  2. #2
    Member andbin's Avatar
    Join Date
    Dec 2013
    Location
    Italy
    Posts
    443
    Thanks
    4
    Thanked 122 Times in 114 Posts

    Default Re: JSP and servlets

    Quote Originally Posted by keepStriving View Post
    I have some experience in HTML and now want to go about learning how to build web apps so I need to learn about JSP and servlets, I have an understanding of what they do though struggling to find practical learning resources, can anyone recommend any?
    There are lots of resources, just a few:
    Java Servlet Technology - The Java EE 6 Tutorial
    JSP Tutorial. Servlet Tutorial. Beginning and Intermediate-Level.
    Servlet and JSP development with Eclipse WTP

    Quote Originally Posted by keepStriving View Post
    should I learn about applets first before delving into servlets and JSP as a prerequisite?
    No, by itself is not necessary. Applets are all another thing.
    Andrea, www.andbin.netSCJP 5 (91%) – SCWCD 5 (94%)

    Useful links for Java beginnersMy new project Java Examples on Google Code

  3. The Following User Says Thank You to andbin For This Useful Post:

    keepStriving (December 24th, 2013)

  4. #3
    Junior Member
    Join Date
    Dec 2013
    Posts
    7
    My Mood
    Cheerful
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: JSP and servlets

    Quote Originally Posted by keepStriving View Post
    I have some experience in HTML and now want to go about learning how to build web apps so I need to learn about JSP and servlets, I have an understanding of what they do though struggling to find practical learning resources, can anyone recommend any?

    Also though I have created basic desktop applications I have not really learnt about applets, should I learn about applets first before delving into servlets and JSP as a prerequisite?
    You dont need to learn applets before JSP and servlet. Just start write a simple site with JSP and Servlet.

Similar Threads

  1. Replies: 2
    Last Post: January 8th, 2013, 02:15 AM
  2. Head First Servlets and JSP 2e Opinions Please
    By djl1990 in forum Java Servlet
    Replies: 0
    Last Post: May 7th, 2012, 06:01 PM
  3. changes made to JSP or servlets
    By the light in forum JavaServer Pages: JSP & JSTL
    Replies: 2
    Last Post: May 30th, 2011, 08:19 AM
  4. testing Java jsp/servlets
    By cgodfrey in forum JavaServer Pages: JSP & JSTL
    Replies: 2
    Last Post: March 30th, 2011, 03:44 PM
  5. Help with JSP and Servlets
    By skyinfire305 in forum JavaServer Pages: JSP & JSTL
    Replies: 10
    Last Post: July 29th, 2010, 08:06 AM