Thanks Stefan, however I know about the tagx files as I've modified them extensively.
I was more referring to custom taglibs (I think they are different) such that you can create backing java...
Type: Posts; User: gommo; Keyword(s):
Thanks Stefan, however I know about the tagx files as I've modified them extensively.
I was more referring to custom taglibs (I think they are different) such that you can create backing java...
Can you define custom taglibs in Spring roo for use in jspx files?
Similar to - http://stackoverflow.com/questions/1076679/jstl-sets-and-lists-checking-if-item-exists-in-a-set
I'm looking to...
Sorry if I wasn't clear but that is where I got the XMLBeans jar from. I just couldn't post the URL due to me being new on this forum. My question then is how do you get the XMLBeans from the Spring...
Hi,
I'm trying to use XMLBeans taken form the SpringSource repository (Sorry, can't post the URL to because I haven't had 15 posts, but if you search for XMLBeans on their repository you'll find...
Is it possible to place the schemas for the service contracts in a separate jar, and if so how do you reference this location.
I've tried just depending on this new schema jar but referencing the...
We're migrating parts of our application to Spring. We currently have an xml file that contains system parameters, license details etc.. What I'd like to do is to be able to take the database...
I'm migrating an existing fat client application to spring from J2EE. One thing the existing app does is access the server and get configuration data from it to find out what particular type of...
I'm very new to Spring and I want to check something before I go too far down the road with it.
We currently have 2 large legacy 'server' based Java applications that make extensive use of RMI...