Search |
||
ReflectionPosted by editor on May 31, 2007 at 4:34 AM PDT
Contemplating the end of checked exceptions? There's already been discussion of how to remove features from Java, most notably in a Mark Reinhold blog from last year and JSR 270, the JDK 6 release contents JSR. Thusfar, however, the discussion has primarily been around removing API's that are little-used or obsoleted by better successors. Surely nobody's talking about blowing away language features, especially ones that have been around since Java 1.0, right? Well, actually... Neal Gafter unintentionally happened across this course of action in the discussion of his closures proposal for JDK 7. As he writes in his blog Removing Language Features:
This is a striking proposal when thought through all the way: could you horse-trade checked exceptions for a cleaner closures implementation? For those who don't like checked exceptions -- and there are a lot of them -- this has win-win written all over it. On the other hand, those who like checked exceptions and don't think closures are a good match for the language will see this as nothing short of a disaster. And there's also the problem of how such a radical change could even be kept compatible with existing Java implementations, or if this will necessarily lead to breakage, as discussed yesterday. I am soooo staying out of this one. It's up to you guys and gals. Have at it... Also Java Today, Builder.au interviews Bob Brewin in the article JavaFX Sends Sun Back to the Future? "Can Java's new eye candy engine -- JavaFX -- be the tonic to revive Java's flagging fortunes client-side? Sun's chief technology officer for software, Bob Brewin, certainly thinks so as he discusses the issues facing Sun with JavaFX, will it put Java back on the desktop and if the GPL licensing of Java warrants a re-license for CDDL projects. BuilderAU caught up with Brewin at the recent JavaOne conference." With increasing number of features to support, growing code bases, and large teams to work with, developers naturally look to automation as a path to ensuring code quality. According to Matt Quail, a partner with Cenqua, however, some things about code quality are hard, and even impossible, to automate. In Artima's audio interview The Value of Code Reviews, Matt Quail of Cenqua talks about the role code reviews play in the development process. The latest JavaOne Commmunity Corner Podcast is on Keaton: Calling QTKit from Java. "Want to play audio, video, or multimedia in a Java application? QuickTime for Java opened the door to Apple's extensive QuickTime library, but times are changing and QTJ seems headed for deprecation. In fact, Apple is pushing Mac developers away from the old procedural-C QuickTime API altogether. In its place is a new object-oriented, Cocoa-aligned framework called QTKit. Great for Objective-C programmers, but what about the Java crowd? The Keaton project, something of a successor to Lloyd, will create a one-to-one mapping of Java objects to Obj-C objects, so you can work with QTMovies and QTMovieViews directly in Java code. Come see this talk to see how it works and how you can use it in your Mac Java application." In today's Weblogs, Gregg Sporar is still Talking About JavaOne 2007: "The topic for May's meeting of the Austin Java Users Group was JavaOne. Along with three others, I shared a few thoughts with the crowd. It was a very interesting discussion." Jean-Francois Arcand has a Grizzly update in JRuby on Grizzly 1.5 now ready.....with asynchronous request processing support and soon Comet!: "The very tiny JRuby on Grizzly module is now shipping and will soon be part of the Grizzly official distribution. This release also support Asynchronous Request Processing, which is something new for the JRuby community." Finally, Eamonn McManus has some new information on Custom types for MXBeans/ "MXBeans map between arbitrary Java types and a fixed set of types in javax.management.openmbean called the Open Types. Up until now the mapping rules were fixed. In the Java 7 platform, we're planning to allow customization of the rules." In today's Forums,
Finally, Current and upcoming Java Events :
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. Contemplating the end of checked exceptions? »
Comments
Comments are listed in date ascending order (oldest first)
|
||
|