Re: "Best practices" with existing server AND client code

2002-07-25 Thread J Hodrien
On Thu, 25 Jul 2002, Rathert Jonas (Platinion) wrote: > What I already have is > > - an interface which contains all java.rmi-specific stuff, > - a java bean which I want to "transfer" using a WebService, >which also has a method "foo()" that I want to call on the >client, > - the serv

Finalizing web services

2002-07-25 Thread J Hodrien
Is there a method that is guaranteed to be called on a web service as it is culled? With servlets I'm under the impression that you have init and destroy methods, but I haven't found the equivalent with a web service. Finalize can't be trusted to be called, so I wasn't quite sure where to place