Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

Creating Bundles In CRXDE Lie AEM 6.2

Avatar

Level 10

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.

1 Accepted Solution

Avatar

Correct answer by
Level 10

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

View solution in original post

6 Replies

Avatar

Community Advisor

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

Avatar

Correct answer by
Level 10

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

Avatar

Level 10

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.

Avatar

Administrator

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



Kautuk Sahni

Avatar

Employee

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.

Avatar

Level 10

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.