Re: Re: Extending Struts with Spring

2006-06-09 Thread Dakota Jack
I cannot tell if this is a question or a statement. Do you want to know how to use AOP or are you saying you don't think that would be a good idea? On 6/9/06, starki78 <[EMAIL PROTECTED]> wrote: Ciao! Do you have experience with AOP and specially using a Interceptor for metrics? I really can

Re: Re: Extending Struts with Spring

2006-06-09 Thread starki78
Ciao! Do you have experience with AOP and specially using a Interceptor for metrics? I really cannot imagine how to implement a solution for an application! Do you mean like in a filter implement code for time-stopping or similar? Nice greetings Starki > Don't forget about the AOP aspect (no

Re: Re: Extending Struts with Spring

2006-06-08 Thread Dakota Jack
Don't forget about the AOP aspect (no pun intended) of Spring. While the IoC is handy, it is nothing, in my opinion, in comparison to the solution regarding logging, security, metrics, etc. in Spring with AOP. On 6/8/06, Julian Tillmann <[EMAIL PROTECTED]> wrote: Thanks very much for all your

Re: Re: Extending Struts with Spring

2006-06-08 Thread Julian Tillmann
Thanks very much for all your answers, I'd be very keen to learn more about this soon. -- Echte DSL-Flatrate dauerhaft für 0,- Euro*! "Feel free" mit GMX DSL! http://www.gmx.net/de/go/dsl - To unsubscribe, e-mail: [EMAIL PR

Re: Extending Struts with Spring

2006-06-08 Thread Phil Zoio
I've added a lot of support for integrating Spring with Struts in Strecks: http://strecks.sourceforge.net/ - a Java 5-based Struts extension framework The main Spring-related things you'll find in there are: - you can inject any Spring bean into your actions using the @InjectSpringBean annotat

Re: Extending Struts with Spring

2006-06-08 Thread Dave Newton
Joe Germuska wrote: > At 9:14 AM +0200 6/8/06, Julian Tillmann wrote: >> - But the spring Context offers some new possibilites >> like IOC but to be honest I'm not expert enough >> to understand this up to date! > > This is the Spring feature that I appreciate the most. Before we > started usi

Re: Re: Extending Struts with Spring

2006-06-08 Thread Joe Germuska
At 9:14 AM +0200 6/8/06, Julian Tillmann wrote: Thank you for your replies! When I understand this right: - Giving Actions a state using Spring makes no sence Not so much "makes no sense" as "doesn't get you anything." At least, once you are used to writing threadsafe actions, you don't see

Re: Re: Extending Struts with Spring

2006-06-08 Thread Julian Tillmann
Thank you for your replies! When I understand this right: - Giving Actions a state using Spring makes no sence - It cannot be recommended to overwrite the request processor with Spring (we already have our own) - But the spring Context offers some new possibilites like IOC but to be honest I'

Re: Extending Struts with Spring

2006-06-07 Thread Dave Newton
Julian Tillmann wrote: > I've read that you can use Spring to make your Struts Actions thread safe. Is > someone using this or has experience with it? > Just out of curiosity, why do you want to do this? Dave - To unsubsc

Re: Extending Struts with Spring

2006-06-07 Thread Joe Germuska
At 2:05 PM +0200 6/7/06, Julian Tillmann wrote: Hello, I've read that you can use Spring to make your Struts Actions thread safe. Is someone using this or has experience with it? Wendy gave you the right pointer. Note that the Spring custom RequestProcessor which is part of the strategy poi

Re: Extending Struts with Spring

2006-06-07 Thread Wendy Smoak
On 6/7/06, Julian Tillmann <[EMAIL PROTECTED]> wrote: I've read that you can use Spring to make your Struts Actions thread safe. Is someone using this or has experience with it? It's covered in this article: http://www-128.ibm.com/developerworks/java/library/j-sr2.html "Once you have your

Extending Struts with Spring

2006-06-07 Thread Julian Tillmann
Hello, I've read that you can use Spring to make your Struts Actions thread safe. Is someone using this or has experience with it? Are there other arguments for using Spring with Struts like, for example an easy implemented Interceptor that might improve the application and is not as easily a