Ken Jenks <[EMAIL PROTECTED]> wrote:
[..]
>As promised, here's my first solution. It includes Windows batch files and 
>Linux shell scripts for compiling, deploying and running on the latest 
>jBoss binary. (Warning: will not work on last week's version of jBoss 2.0.)
>
>This is NOT the optimum jBoss solution. I revised the client code and even 
>the TravelAgentBean to use jBoss' local JNDI names. What I should have done 
>-- and what I'll do next week -- is to use jboss.xml to re-map the JNDI 
>names used in the examples to jBoss' local JNDI names without revising the 
>client code. (That's how jBoss is supposed to work. I think.)
>
>http://abiblion.com/products-jboss.html

Ken, that's *extremely* useful. Thanks!

One minor point: the link to the original examples.zip on this web page
is broken: you have a relative URL

<A HREF="www.oreilly.com/catalog/entjbeans2/chapter/examples.zip">
   examples.zip
</A>

where you need

<A HREF="http://www.oreilly.com/catalog/entjbeans2/chapter/examples.zip"
>
   examples.zip
</A>

-- 
Justin Forder


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to