Skip to content

Local Development and Testing

yogeshnachnani edited this page Jun 28, 2016 · 8 revisions

Application Development

The USP of flux is that it does not intrude traditional application development. Apart from using a few Flux-specific annotations and a few gotchas, your Java code remains largely the same.

Even when using Flux, things like Unit Tests/Integration Tests or local runs for an application need not change and neither would they require any additional software running on the developer's box.

Clone this wiki locally