IBM
C2050-725 · Question #42
An application developer needs to expand the shopping cart data, by persisting more data than the commerce shopping cart ORDERS, ORDERITEMS tables permit. Considering performance and code…
The correct answer is C. Create a new custom table and modify the existing IBM WebSphere Commerce public entity bean. 01.ibm.com/support/knowledgecenter/SSZLC2_7.0.0/com.ibm.commerce.developer.doc/concept s/csdextendwithentitybean.htm
Understand IBM Sametime Architecture
Question
An application developer needs to expand the shopping cart data, by persisting more data than the commerce shopping cart ORDERS, ORDERITEMS tables permit. Considering performance and code maintenance tradeoff, which approach should be used to achieve this?
Options
- ACreate a new custom table and create an entity bean to map to this table.
- BModify the existing ORDERS. ORDERITEMS table, and create an entity bean to map to this table.
- CCreate a new custom table and modify the existing IBM WebSphere Commerce public entity bean.
- DModify the existing ORDERS. ORDERITEMS table and corresponding IBM WebSphere Commerce
How the community answered
(15 responses)- A7% (1)
- C80% (12)
- D13% (2)
Explanation
01.ibm.com/support/knowledgecenter/SSZLC2_7.0.0/com.ibm.commerce.developer.doc/concept s/csdextendwithentitybean.htm
Topics
#shopping cart#entity beans#custom tables#data persistence
Community Discussion
No community discussion yet for this question.