Hi guys, I want to migrate many of my old xml spring configuration files to java annotations, and just leave there the complex configuration files.
The problem is that I'm not able to migrate the...
Type: Posts; User: fedepia; Keyword(s):
Hi guys, I want to migrate many of my old xml spring configuration files to java annotations, and just leave there the complex configuration files.
The problem is that I'm not able to migrate the...
any idea guys?
Hello guys, I'm new in this community and don't know where post this message, so sorry for posting here...
I'm using linux 11.04 , just downloaded both versions (zipped and sh) and both version...
well... I figure it out... it was a stupide dude problem... but I'll share the problem just for in case that you find it useful...
<property name="declareParameters">
<map> <!-- key=paramName,...
Hello guys, i have a problem when filling a map property with two constant and using <util:constant>.
I'm using spring 2.5.
Below is my code that doesn't work, can anybody give me a hand on...
Hello guys, this is my first post in spring forums.
I need to debug an application developed with spring batch that uses quartz to run some jobs.
The application starts running an ant script...