Re: svn commit: r408129 - in /struts/action2/trunk: apps/showcase/ apps/showcase/src/main/java/org/apache/struts/action2/showcase/jsf/ apps/showcase/src/main/webapp/WEB-INF/ apps/showcase/src/main/web

2006-05-21 Thread Don Brown
Yeah, I had a problem with that one. I found it in some maven repo, but Maven 2 wasn't pulling it down, so I had to install it manually. Are you saying I just had the group id wrong? Don Wendy Smoak wrote: What repo is MyFaces coming from? On ibiblio it looks like the groupId for v1.1.2

Re: svn commit: r408129 - in /struts/action2/trunk: apps/showcase/ apps/showcase/src/main/java/org/apache/struts/action2/showcase/jsf/ apps/showcase/src/main/webapp/WEB-INF/ apps/showcase/src/main/web

2006-05-21 Thread Wendy Smoak
On 5/20/06, Don Brown [EMAIL PROTECTED] wrote: Yeah, I had a problem with that one. I found it in some maven repo, but Maven 2 wasn't pulling it down, so I had to install it manually. Are you saying I just had the group id wrong? Yes. If you use 'org.apache.myfaces.core', Maven should find

[action2] Combining JSF and SAF2

2006-05-21 Thread Don Brown
After talking with several on this list about the possibility of combining the best of JSF and Action 2 in a unified framework from a user perspective, I have completed a first cut at JSF support in Action 2 with this loftly goal. From a user perspective, you still have one configuration

Re: [action2] Combining JSF and SAF2

2006-05-21 Thread Dakota Jack
Who wants these frameworks combined? This is what has been killing Struts. This is anything but a lofty goal. It is architectural suicide. There is Shale, which could not really do this. Why is that not enough or in fact way too much? This is ridiculous. I hope people on this list see this

Re: [action2] Combining JSF and SAF2

2006-05-21 Thread Dakota Jack
I have seen no very popular need. This is like Bush-Speak. Baloney parading as truth. On 5/21/06, Don Brown [EMAIL PROTECTED] wrote: After talking with several on this list about the possibility of combining the best of JSF and Action 2 in a unified framework from a user perspective, I have

Re: Cannot find a Spring Listener

2006-05-21 Thread Jason Lenhart
Thank you for your help. Sorry ... but I just want it to work ... and after 3 hours it gets a bit daunting and makes me just give up. I am just wondering why the spring web jar is not listed as a dependency on the wiki? My guess is that the jar that houses this class is packaged in Jetty

XWork 2, JDK 1.5

2006-05-21 Thread Jason Carreira
So on the plane home I was able to get some work done. Well, first I had to set up lots of libraries for the extras and showcase modules, since maven didn't set them up, but then I got some work done. (BTW, can we get that fixed, along with the problems downloading libraries?) So anyway, I did

Re: [action2] Combining JSF and SAF2

2006-05-21 Thread Kimani Darisha
Oh wonderful, more comments from the list idiot. K. On 5/21/06, Dakota Jack [EMAIL PROTECTED] wrote: Who wants these frameworks combined? This is what has been killing Struts. This is anything but a lofty goal. It is architectural suicide. There is Shale, which could not really do this.

Re: [action2] Combining JSF and SAF2

2006-05-21 Thread Kimani Darisha
To anyone following these thread, please ignore this fool. He does not speak for anyone, and is only here to confuse people. K. On 5/21/06, Dakota Jack [EMAIL PROTECTED] wrote: I have seen no very popular need. This is like Bush-Speak. Baloney parading as truth. On 5/21/06, Don Brown

Re: Cannot find a Spring Listener

2006-05-21 Thread Paul Benedict
Struts does not have Spring as a dependency. --- Jason Lenhart [EMAIL PROTECTED] wrote: Thank you for your help. Sorry ... but I just want it to work ... and after 3 hours it gets a bit daunting and makes me just give up. I am just wondering why the spring web jar is not listed as a

Re: [action2] Combining JSF and SAF2

2006-05-21 Thread Bob Lee
Don, this is *very* interesting. Nice work. I've been wondering for a while if we could reuse off-the-shelf JSF components. It looks like you may have figured out how! It also proves that you can think of the JSF lifecycle as a more complex, higher level of abstraction of our interceptor

Re: Cannot find a Spring Listener

2006-05-21 Thread Ted Husted
Hmmm, I added the Spring dependency to the POMs used by the aplications on May 9 (r405529). I'm getting a general build failure on my own checkout right now, so I can't verify whether it's bundling the Spring JARs in the WARs, as it should. If it doesn't, for now, you may need to drop the Spring

Re: XWork 2, JDK 1.5

2006-05-21 Thread Martin Cooper
On 5/21/06, Jason Carreira [EMAIL PROTECTED] wrote: So on the plane home I was able to get some work done. Well, first I had to set up lots of libraries for the extras and showcase modules, since maven didn't set them up, but then I got some work done. (BTW, can we get that fixed, along with

Re: svn commit: r408459 - in /struts/action2/trunk: action-api/pom.xml apps/pom.xml core/pom.xml extras/pom.xml pom.xml uber/pom.xml

2006-05-21 Thread Wendy Smoak
Be sure to update and install from the top level of Action 2 to pick up the changed artifactId. svn up mvn install -P extras Also remove the old ide config files and re-generate them, for example with IDEA: rm project.i* mvn idea:idea -P extras -- Wendy On 5/21/06, [EMAIL PROTECTED] [EMAIL

Re: [action2] Combining JSF and SAF2

2006-05-21 Thread Jason Carreira
Don, this is *very* interesting. Nice work. I've been wondering for a while if we could reuse off-the-shelf JSF components. It looks like you may have figured out how! It also proves that you can think of the JSF lifecycle as a more complex, higher level of abstraction of our

Re: [action2] Combining JSF and SAF2

2006-05-21 Thread Don Brown
Jason Carreira wrote: Great work Don! This is very cool. I've been saying we could do this for a long time, but it's good to know I wasn't just making that up :-) Heh, I know. After bragging about it after many beers at JavaOne, I figured it was time to put up or shut up :) I think it's

Re: [action2] Combining JSF and SAF2

2006-05-21 Thread Frank W. Zammetti
I've been historically pretty anti-JSF, so I hope this means something in light of that history: this is *very* interesting and I congratulate you on making it happen! I've had the same I think it can be done thoughts about mixing the two, just never actually did anything with the idea, so

[action2] Maven Snapshots

2006-05-21 Thread Wendy Smoak
I published snapshots with 'mvn deploy': http://people.apache.org/maven-snapshot-repository/org/apache/struts/action2/ What about 'extras'? It seems like the profile needs to be split up. Right now if I do 'mvn deploy -P extras' it's going to upload the both struts-extras.jar and the showcase

Re: [action2] Maven Snapshots

2006-05-21 Thread Don Brown
Wendy Smoak wrote: I published snapshots with 'mvn deploy': http://people.apache.org/maven-snapshot-repository/org/apache/struts/action2/ What about 'extras'? It seems like the profile needs to be split up. Right now if I do 'mvn deploy -P extras' it's going to upload the both

Re: [action2] Combining JSF and SAF2

2006-05-21 Thread Don Brown
Frank W. Zammetti wrote: I've been historically pretty anti-JSF, so I hope this means something in light of that history: this is *very* interesting and I congratulate you on making it happen! I've had the same I think it can be done thoughts about mixing the two, just never actually did

Re: [action2] Combining JSF and SAF2

2006-05-21 Thread Paul Benedict
I am not opposed to having JSF and Action2 work together. If they can play together, and you can find a business case to parts of each in a project, I think that's a big win. As long as they can still be used separately, then I am +1. --- Bob Lee [EMAIL PROTECTED] wrote: Don, this is *very*

[action2] Re: Cannot find a Spring Listener

2006-05-21 Thread Ted Husted
Struts Action 1 does not utilizes Spring, but SAF2 uses Spring as its internal object factory by default, and, optionally, Shale can use Spring as a factory for managed beans. -Ted. On 5/21/06, Paul Benedict [EMAIL PROTECTED] wrote: Struts does not have Spring as a dependency.

Re: [action2] Combining JSF and SAF2

2006-05-21 Thread Frank W. Zammetti
A bit of a tangential question here... does Webwork support inheritance of some sort with regard to Action mappings? Or perhaps some sort of prototype? I think it's great that you can set things on a per-mapping basis, that makes things very flexible and powerful... but one can imagine where

Re: [action2] Re: Cannot find a Spring Listener

2006-05-21 Thread Frank W. Zammetti
Ted Husted wrote: Struts Action 1 does not utilizes Spring, but SAF2 uses Spring as its internal object factory by default, and, optionally, Shale can use Spring as a factory for managed beans. More precisely, SAF2 *can* use Spring as its internal object factory, and that is indeed the

Re: [action2] Combining JSF and SAF2

2006-05-21 Thread Don Brown
You can inherit packages and their defined defaults. Therefore, in this case, you could define the default interceptor stack and result type for a root package then not have to specify it in any action configs of that package or child packages. Don Frank W. Zammetti wrote: A bit of a

Re: XWork 2, JDK 1.5

2006-05-21 Thread Don Brown
Agreed. Are we going to move XWork to Subversion for 2.0 or stick with CVS for now? Don Jason Carreira wrote: So on the plane home I was able to get some work done. Well, first I had to set up lots of libraries for the extras and showcase modules, since maven didn't set them up, but then

Re: [action2] Combining JSF and SAF2

2006-05-21 Thread Frank W. Zammetti
Cool! Thanks :) Frank Don Brown wrote: You can inherit packages and their defined defaults. Therefore, in this case, you could define the default interceptor stack and result type for a root package then not have to specify it in any action configs of that package or child packages. Don

Re: [action2] Maven Snapshots

2006-05-21 Thread Wendy Smoak
On 5/21/06, Don Brown [EMAIL PROTECTED] wrote: This is an interesting question - do we want to include pre-built example webapps that are missing their LGPL deps? Or, would it be better not to build them at all? Regardless, showcase should be split up so we can ship a functional app with no

Re: [action2] Combining JSF and SAF2

2006-05-21 Thread Dakota Jack
This post shows who the limited person is. It is you, Ma'am. On 5/21/06, Kimani Darisha [EMAIL PROTECTED] wrote: Oh wonderful, more comments from the list idiot. K. On 5/21/06, Dakota Jack [EMAIL PROTECTED] wrote: Who wants these frameworks combined? This is what has been killing Struts.

Re: [action2] Combining JSF and SAF2

2006-05-21 Thread Dakota Jack
You are right, for once. I only speak for myself. Those who are unwilling to listen to others are condemned by their own choice to a life of ignorance. On 5/21/06, Kimani Darisha [EMAIL PROTECTED] wrote: To anyone following these thread, please ignore this fool. He does not speak for anyone,

Re: [action2] Maven Snapshots

2006-05-21 Thread Rainer Hermanns
Regardless, showcase should be split up so we can ship a functional app with no LGPL problems. Don, I just removed the deps on JasperReports which were the last real LGPL code dependency. However, there is still an example with continuations based on RIFE. Since RIFE is dual licensed (CDDL and

Re: [action2] Maven Snapshots

2006-05-21 Thread Wendy Smoak
On 5/21/06, Wendy Smoak [EMAIL PROTECTED] wrote: Once the LGPL-dependent examples are removed from the showcase, it can be part of the normal build, and the 'extras' profile can build both struts-extras.jar and a separate extras example app. ... which would put us right back in the original

Re: [action2] Maven Snapshots

2006-05-21 Thread Don Brown
It is acceptable to distribute CDDL code in binary form, so RIFE isn't a problem. Don Rainer Hermanns wrote: Regardless, showcase should be split up so we can ship a functional app with no LGPL problems. Don, I just removed the deps on JasperReports which were the last real LGPL code

Re: [action2] Maven Snapshots

2006-05-21 Thread Wendy Smoak
On 5/21/06, Rainer Hermanns [EMAIL PROTECTED] wrote: Otherwise, I think the showcase webapp can now be included in the default build. Thanks! The snapshots are updated, and now include the showcase: http://people.apache.org/maven-snapshot-repository/org/apache/struts/action2/ To update

Re: svn commit: r408459 - in /struts/action2/trunk: action-api/pom.xml apps

2006-05-21 Thread Jason Carreira
Wendy, will this create the IDEA modules with all dependencies for extras and showcase? Are all of the jars downloading now? I had to fix this by hand on the plane yesterday, so I don't want to blow them away if I have to do it again. Be sure to update and install from the top level of Action

Re: svn commit: r408459 - in /struts/action2/trunk: action-api/pom.xml apps

2006-05-21 Thread Wendy Smoak
On 5/21/06, Jason Carreira [EMAIL PROTECTED] wrote: Wendy, will this create the IDEA modules with all dependencies for extras and showcase? Are all of the jars downloading now? I had to fix this by hand on the plane yesterday, so I don't want to blow them away if I have to do it again. If

Re: [action2] Combining JSF and SAF2

2006-05-21 Thread netsql
Like I said before, use Shale to fork from, adding the JSP to it. (or if shale adds JSP tags, no reason for SAF2). .V Jason Carreira wrote: I think it's interesting to think of the JSF lifecycle as a particular profile of our interceptor lifecycle. Similarly, the Portlet support is a

Re: [action2] Combining JSF and SAF2

2006-05-21 Thread Gary VanMatre
From: Dakota Jack [EMAIL PROTECTED] You are right, for once. I only speak for myself. Those who are unwilling to listen to others are condemned by their own choice to a life of ignorance. Sheese, sorry this got your panties in a bunch. On 5/21/06, Kimani Darisha wrote: To anyone

Re: [action2] Combining JSF and SAF2

2006-05-21 Thread Dakota Jack
Of course you aren't, Gary, because my panties are not in a bunch. You are the one with his panties in a bunch because you are here for JSF and JSF alone anyway and you don't like me having pointed out that your contributions did not merit your status. You can side with Kamini if you like, but

Re: [action2] Combining JSF and SAF2

2006-05-21 Thread Gary VanMatre
From: Dakota Jack [EMAIL PROTECTED] Of course you aren't, Gary, because my panties are not in a bunch. You are the one with his panties in a bunch because you are here for JSF and JSF alone anyway and you don't like me having pointed out that your contributions did not merit your status.

RE: [action2] Combining JSF and SAF2

2006-05-21 Thread Kito D. Mann
Congrats, Don! I'm very encouraged, and I'm anxious to check it out. This will allow SAF2 developers to work with JSF components (and the market is growing nicely). I wonder how well Shale will run in this context... ~~~ Kito D.

Re: [action2] Combining JSF and SAF2

2006-05-21 Thread Craig McClanahan
On 5/21/06, Kito D. Mann [EMAIL PROTECTED] wrote: Congrats, Don! I'm very encouraged, and I'm anxious to check it out. This will allow SAF2 developers to work with JSF components (and the market is growing nicely). I wonder how well Shale will run in this context... Don and I had a chance

[Standalone Tiles] Removing taglib attributes

2006-05-21 Thread Wendy Smoak
I've opened SB-21 to take a look at the multiple Tiles taglib attributes that seem to mean the same thing. I can't find the original discussion, but I remember at one point talking about consolidating these to a single attribute. Does anyone remember that discussion, or have an opinion either

Re: [action2] Combining JSF and SAF2

2006-05-21 Thread Don Brown
In the Action 2 approach, you should be able to use any feature of Shale, or any other JSF extension, that doesn't involve a custom NavigationHandler, since that is overridden to defer to Action 2-style navigation, or a custom Lifecycle. By leaving JSF alone otherwise, you should be able to

Re: [action2] Combining JSF and SAF2

2006-05-21 Thread Dakota Jack
Sounds like Ted. Let me say that anyone that says web services is a half-baked CICS is really not worth listening to. That is ridiculous. I am really amazed at the nutty things said on this list. If you think that web services is coincident with SOA that is equal madness. Do you guys think

Re: [action2] Combining JSF and SAF2

2006-05-21 Thread Dakota Jack
Are there any figures on this market junk? Or is this more Bush-Speak, lies to get someone thinking your way? On 5/21/06, Kito D. Mann [EMAIL PROTECTED] wrote: Congrats, Don! I'm very encouraged, and I'm anxious to check it out. This will allow SAF2 developers to work with JSF components (and

Re: [action2] Combining JSF and SAF2

2006-05-21 Thread Dakota Jack
Since Kito is committed and has been to JSF Central, why pretend that he needs to know about this. These are like those paid 1 hour commercials we have to put up with on Sunday mornings that attempt to distort the truth. Give us a break. On 5/21/06, Craig McClanahan [EMAIL PROTECTED] wrote:

[jira] Commented: (STR-1892) timezone support for bean:write tag

2006-05-21 Thread Ralf Hauser (JIRA)
[ http://issues.apache.org/struts/browse/STR-1892?page=comments#action_37383 ] Ralf Hauser commented on STR-1892: -- see also STR-2435 and SB-20 timezone support for bean:write tag --- Key: STR-1892

[jira] Commented: (STR-2435) [taglib] enhance bean:write with a decorator attribute for tailored formatting

2006-05-21 Thread Ralf Hauser (JIRA)
[ http://issues.apache.org/struts/browse/STR-2435?page=comments#action_37384 ] Ralf Hauser commented on STR-2435: -- see also SB-20 [taglib] enhance bean:write with a decorator attribute for tailored formatting

[jira] Commented: (STR-2388) [taglib] enhance bean:write with optional timezone attribute if property data is a Date type

2006-05-21 Thread Ralf Hauser (JIRA)
[ http://issues.apache.org/struts/browse/STR-2388?page=comments#action_37385 ] Ralf Hauser commented on STR-2388: -- see also SB-20 for enum support [taglib] enhance bean:write with optional timezone attribute if property data is a Date type