Hi,
I want to Create Bundles using CRXDE Lite.
AEM 6.2 documentation says that there is a "Create Bundle" option in CRXDE.
But, I am not able to find it. (See the attachment).
Kindly suggest.
Thanks,
Rama.
Solved! Go to Solution.
Views
Replies
Total Likes
The answer is you do not create bundles in CRXDE lite. That is a terrible practice.
You build bundles using Maven. See this artilce for single bundles:
http://scottsdigitalcommunity.blogspot.ca/2014/05/creating-your-first-aem-service-using.html
If you are using AEM 6.2 - you can use Maven Archetype 10:
http://scottsdigitalcommunity.blogspot.ca/2016/07/creating-aem-html-template-language.html
This article shows you how to build an HTL component that uses a Java back end within a bundle
Views
Replies
Total Likes
Hi Rama,
I think this option was in CQ5 as per http://www.hsufengko.com/home/develop-osgi-bundle-using-adoble-cq-crxde-lite
However I am using AEM 6.2, and I am also not seeing this option to create a bundles as mentioned https://docs.adobe.com/docs/en/aem/6-2/develop/dev-tools/developing-with-crxde-lite.html
in this case, @Scott and @Kautuk can help us!
~ Prince
Views
Replies
Total Likes
The answer is you do not create bundles in CRXDE lite. That is a terrible practice.
You build bundles using Maven. See this artilce for single bundles:
http://scottsdigitalcommunity.blogspot.ca/2014/05/creating-your-first-aem-service-using.html
If you are using AEM 6.2 - you can use Maven Archetype 10:
http://scottsdigitalcommunity.blogspot.ca/2016/07/creating-aem-html-template-language.html
This article shows you how to build an HTL component that uses a Java back end within a bundle
Views
Replies
Total Likes
Hi Scott,
My question is more on the capability and documentation.
The documentation says the option is available, but I do not see it on the tool.
Kindly clarify whether this capability is there on the tool or not?
Thanks,
Rama.
Views
Replies
Total Likes
AEM Forum wrote...
Hi Scott,
My question is more on the capability and documentation.
The documentation says the option is available, but I do not see it on the tool.
Kindly clarify whether this capability is there on the tool or not?
Thanks,
Rama.
Hi Rama
Thanks for pointing out on this. This is really a nice community work.
I will point this to documentation team so that they can help you out on this.
Where as i will recommend you not to use CRXDE lite for creation of bundles. It is recommended to use the AEM Developer Tools for Eclipse and the AEM HTL Brackets Extension during project development.
~kautuk
Views
Replies
Total Likes
This option is available until 6.1, but does not appear to be available in 6.2.
However, I've checked the Release Notes and can find nothing about it being removed/deprecated.
We will open an internal issue for this to be clarified and confirmed.
Views
Replies
Total Likes
Hi Rama,
As Scott stated, creating bundles in CRXDE Lite is bad practice.
Always create bundles using Maven.
//http://scottsdigitalcommunity.blogspot.ca/2014/05/creating-your-first-aem-service-using.html
//http://scottsdigitalcommunity.blogspot.ca/2016/07/creating-aem-html-template-language.html
And yes Kautuk also right, you can do it by Eclipse with AEM Plugin and Brackets extension.
~ Ratna.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies