>From: Lukasz Lenart <lukaszlen...@apache.org> >Sent: Sunday, October 28, 2018 1:42 PM >To: Struts Users Mailing List <user@struts.apache.org> >Subject: Re: A book of Struts > >czw., 25 paź 2018 o 15:03 Dave Newton <davelnew...@gmail.com> napisał(a): >> I'd probably keep Spring in the first book since basic integration is >> pretty simple, and a lot of people use the two together. >> >> I think the only potentially-missing thing (and I say potentially >> because it might belong in either basic or the advanced or both) is testing. > >Yeah, this is a great idea, unit testing - just added it to the book. >
+1 I like testing section idea. FYI I have some clean nice interesting practices done in it such as: * Integrating Spring, Struts, Hibernate and DBUnit to work properly together to test an application via extending them. * Having an in-memory from-scratch database for each test to keep tests independent from environment. * How to disable that database foreign keys in tests. * How to initialize that database with data via XML files for each test. Regards. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org