Web technologies -- Laboratory 6 -- 2007-2008 -- info.uvt.ro
Navigation
edit- Web technologies -- 2007-2008 -- info.uvt.ro
- Web technologies -- Laboratory 1 -- 2007-2008 -- info.uvt.ro
- Web technologies -- Laboratory 2 -- 2007-2008 -- info.uvt.ro
- Web technologies -- Laboratory 3 -- 2007-2008 -- info.uvt.ro
- Web technologies -- Laboratory 4 -- 2007-2008 -- info.uvt.ro
- Web technologies -- Laboratory 5 -- 2007-2008 -- info.uvt.ro
- Web technologies -- Laboratory 6 -- 2007-2008 -- info.uvt.ro
- Web technologies -- Laboratory 7 -- 2007-2008 -- info.uvt.ro
- Web technologies -- Laboratory 8 -- 2007-2008 -- info.uvt.ro
- Web technologies -- Laboratory 9 -- 2007-2008 -- info.uvt.ro
- Web technologies -- Laboratory 10 -- 2007-2008 -- info.uvt.ro
Servlets
editReferences
editTutorials
editDiscussion points
editJava API
editServlet container
editReferences
editImplementations
editTutorials
editDiscussion points
editAnt
editReferences
editTutorials
editDiscussion points
editAssignment
editImplement a simple web application that allows the user to manipulate a simple database. (For example you could implement an email address book or a bookmark manager.)
The application should allow the user to:
- add entries;
- remove entries;
- update entries;
- search for entries;
In order to accomplish this you will have to develop some static HTML files and servlets.
The data should be kept in memory by using a collection (lists, maps, etc.) and nothing should be written to the disk.
For the assignment to be fulfilled it must be deployed on the Tomcat server available at the address http://hephaistos.info.uvt.ro:40080/ under the name <username>-assignment-05, where username is the one from the SVN repository.
The Tomcat installation folder is available at the address http://hephaistos.info.uvt.ro/web-technologies/apache-tomcat--6.0.14/ and it requires the same usernames and passwords as the ones for SVN repository.
As usually the assignments should be also committed to the Subversion repository in the folder <username>/assignment-05 in one of the repositories:
- svn://hephaistos.info.uvt.ro:41910/web-technologies
- http://hephaistos.info.uvt.ro/svn-repositories/web-technologies
Ciprian Dorin Craciun, 2007-11-07, ccraciun@info.uvt.ro