|
May 05, 2009
category: Java Technology
When you run a Grails application from the command line (using grails run-app, for example), it will run on port 8080 by default. This also applies when Grails runs web tests such as Selenium, Canoo webtest or HTMLUnit. If you...
More »
category: Java Technology
A few of months ago I blogged about a simple but powerful pattern for working with Objects not key/value pairs - use dynamic proxies to generate an implementation of an interface, which delegates to the backing storage transparently. It's ready to b...
More »
category: Developers
Copy.java is one of several new samples included in JDK 7 to demonstrate its new API to the
file system. If you have any recent snapshot installed then you'll find these samples in the
$JAVA_HOME/sample/nio/file directory. Copy.java works like th...
More »
category: Main
Get the white paper and learn how to simplify your Web application development, deployment, and support.
More »
category: Main
Sun Microsystems Inc. (NASDAQ: JAVA) today announced that hundreds of customers across a range of industries have purchased high-performance, eco-efficient Flash-enabled Sun Storage 7000 Systems to store more than 17 petabytes of total data, making i...
More »
category: Java Technology
Rails Conf 2009 started this morning. The first day consists of morning
and afternoon tutorials. I attended Nick Sieger's JRuby
on Rails tutorial, the slides are available.
A survey in the room showed: 95% comfortable with Ruby/Rails 80% have used J...
More »
category: Java Technology
Earlier I had written how one could use Apache Felix Remote Shell to administer OSGi runtime hosting GlassFish v3. This time, I shall be showing how you can use Felix Web Console to do the same.
More »
category: Java Technology
There's an interesting initiative (read my blog for more details) that has just started to invite James Gosling to attend Jazoon Conference this year, on behalf of the community. Are you interested to see him at Zurich? Why not invite him then?
More »
|