InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Top 10 New Things You Need to Know About Java 6

Posted by Floyd Marinescu on Jun 16, 2006

Sections
Development,
Architecture & Design
Topics
Artifacts & Tools ,
Programming ,
Java
Tags
Java SE
Sun Microsystems' Danny Coward and Mark Reinhold have published the top 10 things you need to know in Java SE 6 beta 2, as well as a list of approved and co-bundled features, including the bundling of Java DB (Apache Derby) into the JDK.

Below is a slightly condensed excerpt of the 10 things to know:
  1. Web Services. First-class support for writing XML web service client applications. You can expose your APIs as .NET interoperable web services with a simple annotation. Mustang adds new parsing and XML to Java object-mapping APIs, previously only available in Java EE platform implementations or the Java Web Services Pack.
  2. Scripting. You can now mix in JavaScript technology with your Java technology source code, useful for prototyping. Your own scripting engines can be plugged in.
  3. Database. Mustang will co-bundle Java DB (Apache Derby). JDBC 4.0 adds many feature additions like special support for XML as an SQL datatype and better integration of Binary Large OBjects (BLOBs) and Character Large OBjects (CLOBs) into the APIs.
  4. More Desktop APIs. GUI developers get a large number of new tricks to play like the ever popular yet newly incorporated SwingWorker utility to help you with threading in GUI apps, JTable sorting and filtering, and a new facility for quick splash screens to quiet impatient users.
  5. Monitoring and Management. Mustang adds yet more diagnostic information, and we co-bundled the infamous memory-heap analysis tool Jhat for forensic explorations of those core dumps.
  6. Compiler Access. The compiler API opens up programmatic access to javac for in-process compilation of dynamically generated Java code.
  7. Pluggable Annotation. Java tool and framework vendors can define their own annotations and have core support for plugging in and executing the processors for custom annotations.
  8. Desktop Deployment. Better platform look-and-feel in Swing technology, LCD text rendering, and snappier GUI performance overall. Java applications can integrate better with the native platform with things like new access to the platform's System Tray and Start menu. Mustang unifies the Java Plug-in technology and Java WebStart engines.
  9. Security. XML-Digital Signature (XML-DSIG) APIs for creating and manipulating digital signatures); new ways to access platform-native security services, such as native Public Key Infrastructure (PKI) and cryptographic services on Microsoft Windows for secure authentication and communication, Java Generic Security Services (Java GSS) and Kerberos services for authentication, and access to LDAP servers for authenticating users.
  10. The -ilities: Quality, Compatibility, Stability. 80,000 test cases and several million lines of code testing conformance (being just one aspect of our testing activity). Snapshots of Mustang have been downloaded for the last 15 (not just 6) months. Bugs are fixed at each step. Performance is looking better than J2SE 5.
See also the Java SE 6 Highlights and Download page.
Performance is looking better than J2SE 5 by Pete the Wheat Posted
upgrade to Java 6 by jeet tiwari Posted
  1. Back to top

    Performance is looking better than J2SE 5

    by Pete the Wheat

    "Performance is looking better than J2SE 5."
    Well, "looking better" seems reassuring... :)

  2. Back to top

    upgrade to Java 6

    by jeet tiwari

    Any impact if Java 6 (instead of java 5)deployment to WAS6.1 and Tomcat6.x .

Educational Content

Collaboration: At the Extremities of Extreme

Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.

Yesod Web Framework

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.

Beauty Is in the Eye of the Beholder

Alex Papadimoulis discusses ugly code, where it comes from, how to avoid it, and how to get rid of it.

Architecting Visa for Massive Scale and Continuous Innovation

John Davies examines Visa’s architecture and shows how enterprises have architected complex integrations incorporating Hadoop, memcached, Ruby on Rails, and others to deliver innovative solutions.