A sample web application using:
Manifold is best experienced with IntelliJ IDEA.
-
Install the Manifold IntelliJ plugin directly from IntelliJ IDEA:
Settings ➜ Plugins ➜ Browse repositories ➜ search:
Manifold
-
Close and relaunch IDEA
-
Open this project:
manifold-sample-web-app
-
Be sure to setup an SDK for Java 21: Project Structure ➜ SDKs ➜ + ➜ JDK
-
Or change the
pom.xml
file to use a JDK of your choosing, Manifold fully supports Java 8 - 21 + latest JDK release
- Run the
todoapp.App
class directly with Java - or load this project in IntelliJ and run the
todoapp.App
class - Launch a browser and go to
http://localhost:4567
The Manifold plugin for IntelliJ provides professional quality ManTL template authoring as well as JSON Schema editing including code completion, usage searching, navigation, and refactoring.
- Open this project and begin developing
.mtl
&.json
files directly with comprehensive IntelliJ feature support
- Open this project in IntelliJ IDEA and debug the
todoapp.App
class - Launch a browser and go to
http://localhost:4567
- Make changes to any ManTL file (*.mtl) and build your changes: Build ➜ Build Project
- Reload the page in your browser to see your changes