HTTP Integration
Implementations of the View and Controller interfaces are the main points where Danube can integrate with other technologies:
- Spring Webflow - DanubeFlowController. This is a controller implementation. It supplies the name of the view that should be displayed along with a map that represents the model.
- Freemarker - FreeMarkerViewAdapter. This is a view implementation.
- Velocity template engine - VelocityViewAdapter_. This is a view implementation.
- Tapestry framework - TapestryConnectionHandler_. This is a connection handler implementation.
Other technologies can be added in the similar way as those above.