Base technology
All Jumahuaca examples are Java 8 maven projects but we have two different flavors. Both are implementations of the same business use case (explained in the "The applications->UVAs" section). They are a Dropwizard application and a Spring Boot one.
We choose these frameworks because of their popularity, ease of use and auto deploy philosophy.
You could read different Spring Boot and Dropwizard tutorial here and there but the examples are really easy to understand, we really think it would be straightforward.
We use Eclipse as IDE (the .project file is committed) but be confident to choose the one you prefer the most, after all, they are maven projects.
Last updated
Was this helpful?