svn commit: r160855 - struts/taglib/trunk/project.xml

2005-04-11 Thread jmitchell
Author: jmitchell Date: Mon Apr 11 03:20:22 2005 New Revision: 160855 URL: http://svn.apache.org/viewcvs?view=rev&rev=160855 Log: switch to jcoverage report Modified: struts/taglib/trunk/project.xml Modified: struts/taglib/trunk/project.xml URL: http://svn.apache.org/viewcvs/struts/taglib/t

Re: svn commit: r160855 - struts/taglib/trunk/project.xml

2005-04-11 Thread James Mitchell
FYI - this is what you get by adding one line in the project.xml filehow cool is that. http://svn.apache.org/builds/struts/maven/trunk/docs/multiproject/struts-taglib/jcoverage/index.html I'll be adding this report to all of Struts very soon. This is definitely a good tool to see where we a

[Struts Wiki] Update of "StrutsShale" by CraigMcClanahan

2005-04-11 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification. The following page has been changed by CraigMcClanahan: http://wiki.apache.org/struts/StrutsShale -- - This i

[Struts Wiki] Update of "BuildingShale" by CraigMcClanahan

2005-04-11 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification. The following page has been changed by CraigMcClanahan: http://wiki.apache.org/struts/BuildingShale The comment on the change is: Clean up section headers, no content change --

Re: Struts API bean and ConfigHelper

2005-04-11 Thread Don Brown
I started down this path and quickly became confused. What I intended to do was create a AppContext, similar to the ActionConext, but where ActionContext provided request and session services, AppContext provided servlet level services. Unfortunately, I quickly discovered there aren't any out

Re: Struts API bean and ConfigHelper

2005-04-11 Thread Joe Germuska
At 1:46 PM -0700 4/11/05, Don Brown wrote: I started down this path and quickly became confused. What I intended to do was create a AppContext, similar to the ActionConext, but where ActionContext provided request and session services, AppContext provided servlet level services. Unfortunately,

Re: Struts API bean and ConfigHelper

2005-04-11 Thread Don Brown
If better assembly is what you want, why not just put Spring at the core and use it to wire everything together? We could use factories to allow Spring to populate with the context-correct instances of things like ModuleConfig. I'll volunteer to do the work on the 1.4 branch as soon as we get

Re: Struts API bean and ConfigHelper

2005-04-11 Thread Joe Germuska
At 3:17 PM -0700 4/11/05, Don Brown wrote: If better assembly is what you want, why not just put Spring at the core and use it to wire everything together? We could use factories to allow Spring to populate with the context-correct instances of things like ModuleConfig. I'll volunteer to do th

svn commit: r160981 - in struts/sandbox/trunk/overdrive: Nexus/Core/IController.cs Nexus/Nexus.sln PhoneBook/Core/App.cs PhoneBook/Test/Test.csproj PhoneBook/Web/Forms/Directory.aspx PhoneBook/Web/Forms/Directory.aspx.cs PhoneBook/Web/Web.csproj

2005-04-11 Thread husted
Author: husted Date: Mon Apr 11 16:33:07 2005 New Revision: 160981 URL: http://svn.apache.org/viewcvs?view=rev&rev=160981 Log: OVR-5 * Skeleton implementation of the Directory page. OVR-8 * Add method to obtain generic objects, such as view helpers. Modified: struts/sandbox/trunk/overdrive/N

svn commit: r160990 - in struts/sandbox/trunk/overdrive/PhoneBook: Test/Resources/Command/AppConfig.xml Web/Forms/Directory.aspx Web/Forms/Directory.aspx.cs Web/Forms/Web.config Web/Resources/Command/AppConfig.xml Web/Web.config Web/Web.csproj

2005-04-11 Thread husted
Author: husted Date: Mon Apr 11 17:19:38 2005 New Revision: 160990 URL: http://svn.apache.org/viewcvs?view=rev&rev=160990 Log: OVR-5 * Add server-side controls and Spring configuration for Controller. Added: struts/sandbox/trunk/overdrive/PhoneBook/Web/Forms/Web.config Modified: struts/s

svn commit: r160993 - in struts/sandbox/trunk/overdrive/Nexus: Core/ Extras/ Extras/Spring/ Test/ Test/Commands/

2005-04-11 Thread husted
Author: husted Date: Mon Apr 11 17:32:38 2005 New Revision: 160993 URL: http://svn.apache.org/viewcvs?view=rev&rev=160993 Log: Code reformatting (courtesy of JetBrains Resharper). Modified: struts/sandbox/trunk/overdrive/Nexus/Core/AssemblyInfo.cs struts/sandbox/trunk/overdrive/Nexus/Core

Re: svn commit: r160993 - in struts/sandbox/trunk/overdrive/Nexus: Core/ Extras/ Extras/Spring/ Test/ Test/Commands/

2005-04-11 Thread James Mitchell
When can we start providing nightlies? -- James Mitchell Software Engineer / Open Source Evangelist Consulting / Mentoring / Freelance EdgeTech, Inc. 678.910.8017 AIM: jmitchtx Yahoo: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED

Re: Struts API bean and ConfigHelper

2005-04-11 Thread Martin Cooper
On Apr 11, 2005 1:46 PM, Don Brown <[EMAIL PROTECTED]> wrote: > I started down this path and quickly became confused. What I intended > to do was create a AppContext, similar to the ActionConext, but where > ActionContext provided request and session services, AppContext provided > servlet level s