Yeah....but have you seen how much Flex costs?!!!!!!!!!!!!!!!!!!!!!!!!!!!!

cheers,

David



|---------+---------------------------------->
|         |           "Hookom, Jacob"        |
|         |           <[EMAIL PROTECTED]|
|         |           ckhboc.com>            |
|         |                                  |
|         |           07/19/2004 02:42 PM    |
|         |           Please respond to      |
|         |           "Struts Users Mailing  |
|         |           List"                  |
|         |                                  |
|---------+---------------------------------->
  
>---------------------------------------------------------------------------------------------------------------|
  |                                                                                    
                           |
  |       To:       'Struts Users Mailing List' <[EMAIL PROTECTED]>                    
                      |
  |       cc:                                                                          
                           |
  |       Subject:  RE: JSF vs Struts                                                  
                           |
  
>---------------------------------------------------------------------------------------------------------------|




I've been toying around with integrating JSF and Macromedia Flex.  Both use
xml markup in which you can generate a multistep rendering process
involving
JSTL/JSF and MXML:

http://www.macromedia.com/devnet/flex/articles/first_flexapp_02.html

So JSTL/JSF could communicate the view layer via a special FlexRenderKit of
the same components you already use within HTML applications in JSF.  Input
processing would probably best be communicated through SOAP from the client
to the server once the UI is defined via the FlexRenderKit.

Regards,
Jacob Hookom

-----Original Message-----
From: Craig McClanahan [mailto:[EMAIL PROTECTED]
Sent: Monday, July 19, 2004 12:13 PM
To: Struts Users Mailing List
Subject: Re: JSF vs Struts

On Mon, 19 Jul 2004 10:25:13 -0400, Rick Reumann <[EMAIL PROTECTED]>
wrote:
>
> We're thinking about using Flash forms for some things. Will they plugin
> nicely to JSF?
>

Hooking up the output side of that should be a piece of cake ... write
some components that render the necessary markup to embed the Flash
stuff in the generated page.  I'm not familiar with the input side of
using Flash for this, but in principle it should still just be a
matter of having your component (or renderer) decode() method parse
the appropriate request parameters and store the values, just as the
standard HTML components do.

Craig

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to