I'm building a sample application to demonstrate Spring's JMS integration and MDPs. When JNDI is available I can declaratively define the queues via:
<jee:jndi-lookup id="queue"...
Type: Posts; User: jcej; Keyword(s):
I'm building a sample application to demonstrate Spring's JMS integration and MDPs. When JNDI is available I can declaratively define the queues via:
<jee:jndi-lookup id="queue"...
I'm not sure that it would be safe to return a remote reference to a client...
Lets say I have a service (Foo) on my network and you call into that from your network. From your point of view you...
With respect to hand-crafting your wrapper I would suggest creating a custom XDoclet plugin to do that for you. You could even go so far as to give it a properties file (or similar) to map the ugly...
Instead of spawning a separate thread on the server I would suggest a thread pool. There is a JSR 166 backport (http://www.mathcs.emory.edu/dcl/util/backport-util-concurrent/) if you can't upgrade to...
Lets say I use (for instance) HttpInvoker to fetch an object from my service tier to my view tier.
Next, lets give that object the ability to do 'deferred loading' of some data by delegating to...