JavaTools will be at TheServerSide Symposion this year in order to bring you the latest news. TheServerSide Java Symposium is a 2 day conference with 4 tracks on Frameworks, Architectures, Languages and Tools & Techniques. The conference will be on October 27th-28th in Prague, Czech Republic. JavaTools will send two reporters to cover as much of the conference as possible, so stay tuned for the news! If you want to join us there, be quick, there's only two weeks left to register...
Actually, there's less than a week to register now, since the Symposium takes place next Monday and Tuesday. The symposium sounds quite good. Its focus is addressing the need to make rapid progress on projects within the context of a small budget. The four tracks are designed to "address exactly how you can accelerate your organization's projects for the next 6-18 months":
The Frameworks track "looks at the variety of frameworks that ease and accelerate the building of applications, application components, and user interfaces."
The Architecture track "focuses on the structure behind applications, examining different approaches to designing applications that perform and scale, including SOA, REST, messaging, JSON, and OSGi."
The Language track "looks into emerging features of the Java language and provides in-depth expert recommendations on the use of Java and complementary languages in daily practice."
The Tools and Techniques) track "takes a look at the proliferation of tools available to design and build high-quality applications."
I'll be looking forward to the reporting by the Java Tools Community reporters.
The newsletter also highlights Apple's fixing of 15 Java-related security holes and a long list of new Java tools that have recently been released. This issue's "Tools Tips" is titled "Packaging your application and its dependencies in a .jar file" and talks about Maven's shade plugin.
Fabrizio Giudici interviews fellow NetBeans Dream Team member Sven Reimers about his Duke Award win and his NetBeans Satellite Tracking System, a desktop app based on the NetBeans Platform.
If that interests you, you might also want to check out the Java Tools SQE Roundtable podcast that I recorded at this year's JavaOne. While that conversation focused primarily on the SQE (Software Quality Environment) project, the conversation naturally included the Duke Award, which had just been announced, and the NetBeans Satellite Tracking System.
Several folks have asked for copies of my slides from Oracle Openworld. Unfortunately, there's no printable form of them, since I did them as a JavaFX app. You'll find them at
http://fxslideshowtest.kenai.com
which will launch the app (with all it's rather large images) via JNLP. If you're curious about the sources, they're on
kenai. The code is pretty ugly: I just slapped it together. I'm not proud :-) The code for the map browsing component is in there too. It uses the tile server from
openstreetmap.org (Click and drag with the mouse to move, scroll wheel to zoom). I kinda like the map browsing component, so I'm cleaning up the source and I'll push it out to kenai as a separate project sometime soon....
Download using Maven2 using information provided here
Please review the release notes as there are important details there pertaining to differences between the implementation and the specification as well as a basic migration guide from 1.2 to 2.0 (note that this is a live document, so we'll be making additions - check back regularly)...
On October 16, the
source bundle for OpenJDK 6 b17 was published. Major changes in this build include the latest round of security fixes and, courtesy of Andrew John Hughes, the syncing of HotSpot 14 into the OpenJDK 6 HotSpot repository. A detailed list of all the changes is also available.
Hope you have read my blog on "Writing your first SailFin CAFE Application". There I explained how to handle a 2-party call using SailFin CAFE. Now lets see how can you write a simple conference application. The application would accept the calls from any participant and if the participant is calling a conference id, then the application should use a media server, handle SDP, mix the voice, apart from handling the necessary SIP signalling. If you are writing such an application with SIP Servlets and JSR 309 Media control API, it would take serveral pages of code like this...
Avid readers of the glassfish aliases know that we are frequently asked questions about why their server isn't responding, or why it is slow, or how many requests are being worked on. And the first thing we always say is to look at the jstack output. So you're running on a Sun 5120 with 128 hardware threads and so you have 368 request processing threads and the jstack output is 10K lines. Now what? What I do is use the program attached to this blog entry -- it will parse the jstack output and show how many threads are doing what. At it's simplest, it's something like this...
In the Forums, Florian Poulin is interested in Controlling a webservice client through JMX: "Hello, From a JMX client (written in Groovy) I'd like to "tell" a Webservice client (deployed on Glassfish) to make calls to a Webservice (which is exposed in another project on the same Glassfish). My goal is to use..."
emallin is seeing an AWT-EventQueue Deadlock on Safari 4: "Hi, Since the release of Safari 4, I've had problems on MAC OSX with our Swing application, which includes an embedded JDIC browser. I've been following the thread..."
And darryl_m has a Transaction problem when persisting Entity class: "I have an application with several classes. One class (A) is a message-driven bean. When a message comes into A, it calls a stateless session bean (B), through it's BLocal interface. B has a container-managed PersistenceContext. I have several other..."
Our Feature Articles include Manish K. Maheshwari's Sweeping the File System with NIO-2, which describes how JSR 203 (NIO-2), which is being implemented in the OpenJDK project, is shaping the future of I/O in the upcoming JDK 7. We're also featuring John Ferguson Smart's article Working with Maven in NetBeans 6.7.1, which shows why, if you are a NetBeans user working with Maven, you're in luck with NetBeans 6.7.1.
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. 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.