Archive | June, 2012

Developing Groovy based web application and deploying to Google App Engine

June 5, 2012

4 Comments

We have seen how to develop a ZK based application and deploy it to OpenShift. Google has also a Paas offering called Google App Engine(GAE) which supports Java, Python and Dart applications. Gaelyk is a simple Groovy based toolkit to develop and deploy application to GAE. In this article lets build a simple Gaelyk based [...]

email

HelloWorld with Netbeans 7.2 beta and Scala 2.9

June 5, 2012

5 Comments

Here is the step by step procedure to set up the scala(2.9) environment with Netbeans(7.2) on a Windows Vista system 1. Install Netbeans 7.2 Beta if not already installed from here. 2. Download the Scala installable from here. Install Scala on your system. 3. Set the environment variable SCALA_HOME pointing it to the Scala installation directory. (On Windows [...]

Using Morphia- Java library for MongoDB

June 3, 2012

0 Comments

In our post on developing sample Todo Application using JavaFX and MongoDB, we showed how we can use MongoDB, JavaFX to create a sample application. In that post we used the API provided by MongoDB to carry out the DB operations. In this post lets look at how we can use Morphia to carry out [...]

JavaBeat Newsletter-1: What’s new and noteworthy in the Java ecosystem?

June 2, 2012

0 Comments

We at JavaBeat have thought of coming up with a fortnightly post, a JavaBeat Newsletter covering the latest news in the Java ecosystem be it in the Java language, Other JVM based languages, Cloud support, Tools and other frameworks and also few noteworthy posts added on JavaBeat. Here we have the first edition of JavaBeat [...]