Open Web Application
Framework
Open Source Framework/Toolkit for rapid WEB 2.0
Application Development
-
OpenWAF allows you to write WEB 2.0 application in Java . compiles it to browser compatible Web Application ( JSP/Servlet Web Application ).
-
It simulates synchronous RPC calls using asynchronous HTTP Web Request .i.e. without blocking browser thread. (Details).
-
OpenWAF has feature like Dead Code Elimination i.e. its compiler finds out which part of code can possibly execute and keeps only
that code and eliminates the rest from compiled application. It reduces the size of the application significantly and developer need not to worry while including libraries in project.(Details).
- All Features