Home

RSence is a RIA framework designed for responsive GUI applications on the web.

This site is dedicated to RSence development. The main project is, of course RSence itself.

This site will host projects related to RSence.

Latest news

RSence: RSence 2.0.9
Maintenance update, obsoletes previous versions.
Added by Juha-Jarmo Heinonen 7 days ago

RSence: RSence 2.0.8
Major maintenance update, replaces the temporary 2.0.5, 2.0.6 and 2.0.7 revisions.
Added by Juha-Jarmo Heinonen about 1 month ago

RSence: RSence 2.0.4
Included welcome plugin, updated install document with new url's for windows ruby installation.
Added by Juha-Jarmo Heinonen about 1 month ago

RSence: RSence 2.0.3
Fixed events, client package compression
Added by Juha-Jarmo Heinonen about 1 month ago

RSence: RSence 2.0.2
Fixed HWindow collapse and zoom buttons.
Added by Juha-Jarmo Heinonen about 1 month ago

View all news

Latest projects

  • Dice Component Example (07/25/2010 06:22 pm) Simple Dice Component Example
    Shows how to create a simple, single-purpose component with graphics tiles.
  • Hello World (07/24/2010 01:13 am) A very simple hello world plugin. This example demonstrates the session specific value access by greeting the client with "Hello World" upon button click.
    • Download
    • Git: git clone git://github.com/rsence-examples/hello_world.git...
  • RSence Event Test (07/07/2010 03:32 pm) RSence Interactive Event Tester
  • Solitaire (06/08/2010 07:30 pm) RSence solitaire card game example.
  • Simple Chat (05/30/2010 04:06 pm)

    This plugin demonstrates a simple multi-user chat application. It's not intended to be a fully featured chat app in itself, instead its main purpose is to work as an example of a an application where multiple users interact with each other. Also shows how to create a thread for processing data in the background....