CRS-M extends two existing Commerce Reference Store form handlers to provide the functionality required specifically for the mobile UI design. These two form handlers are:

The main purpose of these new form handlers is to handle the creation and editing of credit cards in CRS-M. Traditionally in the Commerce Reference Store application, a credit card and billing address have been created on the same page or screen of the UI, requiring just one form submission. New form handler logic was created, since the CRS-M design called for the credit card and billing address creation to happen on separate screens. The credit card and billing address creation are split across two screens by storing the (encrypted) credit card information into a temporary session bean until the billing address screen has been completed. Once successfully validated, the credit card and billing address are associated with one another and committed to the repository.

The following form handlers are also extended:


Copyright © 1997, 2014 Oracle and/or its affiliates. All rights reserved. Legal Notices