How to add your own application as OSGI in CQ5.6
Hi Friends,
Recently I was following along an article of a simple project to save customer data to mysql and created a bunch of files and then eventually OSGI them to CQ. Reference is http://helpx.adobe.com/adobe-cq/using/querying-persisting-cq-data-mysql.html
My follow up question is that lets say I want to move in a small project that uses Spring and bunch of other 3rd party JARs into CQ as an OSGI functionality. Lets say a clients wants to get some data via JCR and some via their legacy DB. Then how can I get all those jars and my standalone app that uses spring etc into CQ?
Thanks,
Nitin