Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Can I write Java objects through JWeb cartridge?
Hi Shannon,
it sounds as if you'd like to provide Corba-functionality rather than generating dynamic HTML-output. You can do this with the JCorba-Cartridge.
Or is there any particular reason for which you want to use the JWeb cartridge?
Werner
Shannon Hickey schrieb:
> Hello,
>
> I have a java servlet that produces output as java objects (such as vectors)
> through ObjectOutputStream streams. This allows java clients to connect to
> the servlet and perform communication directly with objects rather than
> ascii. My problem is that I now wish to run this java servlet under the
> JWeb cartridge. However, the JWeb cartridge seems to only support text
> output through either System.out or HTMLStream. I understand that you can
> set the content type of your output, but I am wondering if there is any
> support for sending java objects as bytecode under the JWeb cartridge. Or
> is my only hope to install another listener that directly supports servlets?
>
> I would appreciate a cc of any response to my e-mail (shickey_at_frameworks.ca)
>
> Thank you for your help,
> Shannon
>
> --
> Shannon Hickey
> shickey_at_frameworks.ca
Received on Mon Dec 13 1999 - 08:00:16 CST
![]() |
![]() |