We have created a RESTful polling application using Seaside. The aim of the project was to explore the WARestfulHandler class that is provided in Seaside for the development of RESTful applications and make necessary changes to the control flow of the Seaside REST code in order to make it easy to handle sessions, render html pages and include necessary css/javascript plugins to style the pages.
The polling application enables the users to add new polls, vote on existing polls, add comments and analyze the results of each poll. We have integrated the Twitter bootstrap API with the polling application for rendering web pages.