This thread is to talk about Struts. I would like to remember that we have this goal below. Also, we need create a template for the whole project.
1. Develop a example in Struts that:
1.1 We could put some information in a page (grid or form - grid is better); (presentation layer)
1.2 After a submit, get this information and send to the database (no business logic in this first example); (controller)
1.3 The database should store this information; (DAO - Data Access Object with JDO or even JDBC) JDBC is simplest than JDO,
I think, but is almost deprecated in the J2EE projects.
1.4 Create querys to be possible see the information that we registered. (controller/ presentation layer)
Thank you,
Renato.