Re: [Semi-OT] Loading resources/files with wildcards

2008-07-07 Thread Antonio Petrelli
2008/7/7 Musachy Barroso <[EMAIL PROTECTED]>: > There are also new classes under: com.opensymphony.xwork2.util.finder > (borrowed from xbeans) to find classes/resources in the classpath. > They are pretty handy if you use them with UrlSet (in that package > also). Interesting too, thanks Musachy :

Re: [Semi-OT] Loading resources/files with wildcards

2008-07-07 Thread Musachy Barroso
There are also new classes under: com.opensymphony.xwork2.util.finder (borrowed from xbeans) to find classes/resources in the classpath. They are pretty handy if you use them with UrlSet (in that package also). musachy On Mon, Jul 7, 2008 at 11:19 AM, Antonio Petrelli <[EMAIL PROTECTED]> wrote: >

Re: [Semi-OT] Loading resources/files with wildcards

2008-07-07 Thread Antonio Petrelli
2008/7/7 Wes Wannemacher <[EMAIL PROTECTED]>: > I'm not an XWork committer, and I think Don actually wrote the > PatternMatcher, which is basically the main component behind > ClassPathFinder. Don ended up committing the patch for me. None of the > Struts code needed altered when this was added, so

Re: [Semi-OT] Loading resources/files with wildcards

2008-07-07 Thread Wes Wannemacher
I'm not an XWork committer, and I think Don actually wrote the PatternMatcher, which is basically the main component behind ClassPathFinder. Don ended up committing the patch for me. None of the Struts code needed altered when this was added, so I never really worried about the header. WildcardHel

Re: [Semi-OT] Loading resources/files with wildcards

2008-07-07 Thread Antonio Petrelli
2008/7/7 Wes Wannemacher <[EMAIL PROTECTED]>: > I added some wildcard support to XMLConfigurationProvider a while ago. > It's not particularly feature-rich, but it works somewhat intuitively. > Check the unit tests for examples of using it... > > http://svn.opensymphony.com/fisheye/browse/~raw,r=18

Re: [Semi-OT] Loading resources/files with wildcards

2008-07-07 Thread Wes Wannemacher
Antonio, I added some wildcard support to XMLConfigurationProvider a while ago. It's not particularly feature-rich, but it works somewhat intuitively. Check the unit tests for examples of using it... http://svn.opensymphony.com/fisheye/browse/~raw,r=1833/xwork/trunk/src/test/com/opensymphony/xwor

Re: [Semi-OT] Loading resources/files with wildcards

2008-07-07 Thread Antonio Petrelli
2008/7/7 Owen Berry <[EMAIL PROTECTED]>: > In terms of licensing, from the bottom of http://springframework.org/about > > "All Spring projects are licensed under the terms of the Apache > License, Version 2.0." > You're right, sorry for using the wrong term. The problem is that, using a 3rd party

Re: [Semi-OT] Loading resources/files with wildcards

2008-07-07 Thread Owen Berry
In terms of licensing, from the bottom of http://springframework.org/about "All Spring projects are licensed under the terms of the Apache License, Version 2.0." On Sun, Jul 6, 2008 at 6:00 AM, Antonio Petrelli <[EMAIL PROTECTED]> wrote: > Hi all, > I would like to know if in S1 or in S2 there is

[Semi-OT] Loading resources/files with wildcards

2008-07-06 Thread Antonio Petrelli
Hi all, I would like to know if in S1 or in S2 there is a mechanism to load resources (from classpath) and/or files using wildcards. I really would like to use it inside Tiles. I noticed that there such a mechanism in Spring: http://static.springframework.org/spring/docs/2.5.x/api/org/springframewo