Framework

  • submit to reddit

Method injection with Spring

Spring core comes out-of-the-box with two scopes: singletons and prototypes. Singletons implement the Singleton pattern, meaning there's only a single instance...

3 replies - 9373 views - 07/30/12 by Nicolas Frankel in Articles

Getting Started with Spring Social - Part 2

A few weeks ago I wrote a blog demonstrating what I thought was the simplest application you could write using Spring Social. This application...

0 replies - 3744 views - 07/29/12 by Roger Hughes in Articles

Oddjob 1.2 New Features – Part 2

One new feature in Oddjob 1.2, took me ages – and it’s just two little buttons! Here they are: All they do is move a row up or down. Here we need to move...

0 replies - 1638 views - 07/28/12 by Rob Gordon in Articles

Dealing wit a NoSuchAlgorithm Exception on neo4j

I’ve spent the last couple of hours moving my neo4j graph from my own machine onto a vanilla CentOS VM and initially tried to run neo using a non Sun...

0 replies - 1140 views - 07/27/12 by Mark Needham in Articles

Enterprise Spring Best Practices Part 2: Application Architecture

This post presents a look at the overall application components and architecture of the Spring frameworkApplication Domains Our application components...

0 replies - 4779 views - 07/27/12 by Gordon Dickens in Articles

Bootstrap Über Alles

Ok, the award for the best new technology, that should have shown up a freaking long time ago, goes to Twitter Bootstrap....

1 replies - 2243 views - 07/25/12 by Rob Williams in Articles

Generational Caching and Envers

Konrad recently shared on our company’s technical room an interesting article on how caching is done is a big...

0 replies - 1468 views - 07/23/12 by Adam Warski in Articles

Oddjob 1.2 New Features – Part 1

It’s coming to that time again. That time where I draw a line in the README file and call it a release. Being the only developer on a project that...

0 replies - 1744 views - 07/19/12 by Rob Gordon in Articles

ElementList as Replacement for NodeList

If you have ever used the method Element.getElementsByTagName() which returns a org.w3c.dom.NodeList, you have probably had one...

1 replies - 1663 views - 07/19/12 by Anthony Goubard in Articles

Web Development Frameworks – Part 4 : Django

This is a part of my web frameworks review series. Check it out if you haven’t already. Moving on to Django, the Python based all star. Django was created...

0 replies - 3255 views - 07/15/12 by Ricardo Zuasti in Articles

Enterprise Spring Best Practices – Part 1 – Project Config

Project Directories Production src/main/java – Java Source code packages and classessrc/main/resources – NON-Java Resources, such as property files...

0 replies - 7543 views - 07/12/12 by Gordon Dickens in Articles

The Future of Fest

I'm very excited to be working on FEST again! It has been more than a year since my last commit and there is a lot of catch up for me to do. I have put...

0 replies - 1662 views - 07/11/12 by Alex Ruiz in Articles

Adding LevelDB store for your In-Memory Cache?

Recently, at one of the customer meetings, I was asked whether GridGain comes with its own database. Naturally my reaction was - why?!? GridGain easily...

0 replies - 1947 views - 07/05/12 by Manik Surtani in Articles

Jelastic: Cloud Platform for Java

Some days ago I received an invitation to test the Jelastic product but, unfortunately, I was very busy with the OpenLayer Cookbook review tasks and didn’t...

2 replies - 3323 views - 07/04/12 by Antonio Santiago in Articles

The OAuth Administration Steps

In my last blog I summarised the point of OAuth as the need for your application to get hold of an Access Token so that it can access your...

0 replies - 1693 views - 07/03/12 by Roger Hughes in Articles