Sun Release J2SE 1.4.2, announced Tiger release milestones

zhaozj2021-02-08  326

Sun announced the release milestone of J2SE 1.5, and Tiger will release a beta version before the end of this year. In addition, J2SE 1.4.2 (code "Mantis" - 螂) has been released, repaired more than 4,000 bugs, added full support to the Itanium CPU, providing two new Swing View: Windows XP and GTK, and join Two new high-efficiency GC algorithms.

Seeing this news, my only feelings are: I have developed 10 years of Java actually there are more than 4,000 bugs that can be patch, it is ~! @ # $% ^ & * ......

----------------

A Roadmap for Java 2 Platform, Standard Edition (J2SE) 1.4.2 and 1.5by calvin austinjune 25, 2003

By The End of 2003, Java Developers Will Be Able To Get Their Hands on A Beta Version of Java 2 Platform, Standard Edition 1.5 (J2SE 1.5). This Release and the Current 1.4 Updates, 1.4.1 and 1.4.2, were covered In The J2se Roadmap Session At The 2003 Javaone Conference. If You'mwork, or Want To Refresh Your Memory, Here Are The Key Points from The Talk.

J2SE 1.4.1 and 1.4.2 Releases

While the 1.4.1 Release ("Hopper"), Available September 2002, And ITS Follow ON Update, 1.4.2 ("Mantis"), Due In June 2003, Have Resolved over 4000 bug fixes, The Improvements Have Not Stopped there.

Full support of the Itanium CPU is available and Swing users now have support for two new native Look and Feels, Windows XP and GTK on Linux. In addition to a visual refresh, startup time has also been improved, a request that we have heard loud AND CLEAR AND THAT WILL BE FURTHER IMPROVED IN J2SE 1.5

Performance on the server side has been enhanced with two new garbage collectors, a concurrent mark and sweep algorithm and a parallel young space collector The new concurrent collector can be enabled with -XX:. UseConcMarkSweepGC and the parallel collector with -XX: UseParallelGC .

THE Challenge Of Learning and Undering Java Command Line Options To Get The Best Performance Is A Subject We Are Tackling in J2se 1.5.j2se 1.5 Release

J2SE 1.5 ( "Tiger") is the next major revision to the Java platform and language; it is currently slated to contain 15 component JSRs and other smaller updates The release is focused along certain key themes, namely Quality, Monitoring and Manageability, Performance. And Scalability, Ease of Development and Desktop Client.

Ease of development

You may have already heard about some of the new Java Language changes that comprise the Ease of Development theme JSR 201 contains four of these changes;. JSR 175 is the core for Metadata support, while JSR 14 specifies Generics.

The Metadata functionality enables declarative programming, which can offload code generation and manipulation to processing tools. Generic types promotes code re-use of routines without manual casting which would otherwise reduce type safety.

The other four changes are a for loop which understand collections and so removes the need for an implicit iterator; enumerated types which provide additional type safety beyond a final static int solution; autoboxing of primitives which is especially needed when using generics, which does not use Primitive Types; and finally, Importing Static Constants to Improve Explicit Sharing of Static Data.

There is a lot more than just language changes in Ease of Development. For those developers who miss printf, one will finally be available. Multi-threaded programs will be easier to write with the new concurrency utilities in JSR 166.

Scalability and Performance

The 1.5 release promises improvements in scalability and performance with a new emphasis on startup time and memory footprint to make it easier to deploy applications running at top speed. Performance ergonomics are built in and a more powerful profiling API will be available from JSR 163.Monitoring And ManageAbility

M & M is a key feature of Tiger. Those developers who use JMX in Java 2 Platform, Enterprise Edition (J2EE) will be pleased to see this level of functionality in J2SE. The JVM monitoring will allow full health checking of deployed applications, including low memory Detection, Error Fault Handlers And Even A Stack TRACE API!

Core XML Support

J2SE 1.5 introduces revisions to the core XML platform, including XML 1.1, SAX 2.0 and DOM Level 3. The complementary Web service technologies, JAX-RPC and JAXB, will continue to be available in the Web services pack. A later J2SE release may include The J2SE Core.

Desktop Client

The final theme covered was Desktop Client. This focus brings a welcome refresh to the default Look and Feel and also improved skins support. In addition to the startup and footprint improvements, desktop developers have a lot to look forward to.

Unicode 3.1 Support

32-Bit Surrogate Character Support Will Be Carefully Added to The Platform So The Java "Char" Will Still Remain At 16 Bits.

New Io Support

The Platform Where appropriate.

WITH New J2SE Products, 1.4.2 and 1.5, Java Developers Have an Exciting Year Ahead of Them.

See Also

J2SE 1.4.2: bug fixes and upgrades (http://java.sun.com/j2se/1.4.2/fixedbugs/index.html)

New Language Features for Ease of Development in the Java 2 Platform, Standard Edition 1.5: A Conversation with Joshua Bloch (http://java.sun.com/features/2003/05/bloch_qa.html)Growing a Language: A Conversation with Guy Steler (http://java.sun.com/features/2003/05/steele_qa.html)

转载请注明原文地址:https://www.9cbs.com/read-716.html

New Post(0)