Quote:
|
Originally Posted by bucketoffuck
You mean a standalone app? This is a very good Idea. I would use Java. You'll need a server application (of course you could make it easy and interact in HTTP POST with some scripts on your server - this will most likely be slower) that queries a database. If you can find a good open source media player component (or one that opens a web browser frame), I imagine most of the code would be simple database operations.
|
Personally, if you want to make it a more professional app, I wouldn't use Java. I'm not saying you have to program it ASM or anything, but I would recommend at least MS Visual Studio or Delphi. You may also want to look into socket programming for this app.