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.
Expression language to write expression language to write...February 25th, 2005 I am so happy! Now we have an expression language to create an expression language! Next we need an expl (my shortened form of expression language) to create an expl to create an expl ... ad-infinitum.
Another look at Groovy (Latest java based scripting language)November 3rd, 2004 I was recently pulled into Groovy, a new Java based scripting language. You can read a good article highlighting groovy in onjava.com.
Reverse Hyping Java - Myth and realitiesDecember 16th, 2005 It has become a fulltime jobs of some morons to reverse hype Java for several years now. First it was "Java is slow" myth which was perpetuated.
Java Annotation based FrameworksOctober 7th, 2005 Now everyone and their Mother-in-law is jumping in the Annotation bandwagon. I believe Cedric was the first developer to come up with an annotation based framework - TestNG.
The Smell of Java (& JSP) or A Case for JavaJune 29th, 2007 After sometime I am back to developing in Java & JSP. And boy does it smell good! If there is a programmers heaven, I am in it now.
Java Continues As Leading Programming LanguageJune 6th, 2006 Java continues as the leading programming language according to TIOBE index updated on June 2006. Java is rated at 21.128%, an increase of 2.56% from June, 2005.
Simplifying Java Software Development: How to Count the Number of Words in a String using Java (one-liner)June 18th, 2005 Java is a language of choice for millions of developers worldwide. In a series of articles I will show simple tips and techniques which make Java extremely powerful and yet simple to use.
Java Gains in PopularityJuly 19th, 2006 Java increased its lead as the leading programming language according to TIOBE's index. PHP maintained its 4th position while Ruby moved up 13 positions to 17th.
Java Wins Programming Language of 2006 AwardJanuary 11th, 2006 Java has won the "TIOBE Programming Language of 2005" award. The Java language has increased its popularity in 2005 with 4.77%.
Java Open Sourcing DetailsNovember 14th, 2006 Sun is slowly releasing its implementations of the Java platform. The components of the Java SE implementation that Sun is releasing initially are the Java programming-language compiler (javac) and the Java HotSpot virtual machine.
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.
Java or C#January 10th, 2004 On the old debate - C# versus Java
How to Develop Rule Based Java Software Using Java Rule Engine API (JSR 94)August 16th, 2005 For mission-critical applications, the process of automating business policies, procedures, and business logic is often better managed by leveraging a Business Rule Engine. Using business rules can help you develop more agile applications with shorter time-to-market.
Why A New Scripting Language for JavaFX?May 7th, 2008 I was intrigued by the fact that a new scripting language was designed for JavaFX, a new technology based on the Java platform, designed to enable consistent user experiences on desktop, mobile, TV, and other consumer platforms, where existing languages like Javascript or Groovy could be embraced and extended instead. A new language means a learning curve for a developer to get proficient at and also not be able to leverage the developer base of an existing popular language like Javascript or Gorrvy.