Java SE Goes Beta (Feature Complete). Download Now.February 17th, 2006 Java SE 6 Beta offers the first feature complete version of next major release of the Java SE platform. Sun expects to ship the final release of Java SE 6 in the fall of 2006.
J2SE 5: New wine in new bottle with old corkMarch 15th, 2005 J2SE stands for Java 2 Standard Edition. The 2 stands for version 2 of the platform.
Sun Targets Java for Chinese MarketSeptember 13th, 2005 "We are actively promoting Java in China as well as the rest of Asia-Pacific," said Scott McNealy, chairman and chief executive of Sun, in an interview with China Daily. "We are working with the (Chinese) government and other key players to establish Java as the industry standard for delivering open and secure services."
Java technology is being used globally in more than 2.5 billion devices, including 1 billion smart cards, more than 708 million mobile phones, more than 700 million PCs, and in data centres of the world's largest companies and organizations.
Java EE 6 HighlightsMay 6th, 2008 The key features of Java EE 6 (Java Enterprise Edition version 6) are:
Modular Platform - Java EE 6 introduces profiles targeted for particular segment of users like web developers or mobile developers. Java Profiles allows you to select Java EE 6 features to be included in a profile.
Goodbye J2EE and J2SE. We will miss you.April 29th, 2005 I heard in grapevine that Sun marketing has decided to change the names like J2EE, J2SE, J2ME etc. The name change involves removing the "2" from the platform names.
Java EE 5 (formerly J2EE 1.5) Unanimously Passes Public Review Ballot; Promises Ease of UseAugust 16th, 2005 Back to The POJO days and lots of goodies scheduled with Java Enterprise Edition 5.
Top 10 Java Features (or What Makes Java Great)May 3rd, 2006 Here is a list of top 10 java features I constantly use and highly recommend; features which makes Java great as a language and platform. JSP & Servlets - Most of java development today is arguably done on JSP & Servlets.
Free Java EE 5 Tutorial & Introduction - Download & OnlineJuly 14th, 2006 Free Java EE 5 Tutorial and a nice introduction to Java EE (Enterprise Edition) 5 from Sun (what more to say?). Free Java EE 5 Tutorial - Online & Download
Your First Cup: An Introduction to the Java EE Platform - Online & Download
Thanks Pelegri.
Top 10 Java LiesMarch 6th, 2006 Here are the top ten Java lies I have heard over the years. Feel free to add yours in the comments.
Sun Microsystems to Propel Next-Generation Mobile Java Technology Success With NTT DoCoMoJuly 3rd, 2005 More power to Java on mobile platform - J2ME. Looking forward to see some concrete results.
Few useful links on Java UI developmentJanuary 24th, 2004
A compendium of useful links on Java Human Interface (look and feel):
Papers on Java Software Human Interface Issues
Designing a cross-platform look and feel with Java
Forums to search for Swing answers:
Swing Forum
Swing Forum: Archive
World's First Completely Java Powered Cell PhoneNovember 9th, 2005 LG Electronics and SavaJe Technologies Inc. announced that LG Electronics completed development of a fully Java powered cell phone using SavaJe OS™, SavaJe Technologies' Java™ Platform, Micro Edition (Java ME) Connected Device Configuration (CDC) based open OS.
Ruby on Java = JRuby - Project to WatchDecember 18th, 2005 JRuby is a project to watch for. It implements Ruby on Java virtual machine.
Java Software Platform J2SE6 (Mustang) Enables System Tray / TaskbarNovember 26th, 2005 Java 2 Platform Standard Edition 6.0 version (Mustang) lets you access the system tray through two classes in the java.awt package: SystemTray and TrayIcon. These classes give you the ability to add graphics, popup menus, and floating tip functionality to the system tray.
Using Assertions in Java TechnologyJuly 18th, 2005 You can use assertions to detect errors that may otherwise go unnoticed. Assertions contain Boolean expressions that define the correct state of your program at specific points in the program source code.