The Java Audio discussion
Jonathan Simon launches the Java Audio discussion and says he uses JSyn. He asks what you are using.
Today we are launching our second discussion. The Java Audio discussion is in the new Java Media forum and is hosted by Jonathan Simon. He introduces the forum with this invitation. "Java audio poses a number of difficult problems ranging from hardware and OS specific functionality, to getting down and dirty with low level audio formats and their representation. There are, however, a number of ways of solving these problems in the form of several audio APIs. Between JavaSound, JMF and other audio APIs, its relatively easy to take advantage of audio in your Java applications. But there can still be still problems looming under the surface. Bring your audio issues and solutions to this discussion."
In
Also in Java Today, here's another suggested application of Aspect Oriented Programming: you inherit code with empty try blocks. Exceptions are being caught and then ignored. It's making your life difficult to trace what has gone wrong. In Robert Swarr's Make Your Apps Operations Friendly With AOP , he adds a named pointcut pointcut exceptionHandler(Exception e):
handler(Exception+) && args(e);. He then provides the corresponding advice after(Exception e): exceptionHandler(e) {
log.error("Exception: " + e.toString());
}. You can modify this to suit your needs, but this is one way to get information back when a silent exception is thrown.
In today's Weblogs , Ben Galbraith asks Is an avalanche coming? He writes "I'm as skeptical as the next software engineer that a loosely organized band of hetergenous companies can effectively produce and support enterprise software, but I admit I'm intriguied by the Avalanche concept. I wonder -- is this the start of a significant (or at least notable) rebellion against the high margins, low quality, and upgrade tactics of the software industry? Or is it a naive and misguided attempt that will flame out sometime in 2005?"
In today's Projects and Communities , The JDDAC community points to the Practical Embedded Java Coding Standards page which says that "Properly applied, reasonable standards make everyone's job easier and even more fun."
Tonight's meeting of the Fort Worth JUG is a presentation of "Jasper Reports is a powerful open source Java reporting tool that has the ability to deliver rich content onto the screen, to the printer or into PDF, HTML, XLS, CSV and XML files."
In today's java.net News Headlines :
- Microsoft Extends Its Java Virtual Machine to End of 2007
- NetBeans 3.6 Final
- Apache JMeter 2.0
- Oracle JDeveloper 10g and Application Development Framework
- Rich Green Finds Green Pastures at Cassatt
- MP3 SPI 1.9 for Javasound
Registered users can submit news items for the java.net News Page using our news submission form. All submissions go through an editorial review by news director Steve Mallet before being posted to the site. You can also subscribe to thejava.net News RSS feed.
Current and upcoming Java Events :
- April 16-18 Penguicon 2.0
- April 16-18 Wisconsin Java Software Symposium
- April 20-21 Sun Tech Days: Singapore
- April 23-25 New England Software Symposium
- April 30 - May 2 Twin Cities Software Symposium
- May 6-8 The ServerSide Java Symposium
- May 8 Kwarup do DFJUG
- May 10-14 JAX 2004
Registered users can submit event listings for the java.net Events Page using our events submission form. All submissions go through an editorial review before being posted to the site.
Archives and Subscriptions: This blog is delivered weekdays as the Java Today RSS feed. All java.net members can subscribe to the email updates for the site at the java-net Mailing Lists page. You must be logged in to subscribe to the javanet_Daily and javanet_Weekly lists. Also, once this page is no longer featured as the front page of java.net it will be archived along with other past issues in the java.net Archive.
- Login or register to post comments
- Printer-friendly version
- daniel's blog
- 248 reads





