Results 1 to 3 of 3
Thread: Web application to manage music
- 08-31-2009, 05:02 PM #1
Member
- Join Date
- Aug 2009
- Posts
- 2
- Rep Power
- 0
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.
- 08-31-2009, 07:43 PM #2
Senior Member
- Join Date
- Sep 2008
- Posts
- 564
- Rep Power
- 5
sorry, but this forum is only to receive help on your code or give you a nudge in the right direction so we can help you on your code. i don't even know how much experience you have in java or programming altogether, so i suggest learning the basics of programming, java, servlets and jsp before even trying out your project. look up sample code for web apps using servlets and jsp technology.
as a heads up, you will also need to learn about http requests.
- 09-01-2009, 12:20 AM #3
Member
- Join Date
- Aug 2009
- Posts
- 76
- Rep Power
- 0
Similar Threads
-
How to manage a Session for a user in Emailing system using JAVA ?
By balap_chander in forum Java ServletReplies: 1Last Post: 08-27-2009, 11:16 AM -
How to manage/access variables between classes
By dan0 in forum New To JavaReplies: 2Last Post: 04-03-2009, 12:53 AM -
JMX to to manage server application
By shiva in forum Advanced JavaReplies: 0Last Post: 03-26-2009, 07:47 AM -
How I manage Adobe eForm(pdf)
By fastspeed33 in forum Advanced JavaReplies: 0Last Post: 09-04-2008, 11:16 AM -
can't manage to get this
By mollentze in forum New To JavaReplies: 3Last Post: 01-11-2008, 11:03 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks