Newsletter sign-up
View all newsletters

Sign up for our technology specific newsletters.

Enterprise Java
Email Address:
JavaWorld Daily Brew

The Disco Blog

CouchDB is so Groovy


Without a doubt, the burst of innovation occurring in the open source world over the last few years has led to an increase in developer productivity, baby. Freely available tools, frameworks, and solutions address once-common time sinks. Apache’s CouchDB is no exception. It’s amazingly easy to get going with CouchDB once you have it up and running.

Read more ...

Your rating: None Average: 3 (2 votes)

CouchDB on EC2 in 3 1/2 minutes


CouchDB is an open source document oriented database written in Erlang that allows you to model domains in a flexible manner as a self-contained document that contains no schema but, instead, a roughly similar blueprint to other documents.

Read more ...

Your rating: None

XML verification just got easier with easyb


There’s myriad ways to validate XML these days; in fact, with Groovy, the mechanics of parsing XML with <a href="http://groovy.codehaus.org/Reading+XML+using+Groovy%27s+XmlSlurper">XMLSlurper</a> couldn’t be easier! Nevertheless, from time to time, because it’s my bag, baby, I’ve found that I’ve needed an easy way to validate XML documents without having to actually parse them myself.

Read more ...

Your rating: None Average: 5 (2 votes)

EC2 is easier than you think


As I’ve written about before with respect to Development 2.0, the future of application infrastructures is already here: it’s the cloud.

Read more ...

Your rating: None

Grails hip tip: exporting schema DDLs


If you utilize Grails out-of-the-box and don’t change any of the connection profiles, your hip application will be bound to an in memory instance of HSQLDB — this is fine and dandy for developmental purposes, but oftentimes, you’ll want to run Grails on top of a more permanent data store (keep in mind that you can operate in such a manner with HSQLDB’s file based persistence).

Read more ...

Your rating: None

Anonymous classes are Groovy’s bag, once more


As I elaborated previously, Groovy

does not formally support the creation of anonymous inner classes.

Read more ...

Your rating: None

Groovy hip tip: to use or not to use setters and getters


In Groovy, if you define a hip object with properties, you can access them directly; that is, you don’t have to define the bogue old-style sett

Read more ...

Your rating: None

easyb now has an Eclipse plug-in!


The easyb team is excited to report that a hip Eclipse plug-in is in the works and an initial version is already available due to the copacetic work of both Darran White and Robert Hjertmann! The plug-in works with Eclipse 3.4 and 3.5 and currently supports running behaviors (both stories and scenarios) via the a run configuration.

Read more ...

Your rating: None

You can borrow EC2 too


The aspects of Development 2.0 aren’t really new– but they are each increasingly becoming a reality for businesses across the board.

Read more ...

Your rating: None