How many extensions can we create at a time in hybris.?

ぃ、小莉子 提交于 2019-12-02 10:03:33

With the 'ant modulegen' command you are able to generate a package of extension for a specific requirement. The targets you can select are:

commercewebservices, acceleratorordermanagement, [accelerator], b2baccelerator, chinaaccelerator

[input] Please choose a template for generation.
[input] Press [Enter] to use the default value (commercewebservices,acceleratorordermanagement, [accelerator], b2baccelerator, chinaaccelerator)

The default one [accelerator] will generate exactly those seven extensions you mentioned before. At least, with the modulegen you are creating a 'bundle' of extensions that you will need for your specific requirements. Those bundles are always inherit from the yextension templates. Here are a list of those yextensions:

  • yempty
  • ycockpit
  • yaddon
  • ybackoffice
  • yacceleratorcore
  • yacceleratorfacades
  • yacceleratorstorefront
  • yacceleratorcockpits
  • yacceleratorinitialdata
  • yacceleratortest
  • ycommercewebservices
  • yacceleratorordermanagement
  • yacceleratorfulflmentprocess
  • yatddtests
  • ycommercewebserviceshmc
  • ycommercewebservicestest
  • ygroovy
  • yoccaddon
  • ysaporderfulfillment
  • ysapordermgmtb2baddon
  • ysapproductconfigb2baddon
  • yscala
  • yhacext

So you are able to create single extensions with the following command 'ant extgen'. Here is also the console output to it:

[input] Please choose a template for generation.
[input] Press [Enter] to use the default value (ywebservices, ysmarteditmodule, yoccaddon, yhacext, [yempty], ycommercewebservices, ycommercewebservicestest, yatddtests, yaddon, yacceleratorordermanagement, yacceleratorfulfilmentprocess, yacceleratorfractusfulfilmentprocess, yscala, ygroovy, ycockpit, ybackoffice, testfulfilmentprocess, ycommercewebserviceshmc, ycmssmartedit, teststorefront, yacceleratorstorefront, ychinaacceleratorstorefront)

BR

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!