Showing posts with label JAVA Platform. Show all posts
Showing posts with label JAVA Platform. Show all posts

Friday, March 20, 2009

Sun CTO Details Progress of Open-source Java

Sun Microsystems Inc. last week unveiled a portal that will detail its efforts to make its Java programming language available as open-source code. After the announcement, Bob Brewin, Sun's chief technology officer for software, talked to Computerworld about the state of the company's effort to make Java SE (Standard Edition) code available to the open-source community.

What is the goal for the new portal? The goal for the portal is transparency. We want to make sure that this is not just open-source, but an open community. There have been open-source projects in the past industrywide where it is just, "Here is our source, do what you want." The only way we can do that is to really engage the existing open-source communities out there and ask them for their advice, guidance and opinions.

Where does the effort to open the source code of Java stand today? We are currently planning to release significant pieces of our functionality in the fall. A Java programming compiler and the HotSpot Virtual Machine are examples. As we make sure the source is ready to go ... we'll begin releasing code over a period of time until we get the entire body out there.

What types of problems have you encountered so far in this effort? Identifying the various intellectual property encumbrances that might exist. An example is, within the graphics library, there are font rasterizers which allow you to represent characters on the screen. We have licensed those from other companies. We may ship other parts of the platform as open-source, and [the rasterizer] will ship as a binary. Once Java is open-sourced, the ideal situation is the community can help us create a replacement technology for it by developing it in open-source.

Read More Article...

Monday, June 9, 2008

Sun Moves Gingerly Toward Open SOA Platform

In a bid to woo smaller companies and independent developers, Sun Microsystems (NASDAQ: JAVA) has incorporated open source elements within today's release of Java Composite Application Platform Suite (CAPS) 6, the latest version of its suite for building service-oriented architecture (SOA) products.

CAPS 6 blends open source code from the Open ESB (define) project with the closed code of the 5.x set of releases.

It is architected around the Java Business Integration (JBI) standard, which "reduces vendor lock-in -- when things go south with one vendor, enterprises can move to another because their value is in the content, and not the middleware," Mark Herring, Sun's vice president of software infrastructure marketing, told InternetNews.com.

JBI is a Java-based standard that facilitates SOA (define) integration of Java-based applications.
Read More Article...

Tuesday, April 22, 2008

Sun looks to free up the rest of Java

Company eyes Linux installations as potential new users

Sun Microsystems is stepping up efforts to boost Java usage in Linux shops by working to remove some final encumbrances in the open-source Java platform.

By freeing these up, Java can be fully open-source and thus be packaged more easily with Linux distributions. In conjunction with this activity, Sun is talking with Linux distributors, including OpenSuse, Ubuntu and Fedora to have them offer an updated version of OpenJDK, which constitutes the open-source Java platform. Sun plans to offer the updated OpenJDK soon and clear the last few encumbrances later.

"We're hoping to see some movement [with the] Linux distributions in the very near future, hopefully by JavaOne," said Rich Sands, group manager for developer marketing at Sun, in an interview on Tuesday. The JavaOne conference is to be held in San Francisco in two weeks.

OpenJDK is based on Java Platform, Standard Edition (SE) 6. The open sourcing process began in November 2006. But a few components, including some encryption libraries, graphics libraries, the sound engine, and some SNMP management code still could not be offered under the GNU General Public License. These components accounted for 4 percent of the platform.

Read More Article...