Ah okay,
Starting to grok it. An additional TransactionSyncronization is added to an existing transaction manager, so that an additional callback fires when the transaction commits. Hopefully...
Type: Posts; User: NovusTiro; Keyword(s):
Ah okay,
Starting to grok it. An additional TransactionSyncronization is added to an existing transaction manager, so that an additional callback fires when the transaction commits. Hopefully...
Hm thanks for that,
I'm a little confused as to how I could use this, and just what a MessageSource is supposed to be used for. From what I've seen, one of the central abstractions in Spring...
Hello folks,
Trying to use Spring Integration with Amazon's SQS (well, actually a wrapper around SQS that gives us hooks to do encryption etc) and we're running into some troubles. The basic...
Thanks very much! I was trying to use JSTL 1.1, which half worked with Weblogic 8.1 for some odd reason. <c:out > tags worked properly, as long as I didn't try to use EL in them.
Thanks again!...
Does anyone have any experience using Spring MVC without EL? Weblogic 8.1 doesn't support EL and every MVC example I've found uses it. I'm trying to populate a dropdown with information that is...