spring
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.
i18n and type conversion validation messages with Spring
Given a form backing object (aka command object) which contains a nummeric field, i.e.
Setting up log4j for a Liferay and Spring application: /WEB-INF/log4j.properties log4j.category.org.springframework=DEBUG,consoleAnd some entries in web.xml
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.
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.
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.
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.
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).
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:
I think, I have a spring configuration problem. I use eclipse with the spring tool plug-in enabled for my project.