Oracle Java Cloud Service Article In Java Magazine

Oracle Java Cloud Article - java MagazineGetting Onboard Oracle Java Cloud Service” . My article about the Oracle Java Cloud Service in the latest Java Magazine issue (June 2016) .

My earlier Java Cloud articles in Java Magazine talked of what’s now known as the Oracle Java Cloud SaaS Extension. The newer ‘full’ Java Cloud Service has a lot more to offer.

Curiously, my bio in this article has missed out on mentioning my book on the Oracle Java Cloud 🙂

Read more

Interview About Java at JavaOne India, 2011

Embedded below is a video of a short interview I did with the Oracle Asia Pacific team at JavaOne India, which was held in Hyderabad in May 2011. I answered questions on Java today, Java Enterprise & Java for Cloud Computing.

I also presented a session “An independent, ‘ear to the ground’ report on Java” at the same conference. I will soon be posting an article based on that presentation at IndicThreads.com.

Read more

Grails Web Application Development Using Oracle JDeveloper IDE

Check out my new article on OTN about building a Grails web application using the Oracle JDeveloper IDE.

Excerpt-
Following the Ruby on Rails (RoR) wave, most software developers have considered, if not tried out, either ROR or some other framework that promises to deliver ROR features. The Grails framework also rode the Rails wave to popularity but is now shaping into a powerful framework in its own right. Grails uses the Groovy
programming language; Groovy syntax is similar to Java’s, but it also adopts some concepts from other languages. Like Java, Groovy generates bytecodes and runs on the Java platform, so it has the power of Java but also adds a few niceties and simplifications.

In this article you will get an introduction to developing Grails applications using Oracle JDeveloper as your IDE. You will also get an overview of Groovy concepts as you go about developing your Grails application.

Visit – http://www.oracle.com/technology/pub/articles/oak-grails.html

Related –
* Groovy bridges the scripting and the enterprise Java worlds (Interview with Groovy Lead)
* Grails is a breath of fresh air for Java developers (Interview with Grails Lead)