Advanced Java and Web Technologies for JNTUK
Blog providing beginner tutorials on different web technologies like HTML, CSS, Javascript, PHP, MYSQL, XML, Java Beans, Servlets, JSP and AJAX
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.
AJWT » Lab Exercises » Week 7 lab exercise
Suryateja Pericherla Categories: Lab Exercises. No Comments on Week 7 lab exercise
0
(0)

Welcome!

Student should complete the below tasks in this week’s lab session.

 

Task 1:

This task makes a student gain hands on experience on using servlets to maintain session data using cookies.

Using servlets, create cookies containing 4 usernames(user1, user2, user3, user4 and 4 passwords(pwd1, pwd2, pwd3, pwd4)

Read the usernames and passwords from the cookie and validate them against the username and password entered in the login form done in week 2 exercise.

 


Subscribe to our monthly newsletter. Get notified about latest articles, offers and contests.


Task 2:

This task makes a student gain hands on experience on using servlets for authenticating users, whose details are stored in deployment descriptor.

Do the same thing done in task 1 (above), but by storing the usernames and passwords as initialization parameters inside web.xml file.

How useful was this post?

Click on a star to rate it!

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?

Note: Do you have a question on this article or have a suggestion to make this article better? You can ask or suggest us by filling in the below form. After commenting, your comment will be held for moderation and will be published in 24-48 hrs.

Leave a Reply

Your email address will not be published. Required fields are marked *