Showing posts with label Java. Show all posts
Showing posts with label Java. Show all posts

Thursday, April 10, 2008

Grails in a 'Cloud'

These days, the new generation of computing, so called 'cloud computing', where the infrastructure of the entire data centers is outsourced, abstracted, and hosted somewhere in the 'cloud' (on the Internet), is getting hugely popular. In a nutshell, it provides a so called 'low barrier to entry' for smaller internet companies to make their presence on the Internet market place without spending a fortune and ridiculous amount of time and energy buying their own hardware and maintaining their own data centers.

Amazon EC2 service hugely popularized this type of computing and early this week, Google jumped on the bandwagon with their App Engine exposing the power of their computing infrastructure, as well as the entire web development stack (Python-based - what else did you expect from Google) :-) to the army of ordinary, but creative software development minds.

After the announcement, Google has received feedback from developers requesting support for different programming languages/frameworks, and among Perl and Ruby, the requests for Java/Groovy/Grails are overwhelming.

Now that we have a rock-solid RAD web framework for Java (Grails that is), we are just missing the last piece of the puzzle: a rock-solid and affordable Grails hosting in a 'cloud'. The demand seems to be there. Hint, hint for ambitious start up companies :-)

Later...

Tuesday, February 5, 2008

Grails 1.0 is golden!

Yes, after more than 2 years in the making, with the development team hard at work, the Grails 1.0 final has been officially released. IMO, this event is historical and a great milestone for "lightweight" web development on the JVM platform.

Happy Grails hacking!

Later...

Tuesday, January 8, 2008

Inspektr: open source audit trail and logging aspects for Java

After creating a lightweight audit trail and log capturing (for example to capture and log Exceptions in the structured way) "common" library for my organization, we've (2 of my colleagues) reviewed it, cleaned it up, added the statistics capturing module, and released it as an open source under Apache license.

At its core, the library makes use of Spring's @AspectJ POJO-style aspects together with Java Annotations.

Check it out, it's called Inspektr, and it's available here

Later...