[java ee programming] Re: Struts2

2009-09-25 Thread Karl
Hi Alfredo, Check this out here: http://struts.apache.org/2.0.14/docs/tutorials.html If you're new to struts the Passion! content (IMO) skims over a lot of details that are absolutely necessary to "get" the power of the framework. --- On Mon, 9/21/09, Alfredo Torres wrote: > Hi, > >   I have

[java ee programming] Re: Struts2

2009-09-21 Thread miga
On Sep 21, 8:39 pm, Alfredo Torres wrote: > Hi, > >   I have read the struts2 presentaiton and hands on lab 2 times but i > dont get it, i can not understand the structure, is there any other > site that explain struts2 in more detail from the beggining whithout > mix code?? Apart from this off

[java ee programming] Re: Struts2 Interceptors

2009-01-31 Thread Robert Krombholz
Urrrgs found the problem ... literal error in the interceptor definition :P > Hi guys, > > I have a problem with a training project using Struts² and Hibernate. > To encapsulate the crosscutting concern of Session and Transaction > handling of Hibernate, I > tried to write my own Interceptor for