Skip to content
Pieter Bonte edited this page Sep 14, 2021 · 31 revisions

Welcome to the rsp4j wiki

Creating RSP applications with RSP4J

Extending RSP4J

Using Existing engines with RSP4J

Using the custom RSP4J implementation for fast prototyping

Developing with RSP4J

We suggest using IntelliJ for developing with RSP4J as RSP4J uses Lombok which is supported by default by Intellij. Developers preferring the Eclipse IDE still need to add Lombok to the Eclipse environment. Step by step guide on how to do this for Eclipse (or other IDEs) can be found here. Note, when using eclipse, do not forget to execute the command mvn eclipse:eclipse to generate a eclipse project through maven.