spring

  • submit to reddit

Customizing Parameter Names When Binding Spring MVC Command Objects

With http parameter names, there is no way to customize them, which is odd, since this is meta-data, and it should be configurable using annotations. If you need to customize them (for example, for SEO reasons), you can plug some little pieces of code and Spring MVC will let you do it

0 replies - 413 views - 02/10/12 by Bozhidar Bozhanov in Articles

Spring MVC Basics – Presentation

Here are the slides for my presentation during the first DZone VIP meetup in Bulgaria. The presentation is short, and the slides can definitely be better, but I’m sharing it anyway.

0 replies - 1170 views - 02/09/12 by Bozhidar Bozhanov in Articles

Is OSGi ready for Enterprise yet?

OSGi and enterprise computing, no problem - is there? Being a Spring enthusiast used to plain old Spring and JEE projects I recently took over a project based on OSGi. The scope of the project was to build the future enterprise platform based on OSGi. So as...

10 replies - 3228 views - 01/28/12 by Jan in Articles

The Persistence Layer with Spring Data JPA

This is the forth of a series of articles about Persistence with Spring. This article will focus on the configuration and implementation of the persistence layer with Spring 3.1, JPA and Spring Data.

0 replies - 2440 views - 01/20/12 by Eugen Paraschiv in Articles

The Persistence Layer with Spring 3.1 and JPA

This is the third of a series of articles about Persistence with Spring.

1 replies - 3440 views - 01/07/12 by Eugen Paraschiv in Articles

The Persistence Layer with Spring 3.1 and Hibernate

This is the first of a series of articles about Persistence with Spring. This article will focus on the configuration and implementation of the persistence layer with Spring 3.1 and Hibernate.

5 replies - 4078 views - 12/20/11 by Eugen Paraschiv in Articles

Spring 3 and Application Settings

If you use Spring in your applications, you may need to pass some application settings to a spring bean. Your settings can be defined in properties files, in system properties or inside an internal storage.Let's say we want to use a property inside a spring...

3 replies - 2877 views - 12/13/11 by Mihai Dinca-pan... in Articles

REST Service Discoverability with Spring, part 5

This is the fifth of a series of articles about setting up a secure RESTful Web Service using Spring 3.1 and Spring Security 3.1 with Java based configuration. The previous article introduced the concept of Discoverability for the RESTful service, HATEOAS...

0 replies - 2919 views - 12/10/11 by Eugen Paraschiv in Articles

Spring MVC and Scribe (the simple OAuth Java lib)

Before Starting this article let's define what's OAuth. OAuth: An open protocol to allow secure API authorization in a simple and standard method from desktop and web applications. Today's most applications don't need to have authentication and...

0 replies - 2009 views - 12/01/11 by Artur Mkrtchyan in Articles

Video: Spring-based Apps with Neo4j Graph Databases

You may already be using Spring Data to help your Spring-based applications interface with relational or non-relational data stores, map-reduce frameworks and...

0 replies - 345 views - 11/26/11 by David Pell in Videos

RESTful Web Service Discoverability, part 4

This is the forth of a series of articles about setting up a secure RESTful Web Service using Spring 3.1 and Spring Security 3.1 with Java based configuration. The article will focus on Discoverability of the REST API, HATEOAS and practical scenarios...

0 replies - 2821 views - 11/14/11 by Eugen Paraschiv in Articles

Securing a RESTful Web Service with Spring Security 3.1, part 3

This is the third of a series of articles about setting up a secure RESTful Web Service using Spring 3.1 and Spring Security 3.1 with Java based configuration. This article will focus on the security configuration using Spring Security 3.1, assuming some...

0 replies - 3400 views - 11/09/11 by Eugen Paraschiv in Articles

Revolution of Cloud (Google Cloud SQL with GAE)

With Google App engine SDK 1.5.5, Google have introduced Google Cloud SQL for GAE (Currently we can't connect any other external application with Google Cloud SQL. This can be only with Google App Engine Apps).

1 replies - 1375 views - 11/07/11 by Chandana in Announcements

Spring Hibernate on Google App Engine with Google Cloud SQL

In my blog I shared my first application which was developed with Google Cloud SQL. It was only a JSP and Servlet based web application. Afterwards I mainly focused on developing a Struts, Spring & Hibernate based application and deploying it to Google...

1 replies - 1632 views - 11/05/11 by Chandana in Announcements

SPRING 3.1.0.RC1 RELEASED

The first release candidate of Spring 3.1 is now available. This release includes new features such as: - Support for Hibernate 4.0 (up to date with 4.0 CR4) - Complete TestContext framework support for @Configuration classes - Flash scope for Spring MVC -...

0 replies - 1617 views - 11/03/11 by Moez Ben Rhouma in Announcements