Search:

Type: Posts; User: jcej; Keyword(s):

Search: Search took 0.04 seconds; generated 3 minute(s) ago.

  1. Replies
    0
    Views
    1,419

    Declarative JMS Destinations without JNDI?

    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"...
  2. I'm not sure that it would be safe to return a...

    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...
  3. With respect to hand-crafting your wrapper I...

    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...
  4. Replies
    13
    Views
    3,775

    Instead of spawning a separate thread on the...

    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...
  5. Replies
    0
    Views
    1,509

    Need help with 'Intelligent Data Objects'

    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...
Results 1 to 5 of 5