-
Aug 13th, 2004, 03:46 PM
#1
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
-
Aug 13th, 2004, 04:18 PM
#2
snpe,
You can find spring-petclinic.jar in spring-richclient/lib/spring
You can also download it from CVS here.
HTH
-
Aug 13th, 2004, 04:23 PM
#3
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
-
Aug 13th, 2004, 04:27 PM
#4
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
-
Aug 13th, 2004, 04:30 PM
#5
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
-
Aug 13th, 2004, 04:41 PM
#6
-
Aug 13th, 2004, 04:44 PM
#7
spring-petclinic.jar is from spring distribution, not spring richclient
Is it correct ?
Thanks
-
Aug 13th, 2004, 04:48 PM
#8
yes!!!
Keith and co. want to build this RCP sample using the same domain objects, DAOs, Services, Transaction strategies... as the Web version.
-
Aug 13th, 2004, 04:57 PM
#9
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules