Insurance-Portal
Insurance portal with notification & mailing PDF using serverlet & JSP
...The complete project is done using server-lets and JSP. Includes a notification panel which represents about to expire list. send documents as PDF using serverlets through mail.
-> Wrapped entire website in a secure shell in such a way that only logged users have access to the portal and the session will auto terminate after when the user is inactive for a while.
-> If the client try to access secure pages of admin it will drop the client in privilege issue page (for more security you can take a log of users who try to access the page they are not supposed to access) .
-> For every error we have passed URL messages so the source can understand it and illustrate to the user what the error is for. ...