Thanks for the description of Jericho. -----Original Message----- From: Patrick Chanezon [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 21, 2004 3:45 AM To: Struts Developers List Subject: Re: Does struts-chain work with tomcat 4.1 ?
struts-jericho is a working proposal for Struts 2.x. see http://www.mail-archive.com/[EMAIL PROTECTED]/msg20204.html and the discussion thread that ensued. from the document: "Jericho is a whiteboard proposal describing one possible implementation of Struts 2.x. Since Struts 2.x is slated as a "revolution", the Apache practice is to assign a codename to a proposal until the Community comes to a consensus. This proposal is called "Jericho" since it tries to tear-down the walls within the Struts architecture. " see also the wiki http://nagoya.apache.org/wiki/apachewiki.cgi?StrutsWhiteboard for details. I'm not familiar enough with the proposal to describe it further: my focus is more short term, on making struts 1.2 work with portlets for any JSR 168 container, and document that. P@ Richard Hightower wrote: <http://www.mail-archive.com/[EMAIL PROTECTED]/msg20204.html> >What is the 411 on struts-jericho? > >-----Original Message----- >From: BaTien Duong [mailto:[EMAIL PROTECTED] >Sent: Tuesday, January 20, 2004 9:44 AM >To: Struts Developers List >Subject: Re: Does struts-chain work with tomcat 4.1 ? > > >Patrick Chanezon wrote: > > > >>Forget about question 3, and the exception. >> >>It seems like the struts-config.xml file for the struts-chain does not >>contain the welcome actionforward definition. >> >>diff -U 3 >> >> >> >"/Users/pat/java/jakarta-tomcat-4.1.29/webapps/struts-chain/WEB-INF/struts- c >onfig.xml" > > >"/Users/pat/java/jakarta-tomcat-4.1.29/webapps/struts-example/WEB-INF/strut s >-config.xml" > > >> <!-- ========== Global Forward Definitions >>============================== --> >> <global-forwards> >> <forward name="logoff" path="/logoff.do"/> >>- <forward name="logon" path="/logon.jsp"/> >>- <forward name="success" path="/mainMenu.jsp"/> >>+ <forward name="logon" path="/logon.do"/> >>+ <forward name="success" path="/mainMenu.do"/> >>+ <forward name="welcome" path="/welcome.do"/> >> </global-forwards> >> >>I took the struts-config.xml from struts-example and added the chain >>related configurations and this Exception is not there anymore. >>Other problems pop up, but not this one :-) >> >>My other questions still stand. >> >>1. is someone actively working on that code right now ? >> >> > >Yes, i am working on struts-chain, but in a slightly different >direction. To me, struts-chain example is a proof-of-concept. I am >still waiting for the codes in struts-jericho to play. > >Specifically, i start from JavaServer Faces since stateful UIComponents >provided by the framework is nice and i expect many complex components >will be available either commercially or from open sources. I try to >combine best features of different frameworks by playing around with >struts-jericho Servlet Request Adapter, Controller and Processor >overview. The adding of Command Context as suggested in struts-jericho >is important since each command is a service component that is self >contained, fully customizable and manageable. > >BaTien >DBGROUPS > > > >>2. does someone have struts-chain installed and configured correctly ? >>from where did you get it ? Any caveats for the build ? >>4. I used maven to build struts: the maven dist target's result differs >>significantly from ant's dist, and contrib/struts-chain makes some >>assumptions about what's 2 levels above that are not met by the maven >>build. >>This is whay I had to use a nightly build. >>is there a way to generate jakarta-struts's build.properties from >>maven ?-) >> >>Thanks in advance for any input. >> >>Patrick Chanezon wrote: >> >> >> >>>Hi all, >>> >>>I started working on struts-chain in order to add support for portlets. >>> >>>I built struts-chain from cvs, using a nightly struts 1.2 build >>>jakarta-struts-20040113.zip to bootstrap my build, and my own build of >>>commons-chain from CVS. >>>I used the struts-example application from the nightly build as a seed >>>for the struts-chains sample war. >>> >>>I deployed both in Tomcat 4.1.29. >>>struts-example works fine >>>struts-chain fails with an exception, see below. >>> >>>I have a few questions: >>>1. is someone actively working on that code right now ? >>>2. does someone have struts-chain installed and configured correctly ? >>>from where did you get it ? Any caveats for the build ? >>>3. any idea about the Exception ? >>>4. I used maven to build struts: the maven dist target's result differs >>>significantly from ant's dist, and contrib/struts-chain makes some >>>assumptions about what's 2 levels above that are not met by the maven >>>build. >>>This is whay I had to use a nightly build. >>>is there a way to generate jakarta-struts's build.properties from >>>maven ?-) >>> >>>Thanks for any help. >>> >>>P@ >>> >>> >>> >>> >>> >>>--------------------------------------------------------------------- >>>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] > > >--------------------------------------------------------------------- >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]