Results 1 to 2 of 2

Thread: Spring Framework MVC application step-by-step for netbeans

  1. #1
    Join Date
    Apr 2007
    Location
    Italy
    Posts
    87

    Default 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.

    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.
    Last edited by alelinuxbsd; Mar 28th, 2008 at 03:05 PM.

  2. #2
    Join Date
    Apr 2007
    Location
    Italy
    Posts
    87

    Default

    Now i see this good guide:
    Developing a Spring Framework MVC application step-by-step using NetBeans and GlassFish

    If I saw first was better.

    Bye

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •