On Tue, Jul 26, 2011 at 5:26 PM, Tom van Dijk <[email protected]> wrote: > I suppose that would work, because the manifest points to the Tapestry > Module class, and if no class uses that module class when there is no IoC, > the JVM won't complain about missing classes... right?
Exactly! I'll be fussing with this shortly. > > On 07/27/2011 01:04 AM, Howard Lewis Ship wrote: >> >> I think that by making tapestry-ioc a "provided" dependency of >> tapestry-json, we could create a JSONModule class that adds the >> coercions. The module class would only be used when tapestry-ioc is >> present, but would not create a dependency between tapestry-ioc and >> tapestry-json otherwise. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Howard M. Lewis Ship Creator of Apache Tapestry The source for Tapestry training, mentoring and support. Contact me to learn how I can get you up and productive in Tapestry fast! (971) 678-5210 http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
