Showing posts with label MP3. Show all posts
Showing posts with label MP3. Show all posts

Monday, February 08, 2010

Jajuk : A multi-platform music organizer


Jajuk is a multi-platform music organizer. The main goal is to provide a fully-featured application to advanced users with large or scattered music collections. It supports most audio formats.
  • Licenses : GPL
  • Operating Systems : OS Independent
  • Implementation : Java

Sunday, June 21, 2009

FX Player : A Web-based streaming server with an iTunes-like interface

FX Player is a Web-based streaming server with an iTunes-like interface. It shares your MP3 library and allow access to your tracks through the Internet. The server side is in Java, and is Java servlet specification compliant (you may install it on Tomcat, Jetty, etc.). It uses JPA for data access (openJpa), Spring transactions, JAX-RS and JAXB (Jersey) for client-server communications, and Apache Derby for data storage. The client side is build on Adobe Flex and ActionScript.
  • Licenses: MIT/X
  • Operating Systems: OS Independent
  • Implementation: Java