Hello all,
I'm developing a REST-based web service using spring. To this point I've used @MVC, but am now exploring using CXF to manage the controllers. The application contains nearly 100...
Type: Posts; User: jjslocum3; Keyword(s):
Hello all,
I'm developing a REST-based web service using spring. To this point I've used @MVC, but am now exploring using CXF to manage the controllers. The application contains nearly 100...
This is very useful - by separating all custom queries into separate sqlMap files, we avoid the problem of abator regeneration stepping on our queries. Thanks!
I'm looking to do the same thing. Is it possible to set two configLocations within the spring bean definition?
I have some really strange things going on with my attempt to integrate ibatis into spring. Namely, I can't seem to get the cache cleared. I'm running junit tests in eclipse against some basic dao...