-----Urspr�ngliche Nachricht-----
>Von: Rickard �berg [mailto:[EMAIL PROTECTED]]
>Gesendet: Dienstag, 19. Dezember 2000 09:47
>An: jBoss Developer
>Betreff: Re: AW: [jBoss-Dev] Complex J2EE Deployment was RE:
>Proposedrefactor ing ...
>Not really. It is only necessary if you have a plain HTML
>*autogenerated* interface. With a HTML interface that is not
>auto-generated it's no problem to convert to URL object before invoke.
>Also, with Java GUI client it is no problem. Once the 8082 HTML
>interface is deprecated there would be no real reason to keep the string
>based methods (IMHO).
hmmm ... I had some problems in the past in serializing a (file-based)
URL, e.g., via RMI. It striked me that there are some fields which are
differently
instantiated depending on using the official and the default Constructor.
But maybe
it�s just a hallucination.