|
|
Java Scripts, Java Source Code, Java Articles, Java Tutorials and Java Resources
|
A Java-Based Music Player For MP3, Ogg, & WAV\r\n
|
|
|
In this article, I'll examine the design and construction of a digital music player written in Java that supports real-time decoding/playback of music in MP3, WAV, and Ogg Vorbis formats. In the process, I'll also explore audio programming using the JavaSound API.\r\n |
|
Java Optimization\r\n
|
|
|
Java Optimization: How to optimize your Java programs so that they're faster, smaller, and more maintainable.\r\nAn extensive list of resources and coding tips for improving the performance of Java code. |
|
Java Performance Tuning Strategy
|
|
|
This article summarizes tuning experiences I've had on development teams with various levels of tuning experience. These summaries may help provide you with a broad outline for creating your own tuning strategy. |
|
Tune Your Servlet Container
|
|
|
The servlet container you are using may also provide you with opportunities for optimization. Since there are numerous servlet containers, and they are all quite different in the way they are managed and configured, I will simply provide you with some general suggestions of areas that you might be able to tune:\r\n\r\n |
|
Tuning Java I/O Performance
|
|
|
This article discusses and illustrates a variety of techniques for improving Java I/O performance. Most of the techniques center around tuning disk file I/O, but some are applicable to network I/O and window output as well. The first set of techniques presented below cover low-level I/O issues, and then higher-level issues such as compression, formatting, and serialization are discussed. |
|
|
|