Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Can I write Java objects through JWeb cartridge?

Re: Can I write Java objects through JWeb cartridge?

From: Werner Ebert <ebert_at_zv.fhg.de>
Date: Mon, 13 Dec 1999 15:00:16 +0100
Message-ID: <3854FBF0.68E10330@zv.fhg.de>

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US