Or, another quote from BaTien which notably leaves out STRUTS: "4) If we want to combine Jsf as view controller, Spring IoC and commons-chain CoR, a practical infrastructure may be something like followings: a) Jsf as a view controller takes care of objects directly related to User Interface (UI) b) Spring IoC takes the responsibility of object creation, especially singletons and fine grain configurations of objects not directly related to UI. This is a proper choice of configuration if other features of Spring framework such as application level event and aop are used. c) CoR is used to construct Front Controller a la pattern of Struts of each software module, the rounting of services among modules, and action commands (or chain) of specialized services in each service module. It programmatically links created components from IoC to a finer grain at each software module, which holds the module Catalog of commands. d) User session is a proper place for programmatically interactions of Jsf, IoC and CoR objects. For example user generated events from Jsf is linked through a CoR adapter to dispatch action command as a request to appropriate software module (such as authentication/authorization, portlet, service, etc) whose responses are rendered through Jsf view controller."
No STRUTS! How is this not OT? I thought I would just put this in to be clear. I don't mean to beat a Dead Horse, which obviously won't float on its back anyway. ;-) Jack On Tue, 14 Dec 2004 18:50:38 -0800 (PST), Martin Cooper <[EMAIL PROTECTED]> wrote: > > > On Tue, 14 Dec 2004, Dakota Jack wrote: > > > How is JSF not OT with struts-dev or struts-user? Struts is not dead > > yet, is it? And, if not, why is struts airtime free to JSF? > > You don't consider a question about STRUTS-chain - a component in the > Struts sandbox - to be relevant to Struts? > > -- > Martin Cooper > > > > Jack > > > > > > On Tue, 14 Dec 2004 18:24:25 -0500, Deadman, Hal <[EMAIL PROTECTED]> wrote: > >>> By the way, for the benefit of our developer community, i just read an > >>> article " Creating a Pet Store Application with JavaServer Faces, > >>> Spring, and Hibernate" > >>> http://www.sys-con.com/story/?storyid=46977&DE=1 that demonstrates the > >>> readiness of involved technologies. I like to add 2 things to what the > >>> article has revealed: > >>> > >>> 1) Jsf and tiles are fuly integrated under myfaces. You do not need 2 > >>> jsp pages for every view (a wrapper page and a real fragment). Just 1 > >>> fragment jsp that makes a new page and 1 tiles definition. For those > >> who > >>> used Struts-1.x + Tiles to create a portal page (e.g. our current > >> portal > >>> and LifeRay), you may choose to forget about the portlet layout to > >> gain > >>> maximum flexibility for the portlet view i.e. perfectly fit for a > >>> complete jsf dynamic fragment + total flexibility to scrap an html > >>> fragment over the Internet + mixing of [Jsf + Jsp + Jstl] in the > >> portlet > >>> fragment. (I had this issue and asked the Jsf forum. I took me 4 days > >> to > >>> have it worked out and answered myself for the question) > >> > >> Does struts-faces provide a way for the JSF reference implementation to > >> work with tiles and not require two jsps per view? > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > > > -- > > "You can lead a horse to water but you cannot make it float on its back." > > > > ~Dakota Jack~ > > > > "You can't wake a person who is pretending to be asleep." > > > > ~Native Proverb~ > > > > "Each man is good in His sight. It is not necessary for eagles to be crows." > > > > ~Hunkesni (Sitting Bull), Hunkpapa Sioux~ > > > > --------------------------------------------------------------------- > > 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] > > -- "You can lead a horse to water but you cannot make it float on its back." ~Dakota Jack~ "You can't wake a person who is pretending to be asleep." ~Native Proverb~ "Each man is good in His sight. It is not necessary for eagles to be crows." ~Hunkesni (Sitting Bull), Hunkpapa Sioux~ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]