Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Before you start playing with OpenHub framework you should have knowledge of the following frameworks and tools:

What a developer needs to install?

These are necessary:

...

  • Apache Tomcat (http://tomcat.apache.org/) – in fact, during developing you can run your routes just in JUnit test. However for integration test you will need deploy application with routes on Tomcat. 
  • PostgreSQL (http://www.postgresql.org/download/) – for JUnit tests run, H2 DB is used by default, for JUnit tests run; for Tomcat deployment, PostreSQL db datasource is used
  • SoapUI (http://www.soapui.org/)

...