Results 1 to 9 of 9

Thread: where is HsqlJdbcClinic ?

  1. #1
    Join Date
    Aug 2004
    Posts
    203

    Default where is HsqlJdbcClinic ?

    I checkout spring-richclient from CVS
    I can't find class HsqlJdbcClinic.java (class exists in spring-petclinic.jar)

    There isn't package org.springframework.samples.petclinic.jdbc

    What is wrong ?

    regards

  2. #2
    Join Date
    Aug 2004
    Location
    Montréal, Canada
    Posts
    845

    Default

    snpe,

    You can find spring-petclinic.jar in spring-richclient/lib/spring

    You can also download it from CVS here.

    HTH
    Omar Irbouh

    Spring Modules Team
    http://irbouh.blogspot.com/

  3. #3
    Join Date
    Aug 2004
    Posts
    203

    Default

    I checkout spring rcp from cvs (sourceforge) and I haven't this class source

    I have this library, but I don't have source for this class (and package)

    thanks

  4. #4
    Join Date
    Aug 2004
    Location
    Montréal, Canada
    Posts
    845

    Default

    snpe,

    You can find the source for this packages in Spring Framework mean CVS

    You can build the .jar file yourself using the included build.xml / build.bat

    HTH
    Omar Irbouh

    Spring Modules Team
    http://irbouh.blogspot.com/

  5. #5
    Join Date
    Aug 2004
    Posts
    203

    Default

    You don't undesrtand me
    I checkout all from cvs and build spring-richclient in eclipse
    It work, but I haven't source for this package and class - it isn't in cvs

    regards

  6. #6
    Join Date
    Aug 2004
    Location
    Montréal, Canada
    Posts
    845

  7. #7
    Join Date
    Aug 2004
    Posts
    203

    Default

    spring-petclinic.jar is from spring distribution, not spring richclient

    Is it correct ?

    Thanks

  8. #8
    Join Date
    Aug 2004
    Location
    Montréal, Canada
    Posts
    845

    Default

    yes!!!

    Keith and co. want to build this RCP sample using the same domain objects, DAOs, Services, Transaction strategies... as the Web version.
    Omar Irbouh

    Spring Modules Team
    http://irbouh.blogspot.com/

  9. #9
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    2,768

    Default

    Spring-petclinic.jar is from the Spring Framework build.

    Aside from the domain objects like Pet and Owner, Petclinic RCP's only other use of this JAR is for the Clinic implementation itself:

    http://cvs.sourceforge.net/viewcvs.p....2&view=markup

    Petclinic RCP provides an in-memory implementation of the Clinic using HSQL's in-memory database option. RCP includes an InMemoryClinic class that extends Spring Framework's HsqlClinic. This makes it easier to have a full implementation of Clinic, which is helpful when designing new views, security integration etc.

    Hope this clears up the linkages.
    Ben Alex
    Project Founder, Spring UAA, Spring Roo and Spring Security

Posting Permissions

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