Work with JSP pages
Use WebSphere Commerce Developer to perform the JSP development tasks.
- Create and modifying JSP pages
- Use the Rational Application Developer tools to create and modify JSP pages. Be sure to create JSP pages within appropriate Web modules. For example, storefront pages must be created within the Stores Web module.
- Debugging JSP pages
- You can set breakpoints in a JSP source file by double-clicking the left margin next to a valid JSP element. If you are running the WebSphere Commerce Test Server in debug mode, the execution will stop when it reaches a breakpoint. You can then use the Debug perspective of Rational Application Developer to perform debugging tasks such as stepping through code and examining variables.
Related concepts
WebSphere Commerce development environmentRelated tasks
Work with enterprise beans
Work with Java classes