• 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

Sample Project

 
Ranch Hand
Posts: 360
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm creating a review System with following specifications.
01. A JSP screen ( logon.jsp ) to accept user first name, last name, e-mail address and lan id.
02. A Servlet ( validate.java ) to connect to database using JDBC-ODBC to verify user details.
03. A JSP screen ( questions.jsp ) with several questions and answer choices. "Save" button on this screen stores all the answers in Java Beans.
04. A Servlet (save.java) to connect to database and store all the data from Java Beans.
I have jdk in c:\jdk1.2.2 and tomcat in c:\jakarta-tomcat. I was wondering about the proper place to keep JSP files, .java and .class files. Do I need to make any changes in web.xlm ? Really appreciate your suggestion.
Thanks
 
LOOK! OVER THERE! (yoink) your tiny ad is now my tiny ad.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic