Building DataFlow Applications : Building DataFlow Applications Using RushScript : Using Scripting Against API : Using the DataFlow Java API
 
Share this page                  
Using the DataFlow Java API
The Dataflow Java API can be used when:
You prefer a full-featured, compiled language like Java to a scripting language.
You need to add custom components to DataFlow, such as custom operators, functions, or aggregators.
You need to integrate existing Java applications with DataFlow.
You want to use another JVM-based language to access the Java API. These include Groovy, JRuby, Jython, and Scala, among others.