PDA

View Full Version : Password for Sample Application


mnuhoglu2
Aug 24th, 2004, 04:14 AM
Hi,

One suggestion for sample application. In the login dialog I tried to find some meaningful username/password. It took a lot of time for me to find out that I had to push Cancel button.

So it would be nice to add this tip into the Readme file... :)

Mert Nuhoglu

Patrick Vanhuyse
Aug 24th, 2004, 04:23 AM
Look in src/org/springframework/richclient/samples/petclinic/domain/InMemoryClinic.java

Users and passwords are defined there.

Regards