Moving XML Schema converter to contrib/xsd2cnd

2006-07-29 Thread Jukka Zitting
Hi, The XML Schema to CND converter in o.a.j.core.nodetype.converter was included in jackrabbit-core before 1.0 along with the CND support. The converter is an independent tool that isn't used by any other Jackrabbit component. It is also the only part in jackrabbit-core that still needs the

Content driven web application

2006-07-29 Thread Jukka Zitting
Hi, Here's an idea I've been playing with for a while. It's a design for a generic web application that runs on top of a JCR repository. The basic idea of the design is to avoid the static web.xml servlet mapping that binds a URL pattern to some functionality, i.e. a servlet class. Instead I'd

Re: Moving XML Schema converter to contrib/xsd2cnd

2006-07-29 Thread Felix Meschberger
Hi Jukka, +1 from me. Regards Felix On 7/29/06, Jukka Zitting [EMAIL PROTECTED] wrote: Hi, The XML Schema to CND converter in o.a.j.core.nodetype.converter was included in jackrabbit-core before 1.0 along with the CND support. The converter is an independent tool that isn't used by any other

Re: Custom ClassLoader for BeanConfig

2006-07-29 Thread Jukka Zitting
Hi, On 7/28/06, Felix Meschberger [EMAIL PROTECTED] wrote: I completely agree. This is just the simplest solution I could come up with to somehow cope with the class loading issues ... OK. I'm fine with this solution for now. But then, completely redoing the config stuff right now is quite

Re: Content driven web application

2006-07-29 Thread Robert Ritchy
This would be a great project and I'd be very interested as well. More importantly than the apps; I'd love to see a nice framework (and patterns) emerge for building content-focused web applications. The components that come out of this project will be great building blocks for feature-rich