Assignments on Advance Java

Assignement on Jsp, Servlet and JDBC

1.Display current date in DD-MM-YYYY hh:mm:ss
2.Display all the records avaliable in your register table
3.Identify relative path of your jsp file
4.Display all the unique records avaliable in register table (jsp, servlet, jdbc, database)
5.Play with all JSP tags in  
6.Jsp to jsp using session scope
7.Jsp-servlet-jsp-jsp using session scope
8.Browser1-registerpage  –> application scope set some value
  got to browser2 – access login page and display the value set in other browser.

 

—————————— SPRING MVC ASSIGNMENT —————————————-

  Input  Name, Course(drop down – 4), Fee , Year – Date
  Validations : Name min and max 4 and 15, Course must be selected, Fee should be greater than $100, Year should be greater than current Year
  Go all the way to DB and save it and show success page  with all the information that user provided .
  If the same user try to enter once again with the same name then show him an error saying that 'we have your record.'