Hello !

I would like to be able to use the generated util class remotely and
locally. currently,
- if I choose generate=logical, then I can not use the method remotely
(though a lot of remote client code performs has 2 perform the lookup of
the home in my application).
- if I choose generate=physical to get the remote JNDI physical lookup,
then the SUN verifier fails (and most app srv disagree to call this code
remotely) becoz there is getLocal method generated that can't be called
remotely.

What I'd like to have is a generate="both" value where the 2 utils
classes would be generated, one having the local utility inside my app
server (to boost up lookups and avoid using JNDI lookups), the other
having the remote utility so that a client can call it without having to
re-code this recurrent JNDI lookup code + without having 2 reference the
JNDI identifier, which would reduce maintenance and improve quality of
the app.

let me know what you think.

seb.



-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to