| By Java News Desk | Article Rating: |
|
| February 5, 2004 12:00 AM EST | Reads: |
32,220 |
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,220
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... |
||||
- Ubuntu-based Open Source Linux Mint Tests KDE Version
- Linux Virtualization and Tired Open Source Myths
- IGEL Supports Red Hat Enterprise Virtualization 3.0
- CloudLinux Announces Support for Atomia
- Amazon Kindle Fire Gets Its Own 'Personal Cloud Desktop' with AlwaysOnPC App Launch
- SPIRIT DSP Receives 2011 INTERNET TELEPHONY Product of the Year Award
- The Utility Infrastructure Security Market 2012-2022: Cybersecurity & Smart Grids
- FORTUNE Magazine Names Rackspace Among “100 Best Companies to Work For”
- EnterpriseDB Announces Availability of Postgres Plus Cloud Database
- Convirture Reports Strong 2011 as Virtualization Management Takes Off
- iFollowOffice Turns to Virtual Bridges and Savvis for On-Demand Virtual Desktop Services
- Swisscom Floats Red Hat Cloud
- i-Technology in 2012: Five Industry Predictions
- Ubuntu-based Open Source Linux Mint Tests KDE Version
- Amazon to Rent Out Supercomputers
- Amazon Émigré Starts Network Monitoring Firm
- HP’s Putting a Back Door in the Itanium Alamo
- Linux Virtualization and Tired Open Source Myths
- CloudLinux Announces Preferred Partner Program
- MapR Pushes the Hadoop Envelope
- Rightware Announces Gaming Performance Benchmark for OpenGL ES 3.0/Halti
- IGEL Supports Red Hat Enterprise Virtualization 3.0
- CloudLinux Announces Support for Atomia
- 3Dconnexion Announces its Newest 3D Mouse - the SpaceMouse Pro
- The i-Technology Right Stuff
- Linux.SYS-CON.com Exclusive: Linus Discloses *Real* Fathers of Linux
- After Ubuntu, Windows Looks Increasingly Bad, Increasingly Archaic, Increasingly Unfriendly
- A Closer Look at Damn Small Linux
- Linus' Top Ten SCO Barbs
- SCO CEO Posts Open Letter to the Open Source Community
- Netscape Co-Founder's 12 Reasons for Growth of Open Source
- Where Are RIA Technologies Headed in 2008?
- *POINT - COUNTERPOINT SPECIAL* What's Wrong with the Open Source Community?
- Introducing "Cooperative Linux" - Linux for Windows, No Less
- Linux.SYS-CON.com Exclusive: What Would UserLinux Look Like?
- Why Recovering a Deleted Ext3 File Is Difficult . . .



















