Question
Create 2 Java Web Servlets: The SetBackground servlet shall consist of a form that allows a User to set the background color of the page.
Create 2 Java Web Servlets:
The SetBackground servlet shall consist of a form that allows a User to set the background color of the page. Once submitted, your application should create a cookie named bgColor that will be used by both, the SetBackground and ViewBackground servlets to set the background color of the pages. This cookie should last for 5 days before expiring, and it should only be accessible from servlets located in your /lab/folder.
Your ViewBackground page should provide a button/link that allows a User to delete the bgColor cookie.
Both pages should consist of hyperlinks that allow users to navigate between the two pages.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started