Spring MVC, 3rd party jar as bundle in AEM .
Hi,
This is Arun, i am new to Adobe AEM, at present i am using sling for controller. is it possible to using springmvc in
AEM.
Also i have one more doubt.
How to create a bundle in AEM through Maven. i want to use maven <dependencies>
to export 3rd party party as felix bundles.if used Maven-bundle-plugin to create a bundle.
but it is not adding 3rd party jar which is not in bundle format.i.e lacks (metadata- import-package, exportpackage,embed-dependencies)
please suggest me good practices to do. i not want to do it by adding jar cvfm command to create bundle.
i want to do in maven script.