Tuesday, May 21, 2013

My takeaways from JavaOne 2013

This year I attended the JavaOne at Novotel HICC Hyderabad. I attended mainly the sessions on Java. J2EE, and JavaFX, with a bit of extremely innovative enhancements to Oracle DB sessions. Here's the main takeaways from the sessions I attended:

1. Lambda operator and closure coming to JDK8. This is an outright change, a change to all the 4k+ classes in the java libraries. Code will become simpler, neater, and also improve in performance. This is not just a cosmetic sugar coating change, there have been performance improvements as well with these new features.

2. Going by their philosophy of less boiler plate code (which also includes the closure introduction), they have introduced simpler ways to code and work with various J2EE components like the JMS2.0, etc.

3. JavaFX can now be programmed from any of the languages that run on JVM, such as Groovy, Scala, Clojure, etc. I was amazed by the language Groovy! even learning it our of my own interest :)

4. A brand new JavaScript engine coming in JDK8 (I guess) which will be called NashHorn (replaces the earlier Mozilla engine 'Rhino').
This will have feature to launch the JS engine from within Java code, run a JS file from the commandline, and use Java libraries much more easier from within JS!

4. MapReduce functionality will be supported in Oracle RDBMS 12c, and will be exposed via 2 interfaces - a) the already present way of Java Stored Procedure (this will run the same M/R code that runs on Hadoop), and
b) an SQL interface - no need for SQL/PlSQL programmers to learn Java and M/R. They can leverage the newly introduced SQL constructs to run mapper and reducer jobs using SQL queries.

5. Oracle RDBMS 12c (I guess) will support Data Sockets that will pull data from any data source, be it another RDBMS, or NoSQL DBs!

Note: The above mentioned information is solely my personal opinion and updates from what I understood from the sessions I attended. These should not be considered to be the word of truth or official updates.

2 comments:

  1. Thanks @yogesh. Looking forward to see an update from your side as well, on the different sessions you attended :)
    And may be share some pics :)

    ReplyDelete