Web application to manage music
Could anybody be able to develop this or at least sent me some examples for me. I'm really lost.
Develop a web application to manage music singles. The application should allow singles to be entered into the system. Each single has a name, artist and rating (1-5). The application should also provide data persistence (e.g. serialising to file). The following functionality is also required:
1. Adding/modify/removing singles.
2. Include data validity checks where appropriate.
3. Access to manipulate singles should be restricted to registered users.
4. The application is to use sessions to support concurrent users.
5. Singles should be displayed in order of rating.
6. Write tests to verify functionality of your code.
The web application is to be developed using Servlet/ JSP technology.