WebSphere Commerce Server v7.0 Development - Hyderabad

Tuesday, 27 January 2015

Item details

City: Hyderabad, Andhra Pradesh
Offer type: Offer

Contacts

Contact name Rakesh

Item description

Exercise 1.Introduction to the WebSphere Commerce development environment

Duration: 1 hour 30 minutes
Learning objectives: After completing this exercise, students should be able to:
•Start the development environment
•Identify common projects used in the development process
•Locate store artifacts to customize
•Launch the WebSphere Commerce test server
•Analyze server logs for debugging and error handling

Unit 2. Developing and customizing storefront pages

Duration: 1 hour 15 minutes
Learning objectives: After completing this unit, students should be able to:
•Describe the behavior of the presentation layer in WebSphere Commerce
•List the process for modifying the behavior of WebSphere Commerce storefront assets
•Work with JavaServer Pages
•Globalize storefronts
•Outline the business processes used in some common sample stores
•Prepare property files
•Manipulate data beans
•Comply with recommended development strategies and best practices

Exercise 2. Customizing storefront pages

Duration: 2 hours
Learning objectives: After completing this exercise, students should be able to:
•Display the Consumer Direct storefront
•Find the JSP file that produces a view
•Inspect the mappings in the Struts configuration file
•Update a property file to modify store text
•Review property-level changes in a store
•Record the unique identifier of a store
•Map a new view to a JSP file in the Struts configuration file
•Update the WebSphere Commerce registry with new view information
•Construct a new property file
•Create a new JSP file for use in WebSphere Commerce
•Create and load access policies to support new views

Unit 3. Developing and customizing store business logic

Duration: 1 hour 30 minutes
Learning objectives: After completing this unit, students should be able to:
•Explain the use of commands and the command API
•Name-value pair command processing
•Business object document processing
•Explain the process used to extend WebSphere Commerce business logic
•Relate business process from the storefront presentation to the underlying business logic
•Describe issues related to command behavior, such as business contexts and access controls

Exercise 3. Customizing store business logic

Duration: 1 hour 45 minutes
Learning objectives: After completing this exercise, students should be able to:
•Create new task command interfaces
•Create new task command implementations
•Create the new controller command interface
•Create the new controller command implementation class
•Register the new controller command
•Load access control policy
•Modify the JSP file to process the controller command
•Test on the WebSphere Commerce Test Servers

Unit 4. Developing and customizing the persistence layer

Duration: 1 hour 30 minutes
Learning objectives: After completing this unit, students should be able to:
•Provide a high-level description of the WebSphere Commerce data model
•Describe the implementation of EJBs in WebSphere Commerce
•Explain when and why it may be necessary to extend the WebSphere Commerce data model
•Add custom SQL to existing session beans
•Create new session and entity beans to extend the WebSphere Commerce data model
•Develop and utilize access beans and data beans in WebSphere Commerce
•Perform the process of extending WebSphere Commerce using EJBs

Exercise 4. Creating an Enterprise JavaBean in WebSphere Commerce

Duration: 2 hours
Learning objectives: After completing this exercise, students should be able to:
•Create a WebSphere Commerce table
•Create an entity bean
•Configure EJB properties
•Modify EJB methods and finders
•Map the database table to the EJB
•Generate the access bean for the EJB
•Test the entity bean