You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by St...@swisscom.com on 2002/09/30 14:04:02 UTC

Serving XML and dynamically generated Flash (jgenerator) content with struts

Hi, there!

I'm kinda new to struts and have a few questions regarding it:

1. is it possible to serve xml using struts? We're currently using
'stand-alone servlets to generate xml that'sread by flash movies, but
we're seeing a need for things like internationalisation and application
flow.
Is there a way of avoiding the jsp's in the view layer and use servlets
(which are way better suited for xml than jsp's)
I've checked the archives, but it's real hard to find any good
answers...

2. We're also using jgenerator to generate dynamic flash - only those of
you knowing jgenerator should answer to this question - Where in the
mvc-model / struts architecture would it make sense to generate flash
content?

Any advice would be appreciated,

Cheers,

Stef.

Re: Serving XML and dynamically generated Flash (jgenerator) content with struts

Posted by Jeff Pennal <je...@openroad.ca>.
Hi Stefan,

You may want to check out stxx. From your email it seems like it should 
do everything you need it to do.

stxx - http://www.openroad.ca/opencode/stxx

Stefan.Landro@swisscom.com wrote:
> Hi, there!
> 
> I’m kinda new to struts and have a few questions regarding it:
> 
> 1. is it possible to serve xml using struts? We're currently using 
> 'stand-alone servlets to generate xml that'sread by flash movies, but 
> we're seeing a need for things like internationalisation and application 
> flow.
> 
> Is there a way of avoiding the jsp's in the view layer and use servlets 
> (which are way better suited for xml than jsp's)
> 
> I've checked the archives, but it's real hard to find any good answers...
> 
> 2. We're also using jgenerator to generate dynamic flash - only those of 
> you knowing jgenerator should answer to this question - Where in the 
> mvc-model / struts architecture would it make sense to generate flash 
> content?
> 
> Any advice would be appreciated,
> 
> Cheers,
> 
> Stef.
> 
> 
> ------------------------------------------------------------------------
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Serving XML and dynamically generated Flash (jgenerator) content with struts

Posted by Eddie Bush <ek...@swbell.net>.
Stefan.Landro@swisscom.com wrote:

> Hi, there!
>
> I?m kinda new to struts and have a few questions regarding it:
>
> 1. is it possible to serve xml using struts? We're currently using 
> 'stand-alone servlets to generate xml that'sread by flash movies, but 
> we're seeing a need for things like internationalisation and 
> application flow.
>
Yes. I hear "stxx" is good (I haven't tried it though)

> Is there a way of avoiding the jsp's in the view layer and use 
> servlets (which are way better suited for xml than jsp's)
>
JSPs are servlets ;-) ... check out stxx

> I've checked the archives, but it's real hard to find any good answers...
>
Always run your questions through Google. You will be literally *amazed* 
at how many hits you get on the mail archive :-)

> 2. We're also using jgenerator to generate dynamic flash - only those 
> of you knowing jgenerator should answer to this question - Where in 
> the mvc-model / struts architecture would it make sense to generate 
> flash content?
>
> Any advice would be appreciated,
>
> Cheers,
>
> Stef.
>

-- 
Eddie Bush




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>