On Fri, Jun 30, 2000 at 11:49:43AM -0400, Jason van Zyl wrote:
> Hello,
> 
> Is it possible to have non-html screens. I have made a web application
> using Perl that has a Flash interface. I would like to use servlets to
> replace the Perl and I'd like to use Turbine. I'm sure anything is possible
> I just wanted to see how feasible it would be.

Yes it is possible - and in fact I want to do exactly this too. The plan
I have is to have a special Screen subclass (FlashScreen) from which all
my screen classes that need to generate text for flash get derived. Then
I derive from DefaultPage and check to see if the screen is a
FlashScreen - if it is then the screen is invoked directly bypassing
layouts/navigations, otherwise the superclass stuff gets invoked (all
the HTML preparation).

Then its's just a matter of writing out to data.getOut() and setting the
content-type appropriately.

> The whole interface is in Flash, there's no html at all. The Flash movie
> queries the server and it sends back info formatted in a certain way
> and it gets displayed in the browser via the Flash plugin.

Are you using Blue Pacific's Turbine product? It's a source of perpetual
confusion in our project that we use two products called Turbine :-)

-- 
Sean Legassick
[EMAIL PROTECTED]


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to