| By Java News Desk | Article Rating: |
|
| February 5, 2004 12:00 AM EST | Reads: |
32,213 |
The next major revision to the Java platform and language, version 1.5.0, is now available.
J2SE 1.5 has been developed under the Java Community Process as Java Specification Request (JSR) 176, which is led by Sun and an expert group of industry-recognized corporate and individual developers.
The JSR recently won a unanimous vote in the JCP Executive Committee, making way for the beta program to officially open, and accept participants immediately.
New features incorporated since the last "major" release - 1.4.0. - include:
- New language updates: Metadata, Generics, Enumerated types, Autoboxing of primitive types
- New JVM Monitoring and Mangement API
- Improved out-of-box performance
- New (but compatible) default Java look and feel
"Java technology gives developers the best platform for innovation and ease of development," said Mark Bauhaus, Sun's vice president, Java Web Services, announcing the release.
"J2SE 1.5 marks a tremendous achievement for the Java development community, and is a key milestone in the Java technology roadmap," he continued. "These Java programming language enhancements appeal to a broad variety of Java developers by harnessing the power of the Java platform and allowing developers greater to access it."
Monitoring and manageability is a key focus for the release, Bauhaus pointed out, adding that 1.5 features improvements that allow Java technology-based applications created on the J2SE 1.5 platform to be deployed into existing SNMP-based enterprise management systems.
"This allows the JVM software to be monitored and managed for higher levels of reliability, availability, and serviceability," he explained.
Also new in J2SE 1.5 platform is the inclusion of the Java Management Extensions (JMX), delivering out-of-the-box deployment to enterprise management systems that support JMX.
For more information on Java 2 Platform, Standard Edition 1.5.0 Beta 1and to participate in the beta program, visit here.
Published February 5, 2004 Reads 32,213
Copyright © 2004 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
More Stories By Java News Desk
JDJ News Desk monitors the world of Java to present IT professionals with updates on technology advances, business trends, new products and standards in the Java and i-technology space.
![]() |
Jesse Houwing 02/12/04 05:25:43 AM EST | |||
[quote]There is still something important in my mind that Sun is still missing about the "import" directive, I think it will be very nice if I could write it as following: import java.awt.**; The double star means that it will import every class and every Package [/quote] this would not work, as the number of classes starting with java* or any other prefix might differ between systems. This will most likely introduce namingconflicts that did not exist on the system of the original developer. |
||||
![]() |
Chris Nelson 02/10/04 09:20:10 AM EST | |||
I add all imports explicitly. Do not use * at all. When using date define the whole class path each instance. These rules enhance maintainability. I agree 100% with Bob Corrick. |
||||
![]() |
Bob Corrick 02/07/04 02:54:21 AM EST | |||
I might start without importing at all, for example: |
||||
![]() |
Tilman Sporkert 02/06/04 07:48:03 PM EST | |||
Regarding the java.util.Date issue... just add a specific |
||||
![]() |
Francisco 02/06/04 07:27:12 PM EST | |||
Mr. Sibai... pardon my doubt of your sanity, but... are you clinically insane? Have you thought about the logical implications AT ALL? Consider: import java.util.* and java.sql.* both include a Date class, which requires that the programmer specify java.util.Date instead of Date - every time. That's annoying and suboptimal - and you're asking for EVERY POSSIBLE namespace collision that Java can offer... all in the name of a little bit of convenience so you don't have to bother to, you know, learn Java. Yuck. |
||||
![]() |
Mohamad M. Jamil Sibai 02/06/04 07:05:24 PM EST | |||
There is still something important in my mind that Sun is still missing about the "import" directive, I think it will be very nice if I could write it as following: |
||||
![]() |
I Hasan 02/06/04 10:52:37 AM EST | |||
Dan, consider yourself lucky... |
||||
![]() |
Dan Bernier 02/06/04 07:56:39 AM EST | |||
[sigh] Still stuck on BEA 6.1, JDK 1.3.1... |
||||
- Microsoft Tries Hadoop on Azure
- Asynchronous Logging Using Spring
- StorSimple Supports OpenStack
- What to Expect in 2012: Cloud Computing and Open Source Software
- Will PaaS Finally Bring Open Source Love to the Enterprise?
- AT&T Joins OpenStack, Floats Cloud Architect
- Red Hat Sets Up GlusterFS Advisory Board
- Linux Virtualization and Tired Open Source Myths
- OpenOffice.com Lives
- Cloud Computing: A Platform-First Approach
- Powering the Cloud with Open Source
- Acquia Announces Two New Board Members
- Adobe Sends Flex to the Apache Foundation
- i-Technology in 2012: Five Industry Predictions
- Microsoft Tries Hadoop on Azure
- OpenXava 4.3: Rapid Java Web Development
- Asynchronous Logging Using Spring
- StorSimple Supports OpenStack
- What to Expect in 2012: Cloud Computing and Open Source Software
- Will PaaS Finally Bring Open Source Love to the Enterprise?
- AT&T Joins OpenStack, Floats Cloud Architect
- More Use Cases for Big Data Analytics
- Red Hat Sets Up GlusterFS Advisory Board
- Linux Virtualization and Tired Open Source Myths
- After Ubuntu, Windows Looks Increasingly Bad, Increasingly Archaic, Increasingly Unfriendly
- SCO CEO Posts Open Letter to the Open Source Community
- Simula Labs Launches Hosted Delivery Platform To Enable Enterprise Open Source Adoption
- Where Are RIA Technologies Headed in 2008?
- Source Claims SCO Will Sue Google
- How Open Is "Open"? – Industry Luminaries Join the Debate
- Latest SCO News is Plain Weird
- SCO Claims Linux Lifted ELF
- IBM Tells SCO Court It Can't Find AIX-on-Power Code
- Flashback: Investing in 'Professional Open Source' - Exclusive 2004 Interview with David Skok, Matrix Partners
- Developing an Application Using the Eclipse BIRT Report Engine API
- HP Starts Pushing Desktop Linux
























