Re: Struts CRUD demo OK but only Struts-2.0.6 version

2014-01-27 Thread Lukasz Lenart
2014-01-28 Chris : > Thanks, But I 'm not sure to understand . > Do I have to stop to use Struts2 ? > I don't want to use java persistence framework > I just try to find a CRUD example without Java persistence framework. Struts2 is all about web development - that's why it doesn't provide database

Re: Struts CRUD demo OK but only Struts-2.0.6 version

2014-01-27 Thread Chris
Thanks, But I 'm not sure to understand . Do I have to stop to use Struts2 ? I don't want to use java persistence framework I just try to find a CRUD example without Java persistence framework. Regards Le Lundi 27 janvier 2014 17h37, Lukasz Lenart a écrit : 2014-01-27 Chris : > Hello, > Do y

Re: Struts CRUD demo OK but only Struts-2.0.6 version

2014-01-27 Thread Lukasz Lenart
2014-01-27 Chris : > Hello, > Do you know, where we can read a 2.3.16 version of > http://struts.apache.org/release/1.2.x/faqs/database.html ? It isn't supported in 2.x at all - it was a bad idea from very beginning, instead you can use Spring, myBatis or JPA directly. Regards -- Łukasz + 48 60

Re: Struts CRUD demo OK but only Struts-2.0.6 version

2014-01-27 Thread Chris
Hello, Do you know, where we can read a 2.3.16 version of http://struts.apache.org/release/1.2.x/faqs/database.html ? Le Vendredi 24 janvier 2014 11h18, Lukasz Lenart a écrit : Pull Request are always welcome :-) You can post your requirements as a comment to the ticket. Regards -- Łu