Is it possible to convert a simple grails application to OSGi bundle that can run in Adobe CQ? -



Is it possible to convert a simple grails application to OSGi bundle that can run in Adobe CQ? -

i have simple grails 2.2.4 application lists bunch of items on page. have 1 controller , i'm not using database.

now, want convert application osgi sling bundle can run under adobe cq.

when prepare grails app creates war file...how can tweak such creates war/jar file osgi bundle?

as example, came across slingbucks example. able built (jar) , upload jar adobe cq , able run within adobe cq.

question

i'm wondering if there way tweak grails app such can run bundle in adobe cq

first install grails osgi plugin or jira grails plugin (more recent)

grails install-plugin osgi

then can follow instructions @ groovy site convert jar.

grails osgi osgi-bundle sling grails-2.2

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -