コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Lazybones structure

Avatar

Level 2

Hi,

Is it necessary/recommended to structure entire code base (config, osgi services & components, wcmuse classes) inside lazybones structure i.e. ui.apps and core only? or we can expand beyond these two packages as per need and create additional packages/bundles?

Thanks

1 受け入れられたソリューション

Avatar

正解者
Level 8

it is recommended to structure entire code base (config, osgi services & components, wcmuse classes) inside lazybones structure i.e. ui.apps and core. As we have a predefined template that we are using for creating the project in aem. It has option to create only two packages  ui.apps and core. Once project is created you can create addition packages as per your need.

If you want that lazybone template give you additional optional to create extra package . Then in that case you have to write custom lazybone template.

For more information on lazybone you can visit http://www.aemcq5tutorials.com/tutorials/create-aem-project-structure-using-lazybones/ 

元の投稿で解決策を見る

2 返信

Avatar

Level 10

Lazybones simply gives you a starting point. You can build upon that as you see fit.

Avatar

正解者
Level 8

it is recommended to structure entire code base (config, osgi services & components, wcmuse classes) inside lazybones structure i.e. ui.apps and core. As we have a predefined template that we are using for creating the project in aem. It has option to create only two packages  ui.apps and core. Once project is created you can create addition packages as per your need.

If you want that lazybone template give you additional optional to create extra package . Then in that case you have to write custom lazybone template.

For more information on lazybone you can visit http://www.aemcq5tutorials.com/tutorials/create-aem-project-structure-using-lazybones/