struts 1 + struts 2 + off topic makes for a very confusing response me thinks.

musachy

On Tue, Jul 7, 2009 at 11:26 AM, Martin Gainty<mgai...@hotmail.com> wrote:
>
> majority of struts tags support ajax out of the box <s:heaf theme="ajax"/>
> would definitely help us out if you could be specific about which tag you 
> want 'ajaxified'
>
> things like page-level security,prerender actions,intelligent navigation and 
> RESTful URLS cannot be accomplished with JSF
> keep in mind JSF does not have a front end controller so this Controller 
> cycle only works with Struts and not JSF
>
>  1.A request comes in with a certain extension(used to be .do), the container 
> maps it to
>
> the ActionServlet.
>
> 2. The ActionServlet acts like a front end controller and dispatches
>
> control to a RequestProcessor.
>
> 3. The RequestProcessor finds an action tag with a path attribute that
>
> matches the incoming request
>
> 4. Then the RequestProcessor looks for a form-bean tag that has a name
>
> attribute that matched the action tags name attribute...aka backing bean
>
> 5. RequestProcessor instantiates a FormBean of the of based on the type
>
> attribute
>
> 6. RequestProcessor calls populates the FormBeans fields from the
>
> incoming request, then calls its reset method, then its validate method
>
> 7. RequestProcessor instantiates an Action based on the action tags
>
> type attribute
>
> 8. RequestProcessor calls the action's execute (now perform) method which 
> returns
>
> an ActionForward (now ActionResult).
>
> 9. The RequestProcessor finds a matching ActionForward first within the
>
> nested forward tags, then from within the global-forwards tag.
>
> Note: if  the validate method returns an ActionMessage then the
>
> RequestProcessor forward the request to the resource specified in the
>
> action's input attribute
>
>
> thanks,
> Martin Gainty
> ______________________________________________
> Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
>
> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
> sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
> oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich 
> dem Austausch von Informationen und entfaltet keine rechtliche 
> Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen 
> wir keine Haftung fuer den Inhalt uebernehmen.
> Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
> destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
> l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci 
> est interdite. Ce message sert à l'information seulement et n'aura pas 
> n'importe quel effet légalement obligatoire. Étant donné que les email 
> peuvent facilement être sujets à la manipulation, nous ne pouvons accepter 
> aucune responsabilité pour le contenu fourni.
>
>
>
>
>> Date: Tue, 7 Jul 2009 11:10:29 -0700
>> Subject: Re: Commercial framework based on struts2.
>> From: musa...@gmail.com
>> To: user@struts.apache.org
>>
>> hum, and I never thought there was a demand for something like
>> this...maybe we should do something about it :)
>>
>> @OP: I haven't seen any product like this.
>>
>> musachy
>>
>> On Tue, Jul 7, 2009 at 10:06 AM, sharath karnati<karna...@yahoo.com> wrote:
>> > HI Bharath,
>> >
>> >    I know Struts2 is a framework but I'm looking like customized tags like 
>> > dataTable,panelGrids and so on....
>> >
>> >    All tags should support AJAX functionality without doing any coding... 
>> > Please check Icefaces for example which is built on top of JSF and giving 
>> > more UI tags....
>> >
>> > Thanks,
>> > Sharath.
>> >
>> > --- On Tue, 7/7/09, Bhaarat Sharma <bhaara...@gmail.com> wrote:
>> >
>> >
>> > From: Bhaarat Sharma <bhaara...@gmail.com>
>> > Subject: Re: Commercial framework based on struts2.
>> > To: "Struts Users Mailing List" <user@struts.apache.org>
>> > Date: Tuesday, July 7, 2009, 12:24 PM
>> >
>> >
>> > Struts 2 IS a framework....
>> >
>> > On Tue, Jul 7, 2009 at 12:20 PM, sharath karnati <karna...@yahoo.com> 
>> > wrote:
>> >
>> >> Dear All,
>> >>
>> >>    I'm looking for chimerical framework which is built on top of struts2,
>> >> with having AJAX support tags. I know struts2 comes with DOJO but we need 
>> >> to
>> >> write lot of coding which we'd like to avoid and we are planning to 
>> >> purchase
>> >> chimerical product with support.
>> >>
>> >>    Similar to Icefaces which is build on JSF technology.
>> >>
>> >>    Can anyone please let me know. If you have price details then please
>> >> include that also...
>> >>
>> >> Thanks,
>> >> Sharath.
>> >>
>> >>
>> >>
>> >>
>> >>
>> >
>> >
>> >
>> >
>>
>>
>>
>> --
>> "Hey you! Would you help me to carry the stone?" Pink Floyd
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
>> For additional commands, e-mail: user-h...@struts.apache.org
>>
>
> _________________________________________________________________
> Insert movie times and more without leaving Hotmail®.
> http://windowslive.com/Tutorial/Hotmail/QuickAdd?ocid=TXT_TAGLM_WL_HM_Tutorial_QuickAdd_062009



-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to