29 March 2006 21:45
J2SE 5.0
Java 2 Platform Standard Edition (J2SE) software is the premier platform for rapidly developing and deploying secure, portable applications that run on server and desktop systems spanning most operating systems. J2SE 5.0 is a significant release including many new features and updates while preserving compatibility and stability.
The development of J2SE 5.0 was led by Sun and progressed following the Java Community Process (JCP) to include input from a variety of constituents. Some highlights of J2SE 5.0:
New language updates: Metadata, Generics, Enumerated types, Autoboxing of primitive types
New JVM Monitoring and Management API
Improved out-of-box performance
New (but compatible) default Java look and feel
29 March 2006 20:45
jEdit - Plugin Central
(via)jEdit plugins are being written by a diverse team of programmers from around the world.
29 March 2006 20:30
jEdit - Programmer's Text Editor
by 14 othersjEdit is a mature and well-designed programmer's text editor with 7 years of development behind it.
Written in Java, so it runs on Mac OS X, OS/2, Unix, VMS and Windows.
29 March 2006 20:15
Using JConsole to Monitor Applications
by 1 otherThe Java 2 Platform, Standard Edition (J2SE) 5.0 release provides comprehensive monitoring and management support. It not only defines the management interfaces for the Java virtual machine, but also provides out-of-the-box remote monitoring and management on the Java platform and of applications that run on it. In addition, JDK 5.0 includes the Java Monitoring and Management Console (JConsole) tool. It uses the extensive instrumentation of the Java virtual machine to provide information on performance and resource consumption of applications running on the Java platform using Java Management Extension (JMX) technology.
1
(4 marks)