[ANN] i18n-1.0 final released

2006-11-05 Thread Nathan Coast
Hi, The codeczar team is pleased to announce the 1.0 release of the i18n component. The codeczar i18n component provides database-driven internationalization (i18n) for Java servlet & jsp web applications. The codeczar I18n component facilitates run-time, cross-cluster i18n management witho

Re: struts2 action and spring bean

2006-11-05 Thread Ted Husted
On 11/3/06, Lixin Chu <[EMAIL PROTECTED]> wrote: > > just curious, what's the benifits of configuring Struts Actions in Spring > ? isn't Struts config file enough ? Generally, it's plenty enough. When using Spring, all most people will need to do is autowire Spring beans into Action properties.

Re: Struts 2.0 Application Lifecycle

2006-11-05 Thread Ted Husted
On 11/5/06, Adam Hardy <[EMAIL PROTECTED]> wrote: I hope you don't mind if I jump in on this thread, after reading the documentation refered to below. What is the S2 convention for loading up objects for use by the JSPs or other view logic? It really isn't much different that Struts 1, except

Re: Struts 2.0 Application Lifecycle

2006-11-05 Thread Adam Hardy
I hope you don't mind if I jump in on this thread, after reading the documentation refered to below. What is the S2 convention for loading up objects for use by the JSPs or other view logic? Imagine a common-place user story where the user sees a list of items, and can choose one item, go to