Tutorial: Building and deploying assets into a separated store archive
This tutorial shows you how to deploy your customized code for the warranty tutorial into a separated store archive environment by using the WebSphere Commerce Build and Deployment tool. The WebSphere Commerce Build and Deployment tool is designed to address the error-prone and time-consuming nature of customized asset deployment.
For more information about the separation of a store WAR into a store EAR, see WebSphere Commerce store archive separation.
Learning objectives
- WebSphere Commerce Build and Deployment tool
- Packaging and deploying customized assets into different enterprise archives
- Configure the WebSphere Commerce Build and Deployment tool build properties
- Build the server and development deployment packages
- Configure the WebSphere Commerce Build and Deployment tool deployment properties
- Deploy the server deployment package on the production environment
Time required
Expect this tutorial to take 3 hours to complete. The tutorial can take longer if you explore concepts that are related to this tutorial. The time required estimate does not include the time that is required to complete any prerequisite tasks or tutorials.
Skill level
This tutorial is intended for advanced WebSphere Commerce developers who are responsible for creating a deployment package of customized assets and deploying the package on the production environment.To complete this tutorial, ensure that you are familiar with the following terms and concepts:
- Apache Ant
- XML
- WebSphere Commerce Deployment process
- Rational Application Developer
- Management Center framework
- JSP
System requirements
Before you begin this tutorial, ensure that you complete the following tasks in your development environment:
- For building and deploying custom changes that were made to Management Center files (such as OpenLaszlo .def files), ensure that the build system and deployment system are both on the same feature pack level.
- Install WebSphere Commerce Developer Version 7, fix pack 8, and feature pack 7
- Enable WebSphere Commerce search
- Update your environment to meet the WebSphere Commerce Build and Deployment tool prerequisites
- Separate the store WAR from the WebSphere Commerce EAR into a store EAR
- Tutorial: Extending a BOD service to manage UserData with the Data Service layer
- Tutorial: Adding fields in the Catalogs toolNote: You can ignore the Deploying your customized code task, as the code is deployed as part of this tutorial.