What is the recommended way to create a new extension within SAP Hybris V6 ?
Responda
Use the installer script with the extgen recipe
Extensions are automatically created by the build framework based on your dependencies
Use the build framework with the extgen ant target to create a new extension from a template
Use the build framework with the extgen maven goal to create a new extension from a template
Questão 7
Questão
What bean would I get when I execute spring.getBean(“alias”)* for the following spring coniguration?*
1 <alias name="bean1" alias="alias"/>
2 <bean name="bean1" class="spring.exos.MyBean" />
3
4 <alias name="bean2" alias="alias"/>
5 <bean name="bean2" class="spring.exos.MyBean" />
Responda
bean1
bean2
alias
The coniguration is wrong
Questão 8
Questão
Using a standard SAP Hybris coniguration, is this a valid item type deinition ?
1 <itemtype code="MyItem" abstract="false" extends="GenericItem">
2 </itemtype>
Responda
No, this item needs a deployment table
No, this item needs at least one attribute
No, only abstract items can extends GenericItem
No, GenericItem is a not a valid type
Yes, this is a valid item type definition
Questão 9
Questão
All CMS item types extend ?
Responda
GenericItem
CMS Item
CMSItem or CMSRelation
CatalogAware
Questão 10
Questão
Next Generation Cockpit dynamic forms can be used to ?
Responda
Automatically generate forms for new item types
Automatically open the next tab when required data have been entered
Automatically disable a field when data are entered
Automatically create an event when data are validated
Quer criar seus próprios Quizzesgratuitos com a GoConqr? Saiba mais.