spring

  • submit to reddit

How I resolved SpringMVC+Hibernate Error: No Hibernate Session bound to thread

While developing a web application using SpringMVC and Hibernate I got "No Hibernate Session bound to thread Exception" becuase of some configuration...

5 replies - 18464 views - 05/18/11 by Sivaprasadreddy... in Articles

Java Web Application Security - Part II: Spring Security Login Demo

Last week, I wrote a tutorial on how to implement Security in Java EE 6. This week, I'd like to show you how to implement the same features using Spring...

2 replies - 31116 views - 05/16/11 by Matt Raible in Articles

WaveMaker Springs To VMware

WaveMaker has just been acquired by VMware. This partnership is the result of discussions that have been going on between WaveMaker and the SpringSource...

3 replies - 5878 views - 05/10/11 by Chris Keene in News

Daily Dose: Release of jQuery 1.6

Version 1.6 of the jQuery, a widely-distributed JavaScript library, is ready for download. One of the most prominent improvements to jQuery 1.6 is the rewrite...

2 replies - 24834 views - 05/03/11 by Katie Mckinsey in Daily Dose

renderSnake 1.1 released

RenderSnake is a Java library for creating components and pages that produce HTML using only Java. Its purpose is to support the creation of Web...

0 replies - 1273 views - 05/03/11 by E Micklei in Announcements

Stars the new Stripes framework extension for full stack development

I'm happy to announce the new Stripes framework extension, Stars! Stars and Stripes is the perfect couple to get the job done. The benefit of using...

0 replies - 2042 views - 04/27/11 by Hussachai Purip... in Announcements

When to use Spring Roo?

In this article, I will tell you about my experiences with Spring Roo. I will give recommendations when to use Spring Roo and when not to use it...

8 replies - 21535 views - 04/06/11 by Kai Wähner in Articles

CDI Dependency Injection - An Introductory Tutorial Part 1 - Java EE

CDI is the Java standard for dependency injection (DI) and interception (AOP). It is evident from the popularity of DI and AOP that Java needs to...

18 replies - 77431 views - 03/28/11 by Rick Hightower in Articles

Javate 0.7 - The domain driven design framework with enhanced Spring support

JavATE is a set of open source Java libraries that enables application development inspired by domain driven design. When I fisrt tried Domain Driven Design...

2 replies - 1835 views - 03/21/11 by Andrea Mattioli in Announcements

Daily Dose: Couchbase Gets Comfortable With New Couchbase Server

The newly-minted Couchbase has released their first major product, the Couchbase Server.  At this time, the Couchbase Server doesn't have Membase's...

0 replies - 34904 views - 03/21/11 by Katie Mckinsey in Daily Dose

Web Service Testing

This post recaps some results of my experiments with WS testing. In last few months I have been working on several projects – Spring WS Test, Spring WS 2.0...

0 replies - 14353 views - 03/21/11 by Lukas Krecan in Articles

Daily Dose: OpenJDK6 Leader Joseph Darcy Resigns Release Managment Duties

The leader of OpenJDK6, Joseph Darcy is stepping down from his release management duties for the project this week.  Kelly O'Hair will take on his...

1 replies - 19144 views - 03/04/11 by Katie Mckinsey in Daily Dose

Daily Dose: Apple's "Magical" iPad 2 Revealed!

The much-anticipated release of the iPad 2 revealed a host of upgrades.  Apple's iPad 2 includes a lot of the big, expected new features like a dual-core 1GHz...

0 replies - 21224 views - 03/03/11 by Katie Mckinsey in Daily Dose

Daily Dose: JSON Rendering Engine Marches to a New "Tempo"

Tempo is a new JSON rendering engine used for building data templates in pure HTML.  When you build the data templates, there is a clear separation between...

0 replies - 22050 views - 03/01/11 by Katie Mckinsey in Daily Dose

Spring and Hibernate Application with Zero XML

The Spring framework came up with annotation support since 2.5 version which eases development.Whether the annotation based approach, or XML approach is...

3 replies - 12660 views - 02/23/11 by Sivaprasadreddy... in Articles