Re: new showcase

2009-09-25 Thread Frans Thamura
i think the more detail how to of every thing with example will be cool or make a link between the documentation or something to the url of web that have example i see the extjs.com team did a good thing in their wiki this will bring the struts2 popularity increase the showcase amazingly cool :

spring-test-2.5.6

2009-09-25 Thread Frans Thamura
hi all can help? why spring-test-2.5.6.jar is default in the struts2 but spring-plugins thx Frans - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org

plugins power and their behavior

2009-09-25 Thread Frans Thamura
hi all i am debuging the plugins, and still confuse anyone here that working and create a plugins of struts, can u share your experience, tips and trick so i can debug better a lot of magic but still blank, esp if compare with IoC of Spring that more understanable Frans -

Re: spring-test-2.5.6

2009-09-25 Thread Musachy Barroso
spring test has a scoped of "test" so it is used for testing and it is not propagated as a dependency. On Fri, Sep 25, 2009 at 6:32 AM, Frans Thamura wrote: > hi all > > can help? > > why spring-test-2.5.6.jar is default in the struts2 but spring-plugins > > thx > > Frans > >

RE: 2.1.8

2009-09-25 Thread Martin Gainty
Thanks for the headsup on this maven-shade-plugin here is how i implemented maven-shade-plugin org.apache.commons.lang.xwork commons-lang 2.4 org.apache.maven.plugins

Re: spring-test-2.5.6

2009-09-25 Thread Dave Newton
Frans Thamura wrote: can help? why spring-test-2.5.6.jar is default in the struts2 but spring-plugins Please ask this question on the struts-user mailing list. The struts-dev list is for the development of Struts itself. When posting that message please try to be a bit more clear about what

Re: plugins power and their behavior

2009-09-25 Thread Dave Newton
Frans Thamura wrote: i am debuging the plugins, and still confuse anyone here that working and create a plugins of struts, can u share your experience, tips and trick so i can debug better a lot of magic but still blank, esp if compare with IoC of Spring that more understanable Please ask thi

Re: parameters in url

2009-09-25 Thread Musachy Barroso
committed to trunk. To use it set: to use it with convention, convention needs to be built from trunk. musachy On Thu, Sep 24, 2009 at 2:19 PM, Musachy Barroso wrote: > I find that using parameters in urls is confusing in struts, and there > are just too many (and not compatible) ways of

Re: new showcase

2009-09-25 Thread Alex Siman
Maybe more AJAX? IMHO showcase must be organized similar to GWT's showcase (note tabs for "Example" and "Source Code" loaded w/ AJAX): http://gwt.google.com/samples/Showcase/Showcase.html And here is my proposals: - AJAX file upload with progressbar; - AJAX autosuggest backed by server response

Re: new showcase

2009-09-25 Thread Musachy Barroso
I was thinking about using JQuery accordion widget to have the navigation on the left side. I will setup a showcase project in the sandbox, contributions are welcomed. musachy On Fri, Sep 25, 2009 at 12:29 PM, Alex Siman wrote: > > Maybe more AJAX? > > IMHO showcase must be organized similar to

Re: new showcase

2009-09-25 Thread Frans Thamura
i think as much example as possible will benefit S2 if not in the distribution, make it in the wiki F On Sat, Sep 26, 2009 at 3:05 AM, Musachy Barroso wrote: > I was thinking about using JQuery accordion widget to have the > navigation on the left side. I will setup a showcase project in the >

maven 3rd party repos

2009-09-25 Thread Musachy Barroso
I know we cannot link to external maven repos for releases. Does this apply to sample apps? This...glorious...wonderful dependency is my problem: http://repo1.maven.org/maven2/javax/transaction/jta/1.0.1B/ musachy -- "Hey you! Would you help me to carry the stone?" Pink Floyd --

Re: maven 3rd party repos

2009-09-25 Thread Wes Wannemacher
Do a search for 'maven dealing with sun jars' there is a convention for dealing with that one and almost all of the others. -Wes On 9/25/09, Musachy Barroso wrote: > I know we cannot link to external maven repos for releases. Does this > apply to sample apps? This...glorious...wonderful depende

Re: maven 3rd party repos

2009-09-25 Thread Musachy Barroso
do you mean this? http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html I have no problem using it locally, but I need to add the Java.net repo, which I think we cannot do for releases. musachy On Fri, Sep 25, 2009 at 5:08 PM, Wes Wannemacher wrote: > Do a search for 'maven deali

RE: maven 3rd party repos

2009-09-25 Thread Martin Gainty
jar's groupId and artifactId are almost universally known ..the one unknown is -Dversion= i've been digging version out of the jar's manifest.mf unless theres another way to get the jar's version ? Martin Gainty __ Apply 'Standard Caveats' here

Re: maven 3rd party repos

2009-09-25 Thread Musachy Barroso
Martin please limit your nonsense to the users mailing list, do we have to listen to you here as well? musachy On Fri, Sep 25, 2009 at 5:29 PM, Martin Gainty wrote: > > jar's groupId and artifactId are almost universally known ..the one unknown > is -Dversion= > > i've been digging version out