Documentation Center

Creating web application (Java)

You can create your own web application without using scripts included in SDL Digital Experience Accelerator.

Before you begin

  • Install the following software:
    • JDK 7 or later.
    • Maven 3.3 or later.
    • Tomcat 8.x or later.
  • Set the following environment variables:
    • JAVA_HOME - point to your JDK installation directory.
    • M2_HOME - point to your Maxen installation directory.
  • Include %JAVA_HOME%\bin and %M2_HOME%\bin in your PATH.