On 2/10/06, CONNER, BRENDAN (SBCSI) <[EMAIL PROTECTED]> wrote: > > I'm new to Shale, but I've been using JSF (and the MyFaces > implementation) for about 18 months now. I'm interested in utilizing > the Test Framework that Shale offers, but I'm unsure about how much that > framework depends upon the rest of Shale. Can I use it in isolation > with a vanilla JSF application? What is the minimal configuration I > need if, at present, I'm only interested in using the Test Framework? > > Also, I noticed links to nightly downloads on the Shale project's web > site, but I was not able to locate any "release" downloads. Are there > "release" downloads available? If so, are they relatively up-to-date, > or would I be better off using the nightlies? > > Sorry if I'm repeating questions that have been answered in earlier > threads. If this already has been discussed, please point me to the > relevant thread(s). > > - Brendan
The only classes in shale-test.jar that depend on the rest of Shale is the convenience base classes in the org.apache.shale.test.base package. The mock object classes have no dependencies on Shale, so you're welcome to use them to support general JSF based development activities. Craig