How to initialize business service objects?

View: Old framed views
22 Messages — Rating Filter:   Alert me  
How to initialize business service objects? - Hi all i'm just starting with struts2 (even with struts at all). Of course i first read some how-to-starts. But... Loading...
For a POJO you can use dependency injection such as Spring or Guice or you can instantiate the object the normal... Loading...
RE: How to initialize business service objects? - Hi Randy Hi all I just read a bit regarding Spring. As far as i understand its focus is on J2EE appllications. I... Loading...
--- Frank Fischer <frank.fischer@...> wrote: > I just read a bit regarding Spring. As far as i understand... Loading...
Re: How to initialize business service objects? - Hi Frank, Have a read of Martin Fowler's article on deciding which option best suits... Loading...
I suggest you to read this simple but useful tutorial to have an idea about how much is simple to use... Loading...
Is type property in tag must be filled? - Hi all, I'm new to Struts. And I want to ask if the type property in <form-bean /> tag must be filled? I mean if it's... Loading...
2008/3/17, Chen Chunwei <out-chenchunwei@...>: > I'm new to Struts. And I want to ask if the type... Loading...
2008/3/17, Chen Chunwei <out-chenchunwei@...>: > > But I'm using Struts 1.1, then is it still... Loading...
Thanks Antonio But I'm using Struts 1.1, then is it still required? Talos ----- Original Message ----- From:... Loading...
Thanks Antonio. I know little about DTD, but in my company, we are not allowed to access Internet. So I cann't see... Loading...
2008/3/17, Chen Chunwei <out-chenchunwei@...>: > > Thanks Antonio. > > I know little about DTD, but in... Loading...
RE: How to initialize business service objects? - Hi all first i'd like to thank all of you that have given me valuable feedback to my question. Following the... Loading...
Frank, Check two things: 1) You have included the struts2-spring-pliugin.jar in your classpath 2) Your... Loading...
Am Donnerstag, 13. März 2008 22:32:34 schrieb Frank Fischer: > Now i don't understand (1) where to create/initialize... Loading...
Re: How to initialize business service objects? - You also need to setup your action in the application context so that Spring knows where to inject the business object.... Loading...
Frank, AFAIU, you want your Business Service Object to be injected in your Struts2 actions. To achieve that, I have... Loading...
--- Randy Burgess <RBurgess@...> wrote: > You also need to setup your action in the application context so... Loading...
Hi Michael Thanks for your answer. > 1) You have included the struts2-spring-pliugin.jar in your classpath Yes,... Loading...
--- Frank Fischer <frank.fischer@...> wrote: > <beans default-autowire="autodetect"> Off the top of my... Loading...
Frank, I would check your struts.properties file: Make sure it has these entries and that it is on your classpath... Loading...
Hi Dave Hi all Finally i got it working the "spring"-way, meaning, when also delegating the instantiation of action... Loading...