spring

17
10/2011

Liferay diaries: Serving resources from a portlet with Spring

So there comes the day when you finally have to serve an image, pdf or excel report generated by a portlet or, more elegantly, by a Spring controller backing a portlet.

17
10/2011

i18n and type conversion validation messages with Spring

Given a form backing object (aka command object) which contains a nummeric field, i.e.

17
10/2011

Liferay diaries: Log4j

Setting up log4j for a Liferay and Spring application: /WEB-INF/log4j.properties log4j.category.org.springframework=DEBUG,consoleAnd some entries in web.xml

17
10/2011

Liferay diaries: Help! My validation errors are not showing!

While still battling form submissions in my Liferay/Spring MVC Form controller/Multi-portlet beast, I noticed that the Spring form tags would not display errors.

17
10/2009

Spring Web Services used by Flash client. Part 1

I will try with this post series to describe my experience with spring web services and flash web services.

15
07/2009

Loading beans in spring...

We developed an e-shop (a front end and a back end) as an eclipse project. The front end produces its own war and the back end a different one.

17
06/2009

Testing with app engine in Java

I wanted to make a template for my tests in a web app using spring and google app engine.

9
06/2009

XML files are not included in the eclipse build directory

Some time now I had a problem with running a dynamic web app project in eclipse as a web application (right click on project name and then RUN AS > RUN ON SERVER).

2
06/2009

Getting fully populated beans from the DB...

I try to learn JDO and I have some problems already.

2
06/2009

Property 'sampleService' is required for bean 'test.ThohapiTests'

Another spring configuration propeblem: I have a test case I want to run using a specific configuration file. The test case looks like this:

2
06/2009

Spring configuration problem?

I think, I have a spring configuration problem. I use eclipse with the spring tool plug-in enabled for my project.