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