Dynamic components for Seaside
This is the home page for Reef, a framework to manage dynamic web components for Seaside, in a fashion smalltalkish way.
Most modern application need complex AJAX/Javascript manipulation, and Seaside has some cool packages for achieve what you need, but those packages (jQuery, Prototype) are very tight to the way javascript expects to use them, and then, it is hard to use with Seaside.
Reef fixes this problem by providing a good component model for programing your complex web interfaces.
Gofer it url: 'http://smalltalkhub.com/mc/estebanlm/Reef/main'; package: 'ConfigurationOfReef'; load. (ConfigurationOfReef project version: #stable) load: 'ALL'.