Spring Framework MVC application step-by-step for netbeans
Spring Framework MVC application step-by-step for netbeans
I have build package of the guide:
Developing a Spring Framework MVC application step-by-step
Platform that i have used:
Ubuntu 7.04 and 7.10
NetBeans 6.0.x
Jdk 1.6.0_03
apache-tomcat-6.0.14
springframework 2.5
postgresql 8.2.x (but it's possible use other version or other dbms)
NetBeans package:
SpringApp1
SpringApp1 until part 15
SpringApp1 until part 19
SpringApp1 until part 22
SpringApp1 until part 25
Bye Ale
Note:
Extract archive on a directory name SpringApp1.
I don't test the unit test because I do not know how.:confused:
I use a database postgresql because i like it and i have modified the source to use an external properties files that i named jdbc.properties.
createTable.sql
populateTable.sql
I hope this is useful for someone.
I must still learn many things about spring.