After setting up and configuring the Web Customization Editor in Eclipse , you'll have access to the Java Web APIs provided through the Strategy Web SDK.
In this tutorial, you'll learn how to execute standalone Java using the Strategy Web SDK. This is often a useful method for simplifying and testing issues involving usage of the Strategy Web SDK Java API.
The starting point for this tutorial is from the completely configured Web Customization Editor, after following these steps from the developer zone: Deploying and Configuring the Web Customization Editor .
Creating a standalone Java class within the Web Customization Editor










Executing a standalone class within the Web Customization Editor
This main method is the starting point of your standalone class. Any logic within this method will be executed when the standalone class is run. You can create additional methods and call them within this method, or execute existing methods as needed.



While this tutorial focuses on the creation of a standalone class, this scenario can be expanded to call Strategy Web SDK APIs within this class, on-demand, to test custom logic against the Strategy Web APIs.