Robert A. Decker wrote > > Do I work with it in the same way that I do development with CQ? IOW, I > have an instance running, and I do my development of my bundles in > eclipse/intellij and I have some settings in my POMS that uses the > maven-sling-plugin to install the bundles... And I use the > maven-scr-plugin for annotations... >
Jackrabbit is just a content repository, no osgi, and no web framework. I think what you're looking for is Apache Sling [1]. It's the osgi based web framework based on Jackrabbit that CRX is based one (...which CQ is based on). With sling, you should still be able to do the osgi bundle stuff you normally do with the obvious exception of anything provided by cq. Robert A. Decker wrote > > Do I lose adaptTo? > adapTo [2] is a key part of Sling so yes it is still available. Robert A. Decker wrote > > I hate to ask it, but does anyone have a very basic pom for jackrabbit > development that I can look at? (not for building jackrabbit but instead > for just some bundle development) > Sounds like you're familiar enough with sling that if you spend some time going through their documentation this will start looking familiar (vs jackrabbit specific docs). [1] http://sling.apache.org/site/apache-sling.html [2] http://sling.apache.org/site/adapters.html -- View this message in context: http://jackrabbit.510166.n4.nabble.com/maven-poms-etc-tp4344949p4345421.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
