Downloadliste

Projektbeschreibung

WebFloor is a Web application framework built on top of OfficeFloor. It enables Java Web development integration with WYSIWYG Web design tools, such as DreamWeaver. WebFloor keeps the two loosely coupled by using only the following within HTML pages: ${property}, #{link}, and <!-- {section} --> (i.e. no special tags are required). This means that graphic designers can work with tools such as DreamWeaver, and Java developers can work with Eclipse, allowing both to integrate their work to create well presented and functional Web applications.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-08-30 00:20
1.4.0

OfficeFloorComet API - Comet (AJAX Push / Reverse AJAX)-Funktionalität wurde für die GWT-Client hinzugefügt. Die Client-Funktionalität basiert auf der Server-Seite durch eine einfache API veröffentlichen, dass ein hoch skalierbares Threading-Implementation kapselt unterstützt. Anwendungen gebaut müssen nicht mit der Komplexität des Comet viel, wie auf der Server-Seite ist ein einfaches API veröffentlichen, während auf der Clientseite nur ein Verbraucher POJO Umsetzung erforderlich ist.
Tags: comet, AJAX
Comet (AJAX push / reverse AJAX) functionality was added for the GWT client - OfficeFloorComet API. The client functionality is supported on the server side by a simple publish API that encapsulates a highly scalable threading implementation. Applications built will not need to deal with the complexities of Comet, as on the server side is a simple publish API, while on the client side only a consumer POJO implementation is required.

2011-06-23 05:44
1.3.0

Integration mit GWT war für die Wartung RPC (AJAX) Anrufe von POJO Methoden (keine RemoteServiceServlet erforderlich) umgesetzt. Darüber hinaus übernimmt der Einschlag Eclipse Plug-in der GWT-Konfiguration, so dass nur Java-Code für das Hinzufügen von JavaScript und AJAX, um Ihre Web-Anwendungen geschrieben werden müssen. Die Integration folgt auch WOOF Prinzipien in der Integration von GWT ist non-intrusive, so dass WYSIWYG-Tools wie Dreamweaver kann weiterhin zum Erstellen und Bearbeiten der Webseite verwendet werden.
Integration with GWT was implemented for servicing RPC (AJAX) calls by POJO methods (no RemoteServiceServlet required). Furthermore, the WoOF Eclipse Plug-in handles the GWT configuration so that only Java code need be written for adding JavaScript and AJAX to your Web applications. The integration also follows WoOF principles in that the integration of GWT is non-intrusive so that WYSIWYG tools such as DreamWeaver can continue to be used for creating and editing the Web page.

2011-05-17 18:45
1.2.0

Diese Version bietet die Integration mit Java Server Pages (JSP) über folgende Anmerkungen: @ HttpRequestStateful, @ HttpSessionStateful und @ HttpApplicationStateful. Darüber hinaus hat die WoofServletFilter wurde erweitert, um Web-Inhalte von einem Krieg Layout geladen und ermöglichen damit WOOF ohne Änderungen an bestehenden Java-Web-Anwendungen (außer, natürlich, werden die Addition der WoofServletFilter Filter Eintrag im WEB-INF/web . xml).
This release provides integration with Java Server Pages (JSP) via the following annotations: @HttpRequestStateful, @HttpSessionStateful, and @HttpApplicationStateful. Furthermore, the WoofServletFilter has been enhanced to load Web content from a WAR layout, therefore enabling WoOF to be used without any changes to existing Java Web applications (except, of course, the addition of the WoofServletFilter filter entry within the WEB-INF/web.xml).

2011-05-05 19:05
1.1.0

Erste Ankündigung.
Initial announcement.

Project Resources