spring

  • submit to reddit

Playing with Spring Roo and Hades

I have been using  Spring Roo for last 6 months but till today I had not used the Hades add-on for Roo. Finally today, I decided to play with the Hades...

4 replies - 7117 views - 02/03/11 by Shekhar Gulati in Articles

Spring Data with Redis

The Spring Data project provides a solution for accessing data stored in new emerging technologies like NoSQL databases and cloud based services. When we look...

1 replies - 9566 views - 02/03/11 by Sebastian Piet... in Articles

Automatically Inject Mocks into Spring Context

When bringing up a Spring context for testing, sometimes following all the dependencies can be a never ending path of bean definitions. In most cases, mocking...

2 replies - 8234 views - 02/03/11 by Justin Ryan in Tips and Tricks

Enterprise RIA with Spring 3, Flex 4 and GraniteDS

Adobe Flex is one of the most widely used client technologies for building rich applications and Spring 3 is one of the most popular Java application...

14 replies - 39510 views - 01/25/11 by William Draï in Articles

Mock Static Methods using Spring Aspects

I am a Spring framework user for last three years and I have really enjoyed working with Spring. One thing that I am seeing these days is the heavy use of...

5 replies - 8022 views - 01/25/11 by Shekhar Gulati in Articles

Daily Dose - Spring Data Graph - Bringing NoSQL, MapReduce, and Cloud Data to Spring Apps

A new project from Spring has been announced recently with its first milestone release.  Spring Data Graph 1.0 will focus on making it simpler for developers...

3 replies - 17377 views - 01/24/11 by Mitch Pronschinske in Daily Dose

Testing @Configurable Using The Maven Surefire Plugin

0 replies - 2075 views - 01/20/11 by Thomas Vanstals in Uncategorized

Aspect Oriented Programming Using SpringAOP

While developing software applications for a business we receive the requirements either from a requirements gathering team or from business analysts. In...

9 replies - 8070 views - 01/18/11 by Sivaprasadreddy... in Articles

ztemplates 2.2.0 Web Framework Released with Spring and Maven Integration

I am pleased to announce that ztemplates 2.2.0 is now available for download.ztemplates.org is a very simple and easy to learn Java based open source...

0 replies - 980 views - 01/07/11 by Gerd Ziegler in Announcements

More Developer Tools with Less Hassle – Code2Cloud

This weekend after watching the Gamecocks take on the (Auburn) Tigers in the SEC Championship game (I’ll let you guess which team I was...

0 replies - 5130 views - 12/17/10 by Mike Dipetrillo in News

Daily Dose - Eclipse 3.7 and 4.1 Hit Milestone 4

Eclipse 3.7 "Indigo" and Eclipse 4.1, which is still aimed at early adopters, received new features in milestone 4 this week.  For both Eclipse...

0 replies - 26341 views - 12/14/10 by Mitch Pronschinske in Daily Dose

Adding CRUD Capability to Spring MVC

This article is intended for people who are interested in Spring and Hibernate, especially those who are new to the technology. Create, Read, Update and Delete...

5 replies - 11475 views - 12/09/10 by Paul Sydney Orozco in Articles

Daily Dose - Spring Mobile and Spring Android Go Live

SpringSource just announced two new projects to aid Spring users in mobile application development.  The first is Spring Mobile, which provides extensions to...

0 replies - 24454 views - 11/22/10 by Mitch Pronschinske in Daily Dose

Why CDI Won’t Replace Spring

CDI is part of JavaEE 6 and that’s a great move forward. Now, there’s a standard telling vendors and developers how to do DI. It can be refined, but...

10 replies - 12169 views - 11/17/10 by Nicolas Frankel in Articles

Domain Object Dependency Injection with Spring

I have always considered domain objects as dumb because they normally don't do anything i.e. they don't have any behavior. But with the advent of Domain Driven...

10 replies - 10346 views - 11/01/10 by Shekhar Gulati in Articles