August 13, 2008

DevX - Software Development Resource

LiMo Foundation: Balancing Community and Commerce

Amidst a flurry of announcements about the foundation at last week’s LinuxWorld, LiMo’s Morgan Gillis held a kind of “state of the foundation” session on Wed., describing the foundation’s seemingly

DevX - Software Development Resource

Play an MP3 Using Java Media Framework

The following code shows you how to develop a simple Java application that can play MP3 files. This application is based on JMF (Java Media Framework). import javax.media.*;import java.io.*;import java.net.URL;