| By Java News Desk | Article Rating: |
|
| February 5, 2004 12:00 AM EST | Reads: |
28,634 |
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 28,634
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... |
||||
- Kindle 2 vs Nook
- Why IBM’s Server Chief Got Busted
- Is Cloud Computing Like Teenage Sex?
- Industry Experts Discuss the State of Cloud Computing
- Performance Tuning Essentials for Java
- Confessions of a Ulitzer Addict
- Tactical Cloud Computing Panel at 1st Annual GovIT Expo
- It's the Java vs. C++ Shootout Revisited!
- Cloud Computing Can Revitalize Your Career as Software Developer
- IBM Could "Reinvent" Java: Mills
- Oracle & Cloud Computing: Exclusive Q&A with SVP Richard Sarwal
- A Brief History of Cloud Computing
- Kindle 2 vs Nook
- Cloud CEOs, CTOs & SVPs to Speak at 4th International Cloud Computing Expo
- Why IBM’s Server Chief Got Busted
- Is Cloud Computing Like Teenage Sex?
- Industry Experts Discuss the State of Cloud Computing
- Performance Tuning Essentials for Java
- The Difference Between Web Hosting and Cloud Computing
- Cloud Computing Expo: Exclusive Q&A with Yahoo! SVP Cloud Computing
- Ajax in RichFaces 3.3, JSF 2 and RichFaces 4
- Confessions of a Ulitzer Addict
- My Thoughts on Ulitzer
- Tactical Cloud Computing Panel at 1st Annual GovIT Expo
- A Cup of AJAX? Nay, Just Regular Java Please
- Java Developer's Journal Exclusive: 2006 "JDJ Editors' Choice" Awards
- The i-Technology Right Stuff
- JavaServer Faces (JSF) vs Struts
- Rich Internet Applications with Adobe Flex 2 and Java
- Java vs C++ "Shootout" Revisited
- Bean-Managed Persistence Using a Proxy List
- Reporting Made Easy with JasperReports and Hibernate
- Creating a Pet Store Application with JavaServer Faces, Spring, and Hibernate
- What's New in Eclipse?
- Why Do 'Cool Kids' Choose Ruby or PHP to Build Websites Instead of Java?
- i-Technology Predictions for 2007: Where's It All Headed?









































