Is the hibernate support in 1.5 planned to support lazy-loading from the client? Eg, will we be able to send down an uninitialized proxy object and have the associated properties loaded upon use?
...
Type: Posts; User: jsight; Keyword(s):
Is the hibernate support in 1.5 planned to support lazy-loading from the client? Eg, will we be able to send down an uninitialized proxy object and have the associated properties loaded upon use?
...
Is Spring Actionscript 1.0RC1 available in a maven repository for easy use by other projects?
From PropertyElementsPreprocessor:
var propertyElements:XMLList = xml.property.(attribute("file") == undefined);
var properties:Properties = new Properties();
for each(var child:XML in...
Is Spring Actionscript 1.0RC1 supported on Flex 4?
That's good to know... this is fairly important to us, since the XML configuration does not currently get full autocompletion/compile time checking within Eclipse STS.
Is it possible to wire (or autowire) components on the stage with an MXML based configuration?
The docs seem to imply that this will only work with the FlexXML configuration context, but is there...
I don't see anything obviously wrong in your sample code. Nested complex types are possible though (and quite frequently here). I bet you are ending up with the value null before serialization on...
I agree that Spring ESB isn't a great name, but it would help with marketing some if the ESB-features of the overall product were clearer in the documentation.
Spring EAI seems ok to me.
OTOH,...
Perhaps I'm reading your code wrong, but shouldn't:
Alert.show("" + content.t1.t2.t2s);
be:
Alert.show("" + content.tt2.t2s);
Thanks for the quick reply... filed:
http://jira.springframework.org/browse/INT-959
I'd vote for Spring ESB. :)
I agree, Spring Integration is a really confusing name at best.
Is it possible to have a JMS backed channel (eg, <jms:channel id="myChannel" queue="myQueue"/>) that consumes multiple messages on parallel threads?
These seem to create a bottleneck w/o some...
I see... is there any example code for this available? We've been puzzling over how this could be implemented for a few days now. :)
Who is responsible for dynamically generating it? And how...
I believe that the recent video on adobe.com mentioned using Temporary queues for point-to-point messaging. Is there further documentation available on this?