My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

Description

Online-Whiteboard is a framework and academic web application built on top of the Raphaël / jQuery JavaScript libraries, Atmosphere framework and HTML5 WebSockets. Raphaël simplifies the work with vector graphics on the web. Chosen Server-Push frameworks exemplify real-time collaborations on basis different approaches and bidirectional protocols. The web front-end leverages JavaServer Faces and uses PrimeFaces as JSF component library. The application is cross-browser compatible and runs in any modern browsers.

By means of the collaborative Whiteboard you are able to draw shapes like rectangle, circle, ellipse, draw free, straight lines, input any text and paste images or predefined icons. Whiteboard's elements have editable properties like coordinates, color, width, height, scale factor, etc. They can be rearranged per drag-&-drop. Changes on the Whiteboard are propagated to all participants in real-time. Tracking of activities is possible via an event monitoring as well. You can also invite people to participate in existing Whiteboard's collaborations.

Online-Whiteboard is an open source project licensed under Apache License V2. You can use it completely free in open source or commercial projects following the terms of the license.

Project Resources

Showcase

  • Demo web application is not deployed anymore online (since 07.01.2012). You can download executable WAR files for all three supported transports: Long-Polling, Streaming and WebSocket.

Documentation

Download and Setup

  • The last stable WAR files can be downloaded from the "Downloads" section. They are executable. That means you can open your preferred console / terminal, go to the file location and type e.g.
  • java -jar whiteboard-long-polling.war
A small Java GUI will be started where you can push "Start" button to run corresponding web application. That's all. The web application will be opened in your default browser, but you can copy URL location and call it in any other browser.
  • The showcase web application is provided with jetty-maven-plugin. Therefore, you can also check out the latest source code and let run it with Jetty. Install a svn command line client, open your preferred console / terminal and type
  • svn checkout http://online-whiteboard.googlecode.com/svn/trunk/ online-whiteboard
Then, from the same directory as the root pom.xml, simply type:
mvn jetty:run
This starts Jetty server and the project is available under the following URL in a web browser:
http://localhost:8080/whiteboard-showcase
Jetty will continue to run until you stop it with a <Ctrl+C> in the console / terminal window where it is running.

Links

Powered by Google Project Hosting