This being the first tech days post Sun’s acquisition by Oracle,the event started with a keynote from Oracle underlining their commitment to the development of java technologies. Lets jump into the highlights of the last 2 days!

  1. J6EE - This has been the biggest news on the horizon. While J5EE was about cutting the flab in JEE with JPA replacing container managed entity beans, J6EE made the stack much more easier to develop on. The following are the technologies that makes up the Enterprise Edition:

    1. Web Profiles - For the light weight web apps where you don’t need a full blown container.
    2. Servlet 3.0 - Annotation based, with support for web fragments and asynchronous processing (AJAX just got better).
    3. JAX -RS - Restful web services are here.
    4. EJB 3.1 - The business interface are optional now. Also, check out the EJB Lite.
    5. JPA 2.0 - Enhanced JPQL (java persistence query language), metamodel based query support.
    6. Context and Dependency Injection - Standardizes dependency inject in EE applications with seamless lifecycle management of the web beans.
    7. JSF 2.0 - Brings annotation support and templating of facelets.
    8. Bean Validation framework - No more writing validation code in the model. Annotate and forget it.
    9. Connector Architecture 1.6 - Standardizes bidirectional connectivity between the application and Enterprise Information System (EIS).
    10. Packaging Enhancements- Forget the ear files. EJB goes into a single war along with your web apps.
    11. and a lot more!
  2. JDK7 - Modularity and Closures are the buzz words for the new release expected any day. With a lot of new scripting languages out there running on the JVM, Closures does some catching up. Also with the multi language support, you can now pick your favourite from over 200 languages and start coding for the jvm!

  3. Bundles - Bundles is the way to go and that cannot be better emphasized with JDK7 introducing modules as a part of the language. The focus on OSGi and its support in GlassFish V3 could be java’s way of admitting its superiority when it comes to modularity. Go OSGi!

  4. Support for jvm based scripting languages - Groovy, ruby, jython, scala, closures, lisp, jcl .. The list is endless. There are more than 200 languages that are now supported by the jvm.

You can find more about the Tech Days 2010, Hyderabad edition on Arun Gupta’s blog.