Expand my Community achievements bar.

SOLVED

Doubt w.r.t .bnd file, while creating a bundle with CRXDE

Avatar

Level 9

Hi All,

Suppose I create a bundle with CRXDE. What does the .bnd file contain?

a] Extra metadata about the bundle used by the CRXDE build process.

b]The compilation and deployment steps of the bundle

c]The Activator class to notify start and stop events

Can any one let me know which one of the above is correct? Any thoughts/detailed explanation would be helpful.

1 Accepted Solution

Avatar

Correct answer by
Level 10

Its not best practice to create bundles using CRXDE anymore. Now its best practice to use MAVEN. See: 

Creating your first AEM Service using an Adobe Maven Archetype project

View solution in original post

2 Replies

Avatar

Level 9

From http://docs.adobe.com/docs/en/aem/6-1/develop/dev-tools/developing-with-crxde-lite.html

"It acts as deployment descriptor for your bundle and consists of a set of headers."

I believe this provides the details : http://www.aqute.biz/Bnd/Bnd

- JK

Avatar

Correct answer by
Level 10

Its not best practice to create bundles using CRXDE anymore. Now its best practice to use MAVEN. See: 

Creating your first AEM Service using an Adobe Maven Archetype project