-
Notifications
You must be signed in to change notification settings - Fork 12
Home
Pieter Bonte edited this page Sep 14, 2021
·
31 revisions
Welcome to the rsp4j wiki
- Adding your own streams
- Extend the operators
- S2R
- R2R
- R2S
- Implement your own SDS
- Add your own engine
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.