2014-01-28 Chris <christal...@yahoo.fr>: > 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 support anymore. Not all web applications need access to database, you can use whatever you want in your application and not be restricted to what framework provides. That being said you can use pure JDBC, Spring, myBatis, JPA or anything else - is up to you. Regards -- Ćukasz + 48 606 323 122 http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org