BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Java SE Content on InfoQ

  • Sun open sources Java SE, ME, and Glassfish under GPLv2

    Sun today announced that Java SE, Java ME, and Glassfish are being open source under the GNU General Public License version two (GPLv2) with Sun today releasing an early build of the Java SE 7 HotSpot JVM, the javac compiler, and JavaHelp. The fully buildable Java SE 7 JDK classlibraries will be available in Q1 2007. Plans for Java's governance model have not yet been announced.

  • InfoQ Interview: Joshua Bloch on Closures, Needed Java Features, Google

    In this video interview, Core Java language designer Joshua Bloch talks with InfoQ about the need for Closures, Functional Programming, Java's need for better resource management, Java Puzzlers, and cool stuff Google is doing with Java.

  • Two years later, frustration with Generics continues

    Laird Nelson describes his frustrations with understanding Java Generics. While clear in the simple case, as he works through a more complicated scenario, he ends up throwing them away because they're so complicated. Are we helping or hurting ourselves by using Generics?

  • Sun Details The Schedule for Future Java Releases

    Jean Elliot, Director of Product Marketing for the Java SE Platform at Sun, was interviewed to talk about where Java SE is now and where it is going. They discussed the current Java SE roadmap, with Java SE 6 due in December and Java SE 7 in 2008. Other topics included open sourcing Java SE and the end-of-life of Java SE 1.3.1.

  • Sun Refines Timetable for Open-Sourcing Java

    Sun CEO Jonathan Schwartz stated at the Oracle OpenWorld Conference this week that Sun will announced the open-sourcing of the core Java platform within 30 to 60 days. This is a more aggressive timetable than previous comments by Sun's Rich Green who had indicated portions of Java being open-sourced starting this year and continuing into 2007.

  • Using Native Platform Security in Java 6

    Java 6 will enhance the ability to leverage the native security features of the underlying deployment platform. Included in Java 6 is the ability to access the Microsoft CryptoAPI, PKCS#11 services, use the native GSS-API implementation, and import and export PKCS#12 Keystores.

  • Opinion: Use an Eclipse-style Governance Model for Open Source Java

    Java Eclipse Foundation Executive Director Mike Milinkovich suggests that a way for Java to be truly free and independent would be to use an Eclipse-style governance model. InfoQ sat down with Milinkovich to futher discuss the idea of an Eclipse governance model for Java and its implcations. Community feedback is welcome.

  • Java Ready and Waiting for Windows Vista

    Last week Microsoft Watch ran a story entitled Windows Vista: Aero Glass and Java Don't Mix. Chet Haase, Java Client Group Architect at Sun, sets the record straight in a subsequent blog post affirming that Java in fact runs just fine on Vista. Sun has been working with Microsoft on Vista compatibility during the entire Java 6 Mustang development cycle.

  • InfoQ Article: Java, .NET, but why together?

    The Java vs. NET war is over. In this article, Ted Neward looks at how we can leverage the strengths of each together, such as using Microsoft Office to act as a "rich client" to a Java middle-tier service, or building a Windows Presentation Foundation GUI on top of Java POJOs, or even how to execute Java Enterprise/J2EE functionality from within a Windows Workflow host.

  • Sun Officially Backs Ruby, Brings JRuby In-House

    Charles Nutter, one of the developers of the JRuby (Ruby on JVM) project, announces JRuby is being brought into the Sun Microsystems fold.

  • Progress Towards "Java Browser Edition"

    Earlier this year Ethan Nicholas proposed that Java needed a "Browser Edition" to compete with industry leading technologies such as Flash in the browser space. Ethan is back with a blog entry updating his progress on slimming down the install footprint of Java.

  • Sun Creates Feature Removal Process for the Java Platform

    No feature has ever been removed from the Java SE platform, and the stand policy has been that no feature ever will be removed. JSR 270 takes the first step to reversing this trend with the definition of a set of guidelines to govern removal of features with javax.sound.midi being the first considered.

  • Closures Proposed for Java SE 7

    Some of the main architects of the Java language) have put out a proposal for adding closures and local functions to Java SE 7, a feature that Smalltalk users always raved about, which is common in scripting langauges and even C# supports them. The reactions from the community have been over all quite positive.

  • Sun: A real open source Java community: "That is our Goal"

    Sun has committed to open sourcing Java Micro Edition this year, and all of Standard Edition next year. InfoQ spoke to Sun's Bob Brewin, co-CTO of Software to find out the details. InfoQ also spoke to Geir Magnusson, lead on the Apache Harmony open source Java effort to get a community perspective on the news.

  • Bringing Scripting to the Java Platform

    Scripting languages have traditionally been difficult to integrate into Java applications. A new article on the Sun Developer Network takes a look at using JSR 223 - Scripting for the Java Platform to integrate scripting into your application.

BT