This content has been marked as final.
Show 1 reply
-
1. Re: java /(swing)client example ?
engelsen Oct 19, 2006 5:05 AM (in response to engelsen)I get that the client-jar.jar file (the swing app in my case) need to be in an ear file on the server. This without the class files, but why ? to map the internal jndi name against the client-jar.jar somehow ?
Is this exactly the same as ejb 2.1 ?
And what does the client need to contain from the server classes ? I guess its only the interface classes of the serverside sessionbean that im trying to call from the client-jar.jar(swing app).
But the book doesnt talk much about this and the info online is almost none.