Expand my Community achievements bar.

SOLVED

Importing an existing bundle into CRXDE Lite

Avatar

Level 5

Apologies if this is a double post but my original question seems to of vanished:

I noticed today that its possible to create a bundle in CRXDE lite and edit java files it on the author/publisher. We have existing bundles that we deploy to the server via package manager as jars which we edit in eclipse then build via maven. This means if we need to make code changes in anything other than the jsp's we have to do a full code deploy which requires change requests and lots of process!

So I was wondering is it possible to somehow import the bundles we already have running on the author into CRXDE Lite? Alternatively how can we convert the jars we upload so that we can edit them in CRXDE Lite? We would want to continue using Eclipse for development but then any quick changes could be done in CRXDE Lite on the author/publisher.

1 Accepted Solution

Avatar

Correct answer by
Level 10

You can package CQ apps that use OSGi bundles/JSP and then modify the JSPs in those packages. See this topic:

http://helpx.adobe.com/experience-manager/using/packaging-cq-applications-contain-osgi.html 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

You can package CQ apps that use OSGi bundles/JSP and then modify the JSPs in those packages. See this topic:

http://helpx.adobe.com/experience-manager/using/packaging-cq-applications-contain-osgi.html