Programs | Description |
---|---|
Prog01.java | Servlet that wishes user according to the time of the day |
Prog02.java | A servlet that receives data od dropdown and process it |
Prog03.java | A servlet that accepts multiple values sent by html form |
Prog04a.java | Example 1 on shopping cart |
Prog04b.java | Example 2 on shopping cart |
Process.java | Pure processing servlet (banking application) |
Welcome.java | Servlwt to greet current user (banking application) |
Balance.java | Servlet to check balance of current user (banking application) |
Logout.java | Example of logout servlet (banking application) |
Login.java | Example on cookies |
WelcomeCookie.java | Example on cookies |
- Tomcat requires MySQL driver file in its lib folder to access database through server.