Top 10 reasons for moving away from dzone
I used to be a big fan of dzone.com both as a reader and active contributor posting a number of articles, but unfortunately over last few... more »
Tweet 109 Comments Save Tags: frameworks , frameworks , how-to , how-to , java , java , reviews , reviews
Design Patterns Quick Reference
So every time I am designing something new I find myself either searching Google or opening up a gang of four (GoF) book to aid me. I... more »
Tweet 10 Comments Save Tags: .net , frameworks , java , methodology
The * stupidest things I’ve done in my programming job
I’m not ashamed of those sins any more, so here you go :) 1. Building my own Object Relational Mapping framework. 2. Using an... more »
Tweet 10 Comments Save Tags: database , frameworks , java
Web Development Evolved: Grails 2.0 Released!
After nearly a year in development, we are extremely excited to announce the GA release of Grails 2.0 – the second major revision of the... more »
Tweet 4 Comments Save Tags: announcement , frameworks
What's new in Grails 2.0
Dynamic frameworks like Rails, Django and TurboGears helped pave the way to a more modern way of thinking about web applications. Grails... more »
Tweet 0 Comments Save Tags: frameworks , groovy , java , web 2.0
Common Java Cookbook
This collection provides expert tips for using Java-based utilities from projects such as Apache Commons, Apache Lucene, and Apache... more »
Tweet 12 Comments Save Tags: frameworks , java
Grails: It Just Makes Sense
Why do individuals and companies still say things like “We can't use Grails because we are a Java shop”? Do “Java shops” use Spring?... more »
Tweet 6 Comments Save Tags: frameworks , groovy , java , opinion
Why doesn’t (JPA, JMA, JTA, EJB, JSF, CDI) work? JEE is “Too Complicated”
First, before reading this – you’re going to be upset with me. You’re going to disagree. I know — it’s OK. You may not even believe me,... more »
Tweet 30 Comments Save Tags: frameworks , java , open source , opinion
For the Love of Vaadin: Java RIAs Done Right
There are lots of Java web frameworks out there, but if you are coming from writing Swing or SWT desktop applications, they all seemed... more »
Tweet 7 Comments Save Tags: frameworks , java , ria
Map Reduce: A really simple introduction
Ever since google published its research paper on map reduce, you have been hearing about it. If you have uptil now considered... more »
Tweet 0 Comments Save Tags: frameworks , java , methodology , trends
RE: Moving from Spring to Java EE 6: The Age of Frameworks is Over
I do have some issues with Cameron's statements that frameworks are mistakes of the J2EE past and that Java EE 6 represents the future.... more »
Tweet 5 Comments Save Tags: frameworks , java , open source , opinion
Swing can be oh so sweet
If you had any doubts that Swing could deliver truly beautiful apps, then check out Dirk Lemmermann’s latest endeavor below, which is... more »
Tweet 0 Comments Save Tags: frameworks , gui , java , opinion
Leaving .NET
The .net community operates in a non-collaborative vaccuum. The community is sick, poisoned by the component vendors with closed source... more »
Tweet 17 Comments Save Tags: frameworks , methodology , microsoft , opinion
Java is dead? 9 million devs disagree
Java is not dead…in fact, it’s got more than enough energy to kick your app in the butt. Too often, critics focus on niche issues and... more »
Tweet 20 Comments Save Tags: frameworks , groovy , java , reviews
Grails: The Search Really Is Over (For Now)
... If you don't want to read this entire post I'll summerize now just by saying that Grails is the best thing to happen to Java web... more »
Tweet 0 Comments Save Tags: frameworks , groovy , java , open source
Hibernate query cache considered harmful?
Over the last few months we’ve had a whole bunch of people doing a whole bunch of Hibernate performance tuning. I’m going to do a few... more »
Tweet 2 Comments Save Tags: database , frameworks , how-to , java
Google Collections
Google Collections is a natural evolution from the standard collections API in Java, bringing a much broader range of functionality to... more »
Tweet 1 Comments Save Tags: frameworks , java
Guice Impressions from a Spring user
I decided to do a quick investigation of Google’s Guice dependency injection framework. The impetus for this was the recent excitement on... more »
Tweet 2 Comments Save Tags: frameworks , java , opinion
Gaelyk 1.0 for Google App Engine is out
Gaelyk, the lightweight Groovy toolkit for Google App Engine, was just released in version 1.0. The big highlight of this major release... more »
Tweet 0 Comments Save Tags: frameworks , groovy , java , web 2.0
Real world Java examples of GoF design patterns
You can find an overview of a lot design patterns in Wikipedia. It also mentions which patterns are mentioned by GoF. I'll sum them up... more »
Tweet 0 Comments Save Tags: frameworks , java
Terracotta Acquires Quartz
Today Terracotta announced that it had acquired the Quartz job scheduling framework. Quartz is truly a ubiquitous Java open source... more »
Tweet 1 Comments Save Tags: frameworks , java , news , open source
NASA Adopts the NetBeans Platform
Tim Boudreau (pictured, right), Senior Staff Engineer at Sun Microsystems, recently spent some time with engineers at NASA, showing them... more »
Tweet 3 Comments Save Tags: frameworks , java , tools
VMWare Acquires SpringSource for $362 Million
Virtualization infrastructure provider VMware announced today that it will acquire SpringSource for approximately $362 million in cash... more »
Tweet 8 Comments Save Tags: frameworks , java , news , server
Play! framework 1.1 released with a new terrific web site!
The Play 1.1 release is out! It comes with a new website for http://www.playframework.org , check it out. The release notes for the... more »
Tweet 10 Comments Save Tags: ajax , frameworks , java , web 2.0
Seam/JSF vs Wicket: performance comparison
A comparison of the Seam booking application built with Seam/JSF and Wicket. Peter Thomas compares response times and memory usage.... more »
Tweet 2 Comments Save Tags: frameworks , java , open source