Re: [VOTE] Struts 2.0.1 Quality

2006-10-23 Thread Eric Molitor
Somewhat related (but mostly not) What parts (if any) of the new API (The bob_lee_api) will be in 2.0.1 (final)? Cheers, Eric On 10/23/06, Rene Gielen [EMAIL PROTECTED] wrote: [ X ] +1 Beta grade for 2.0.1 all Regards, Rene

Re: [S2] Spring 2 for Struts 2?

2006-10-14 Thread Eric Molitor
+1 I've been using this combination (Spring 2 and Struts 2) with a high volume production service for a while now. It's backwards compatible so the folks still on spring 1.2.xx should just keep working... Cheers, Eric On 10/14/06, tm jee [EMAIL PROTECTED] wrote: Hey I am not so selfish;

Re: Struts 2.0.0 - STATUS

2006-08-28 Thread Eric Molitor
For Xdoclet just make sure you are using release 1.2.3 and download the 1.5-snapshot050611 version of xjavadoc. (All are on the files section of their SF.net page) http://sourceforge.net/project/showfiles.php?group_id=31602 Cheers, Eric On 8/28/06, Rainer Hermanns [EMAIL PROTECTED] wrote:

Re: [s2] Sping WebFlow Integration

2006-07-27 Thread Eric Molitor
On 7/26/06, Ted Husted [EMAIL PROTECTED] wrote: Eric Molitor wrote: http://forums.opensymphony.com/thread.jspa?threadID=14251tstart=15A At The Spring Experience in Miami Keith Donald, Myself, and Matthew Porter worked out a way it could be done and it was pretty simple. Once SAF2 starts

Simple patch to update to spring stable

2006-07-26 Thread Eric Molitor
I just created and attached a patch to WW-1394 to update SAF2 to use Spring 1.2.8. This should resolve some silly spring issues that exist in 1.2.6 (and 1.2.7). (I have a more complex patch to update some of the spring integration but that needs to wait for Spring 2.00) Someone should take a

Re: Would like to remove Ant build from Struts 2

2006-07-10 Thread Eric Molitor
It realy comes down to managing the dependencies. I could forsee someone building an ant build that ran against the compiled code and dependencies. (Similar to Atlassians build system with JIRA.) However I personally dont think its appropriate to be part of the project. (At least not as a source

Re: Would like to remove Ant build from Struts 2

2006-07-10 Thread Eric Molitor
could make a source distro that was completely self-contained, complete with an Ant build, I'd be fine with that. Don Eric Molitor wrote: It realy comes down to managing the dependencies. I could forsee someone building an ant build that ran against the compiled code and dependencies. (Similar

Re: [jira] Commented: (WW-1328) xhtml theme is hardcoded to use xhtml/controlfooter for all templates

2006-06-25 Thread Eric Molitor
When we discussed this issue in regards to 2.2.3 (and then pulled it because of the significant number of changes) it seemed like option 2 not only solved this issue but other template inheritance issues as well. With the emphasis that is being put on templating, from multiple AJAX templates to

Re: XWork 2, JDK 1.5

2006-05-23 Thread Eric Molitor
My experience is that it's quite a bit faster than CVS (especially over a WAN) but to be honest the biggest advantages I've seen are with file moves, renames, and branching. SVN seems to handle them all relatively painlessly which is a significant improvement over CVS. Also the SVN support in

Re: XWork 2, JDK 1.5

2006-05-23 Thread Eric Molitor
Staying on CVS is probably a smarter descision for now but... You could convert the repo to SVN, create a 1.xx branch and then you could import your local copy into the trunk. Never tried it but in theory it would work. Cheers, Eric On 5/23/06, Jason Carreira [EMAIL PROTECTED] wrote: It

Re: API updates and build fix...

2006-05-17 Thread Eric Molitor
The name changes resolve the ambiguities that I saw in the first draft so that is a definite positive. The Messages.Severity enum and other messaging improvements are a definite positive. (They satisfy my desire for a Log4J type usage but are still distinct enough to avoid confusion.) Since the

Re: [Action2] STATUS - Documentation

2006-05-08 Thread Eric Molitor
On 5/8/06, Ted Husted [EMAIL PROTECTED] wrote: I haven't been able to get an export of the SAF2 wiki in any format. I've let the process run for over an hour, but it never seems to return. Smells like the same issue encountered when trying to export the WW 2.2.2 docs for release. Anybody know

Re: [action2] Leveraging known constructs (was Public API first draft)

2006-05-05 Thread Eric Molitor
Happily XWork has no dependency on web development at all, I use it to provide a command pattern for autonomous path finding robots for instance. Anything less than complete abstraction at the action level would be vetoed by most of the existing developers. (At least I hope they would vote it

Re: Messages Round II (was Leveraging known constructs (was Public API first draft))

2006-05-05 Thread Eric Molitor
Addresses my concerns quite nicely and should be easy to refactor code against. On 5/5/06, Don Brown [EMAIL PROTECTED] wrote: I like it, Level should extend Comparable, and Global works for me. Don Bob Lee wrote: - The attached version supports arbitrary levels. I used an interface instead

Re: [action][Proposal] Architecture plan for Struts Action 2.0

2006-05-05 Thread Eric Molitor
Just as some people continue to use WebWork 1.xx (JIRA) I imagine people will continue to use SAF1 regardless of how easy the migration path is. I always assume it would take a day or two to convert existing WW code to SAF2 so at the end of the day just picking a direction is progress. :)

Re: [action2] Public API first draft

2006-05-04 Thread Eric Molitor
I guess I'm a bit confused but is this API the only supported route or are their plans to support existing WebWork/Xwork code? I'll be honest and say that I need to go through the API and consider each point before I make a complete judgement. However, at first glance, this deviates far enough

Re: Public API first draft

2006-05-04 Thread Eric Molitor
I definitely agree that they should be isolated, but glancing through the api I saw RequestAware but not ResponseAware. (I`m reading the copy Don posted and not the version under source control.) On 5/4/06, Bob Lee [EMAIL PROTECTED] wrote: On 5/4/06, Eric Molitor [EMAIL PROTECTED] wrote

Re: Public API first draft

2006-05-04 Thread Eric Molitor
cases you would be using few, if any, of the interfaces. Cheers, Eric On 5/4/06, Michael Jouravlev [EMAIL PROTECTED] wrote: On 5/4/06, Eric Molitor [EMAIL PROTECTED] wrote: I definitely agree that they should be isolated, but glancing through the api I saw RequestAware but not ResponseAware

Re: [action2] Leveraging known constructs (was Public API first draft)

2006-05-04 Thread Eric Molitor
The new Messages API could easily be mapped onto an implementation similar to that of Log4J. Why not embrace that idea and utilize familiar methods to provide access. such as... msgs.info(some.key); msgs.warn(some.warn.key); msgs.error(some.error.key); It does increase the number of methods but

Re: [action2] /s /xwork.xml /action.xml

2006-04-30 Thread Eric Molitor
Even prior to the SAF merger I've always thought it should be action.xml. Only the action.vm feels a bit awkward to me. My preference would be default.vm, base.vm, or something like that. On 4/30/06, Ted Husted [EMAIL PROTECTED] wrote: Heretofore, the WebWork product was being distributed by

Re: [VOTE] Accept and Graduate WebWork 2 Podling to Struts

2006-04-29 Thread Eric Molitor
+1 (Not that my vote counts but it runs all my apps) On 4/28/06, Rainer Hermanns [EMAIL PROTECTED] wrote: +1 from me and a big thank you to everyone involved On Apr 28, 2006, at 20:19 , Don Brown wrote: I call a vote that the Struts PMC accept the WebWork 2 podling as having met the

Re: [jira] Assigned: (WW-1281) Allow StreamResult parameters to be read from the stack

2006-04-28 Thread Eric Molitor
: http://issues.apache.org/struts/browse/WW-1281 Project: Struts Action 2 Type: Improvement Components: Views, Configuration, Dispatch Versions: WW 2.2.2 Environment: Any Reporter: Eric Molitor Assignee: Rene Gielen Fix For: 2.0 Attachments

Re: [action2] Unit tests with ant/maven

2006-04-12 Thread Eric Molitor
Its not pretty but look at WW-1283 for the patch On 4/11/06, Eric Molitor [EMAIL PROTECTED] wrote: Well, I have them working but probably not in the way you want them too. I'll send the patch to both you and Rainer. Cheers, Eric On 4/11/06, Rene Gielen [EMAIL PROTECTED] wrote: Hey

Re: [action2] Unit tests with ant/maven

2006-04-12 Thread Eric Molitor
the -Dtestcase=yourtestcase switch as well. So, running the unit tests with ant is working again... cheers, Rainer On Apr 11, 2006, at 20:18 , Eric Molitor wrote: It will have to be this evening (I'm -5 hours against UTC) as I dont have them on my work laptop. Cheers, Eric On 4/11/06

Re: [Action2] StreamResult Patch

2006-04-11 Thread Eric Molitor
, James Mitchell [EMAIL PROTECTED] wrote: Any chance you could attach this to a jira ticket? That's the normal process, so that your contribution won't be forgotten. If you can't, I'll try add it to jira tomorrow. Thanks for your help. -- James Mitchell On Apr 10, 2006, at 2:37 AM, Eric

Re: [action2] Unit tests with ant/maven

2006-04-11 Thread Eric Molitor
I hacked away at them last night to get them to work via ant and intellij. Wasn't pretty but only took an hour or so. Probably take two hours to do it right. On 4/11/06, Rainer Hermanns [EMAIL PROTECTED] wrote: Is anyone currently working on the build process with ant and maven? It looks like

Re: [action2] Unit tests with ant/maven

2006-04-11 Thread Eric Molitor
It will have to be this evening (I'm -5 hours against UTC) as I dont have them on my work laptop. Cheers, Eric On 4/11/06, Rainer Hermanns [EMAIL PROTECTED] wrote: Eric, can you send your build patches over? Would get me started sooner. tia, Rainer On Apr 11, 2006, at 19:07 , Eric

Re: [action2] Unit tests with ant/maven

2006-04-11 Thread Eric Molitor
working? Then I'll wait for your patch... Regards, Rene Eric Molitor schrieb: It will have to be this evening (I'm -5 hours against UTC) as I dont have them on my work laptop. Cheers, Eric On 4/11/06, Rainer Hermanns [EMAIL PROTECTED] wrote: Eric, can you send your build patches

[Action2] StreamResult Patch

2006-04-10 Thread Eric Molitor
This patch allows the parameters for the stream result to be read from the stack. I seem to be having issues running the unit tests so none are included. (I'll probably work on some later). Precedence is given to values on the stack over values in the XML file. I plan to use the patch as follows

Re: [Struts Ti] XWork?

2006-03-30 Thread Eric Molitor
This may be a dumb suggestion but why not implement a lightweight action class that's in StrutsAction and then if a user chooses they can use the full support of XWork. I'm not sure where you draw the line (you'd probably want validation) but I cant see why you couldn't implement a few of the

Re: [Struts Ti] XWork?

2006-03-30 Thread Eric Molitor
are describing run? Are you talking about running Struts 1.x actions inside Action 2? If so, that is something that has been started in the sandbox, but not fully developed. I'd like to hear more. Don Eric Molitor wrote: This may be a dumb suggestion but why not implement a lightweight action