Introducing the Spring YARN framework for Developing Apache Hadoop YARN Applications

Originally posted on the SpringSource blog by Janne ValkealahtiWe're super excited to let the cat out of the bag and release support for writing YARN based... Read all

Entity Framework - Update Single Property (Partial Update)

Have you ever tried to update specific fields of an entity using Entity Framework? If yes, then I can assume that... Read all

How to Validate WSDLs with Eclipse

Create a new project and add the necessary resources which you need to validate. Then right click on the file and click "validate". This will detect errors ,... Read all

Eclipse Spell Checker

one of the nice things of modern ide’s are: they offer many extras for free. many times it is related to programming and coding. but i love as well the ones... Read all

Spring JMS, Message Automatic Conversion, JMS Template

In one of my projects I was supposed to create a message router that like all routers was supposed to take the JMS messages from one topic and put it into... Read all

Caching and @Cacheable

Caches have been around in the software world for long time. They’re one of those really useful things that once you start using them you wonder how on earth... Read all

Spring Data With Cassandra Using JPA

We recently adopted the use of Spring Data. Spring Data provides a nice pattern/API that you can layer on top of JPA to eliminate boiler-plate code. With that... Read all

Database unit testing with DBUnit, Spring and TestNG

I really like Spring, so I tend to use its features to the fullest. However, in some dark corners of its philosophy, I tend to disagree with some of its... Read all

Spring MVC - Flash Attributes

The latest incarnation of the Spring Framework (3.1) brought an interesting feature called Flash Attributes. It is a remedy for the problem mentioned a long... Read all

The Persistence Layer with Spring Data JPA

Read all

OpenStreetMap API framework for PHP

OpenStreetMap is a global project with an aim of collaboratively collecting map data, and today Ken Guest has submitted his PHP package for communitcating with... Read all

The Easiest Ways to Navigate Methods in a Class using Eclipse Keyboard Shortcuts

java classes can get big and hairy, making it difficult to find the method you’re looking for when browsing or editing a class. there is no specific order to... Read all

How to Serialize Java.util.Date with Jackson JSON Processor / Spring 3.0

Learn how to serialize a java.util.Date object with Jackson JSON Processor – Spring MVC 3. Read all

 

 

 

 

Top