OfficeFloor provides true inversion of control for building simple static to complex real-time Web applications that are "build once, run anywhere" - even with cloud computing. It allows you to wire together a working prototype in minutes, extend the prototype to a working Web site in hours, and deploy and run anywhere. The code is self documenting to make support easier. It aims to be "The Java Web Answer" for rapid application development for Web applications.
Recent releases


Release Notes: This release provides support for JavaScript, AJAX, and JSON within WoOF. To maintain consistency, sections provided a null bean will not be rendered (similar to ${bean ... $} ).


Release Notes: This release provides inheritance of webpages, giving consistency for the Web application. Inheritance of HTML occurs via overriding WoOF template sections. Also inherited is the WoOF template link configuration and secure configuration.


Release Notes: This release bugfixes and tutorials on extending OfficeFloor to allow getting involved through the Assist Items.


Release Notes: This release allows configuring authentication for Web applications. It ties in with dependency injection to only allow methods to be executed if the dependent user is authenticated (triggering a continuation to undertake authentication otherwise).


Release Notes: Pages and links can now be configured to use a secure channel (HTTPS). The use of URL continuations has made swapping to a secure channel seamless and transparent to the Web application logic.
Recent comments
05 May 2011 08:49
Tutorials for using OfficeFloor are available at officefloor.net/tutori...
13 Feb 2011 12:07
Release 1.0.0 is available.
Please see www.officefloor.net/ex... for example use.