What is the recommended way to create a new extension within SAP Hybris V6 ?
Answer
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
Question 7
Question
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" />
Answer
bean1
bean2
alias
The coniguration is wrong
Question 8
Question
Using a standard SAP Hybris coniguration, is this a valid item type deinition ?
1 <itemtype code="MyItem" abstract="false" extends="GenericItem">
2 </itemtype>
Answer
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
Question 9
Question
All CMS item types extend ?
Answer
GenericItem
CMS Item
CMSItem or CMSRelation
CatalogAware
Question 10
Question
Next Generation Cockpit dynamic forms can be used to ?
Answer
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