Hip Wrappers in the House
In March 2002, Sun Microsystems released Version 1.4 of its Java 2 Standard Edition (J2SE) software (http://java.sun.com/j2se/1.4). J2SE is the core of the Java platform. While other Java kits are specialized (e.g., J2ME is targeted at small devices and J2EE provides a range of server and e-commerce solutions), J2SE provides fundamental components that every Java programmer can use.
Saturday, June 15th, 2002
In March 2002, Sun Microsystems released Version 1.4 of its Java 2 Standard Edition (J2SE) software (http://java.sun.com/j2se/1.4). J2SE is the core of the Java platform. While other Java kits are specialized (e.g., J2ME is targeted at small devices and J2EE provides a range of server and e-commerce solutions), J2SE provides fundamental components that every Java programmer can use.
For example, the Java Container framework (Maps, ArrayLists, etc.), the input/output system, and Swing and AWT (two user interface toolkits for Java written and provided by Sun) are all a part of J2SE.
J2SE 1.4 is a substantial upgrade with more than thirty enhancements or additions — new APIs, development tools, and performance tweaks — that greatly extend Java’s capabilities. The additions to J2SE 1.4 fall into four categories: the integration of previously supplemental APIs into the core Java 2 platform; new APIs; new Java facilities (an addition to the Java language or a substantial set of new methods added to existing classes); and enhancements and bug fixes.
Here are some highlights from each area.
INTEGRATIONS AND NEW APIs