Skip to content

Add On Libraries

Philippe Marschall edited this page Sep 12, 2018 · 18 revisions

Some useful add-on libraries:

  • AJP connector for Seaside. Efficient communications between front end servers (Apache, Nginx) to backend Seaside instances.

  • DBXTalk Smalltalk to relational databases via OpenDBX and Glorp.

  • Gettext How to localize Seaside applications using gettext.

  • PDF generation.

  • STON - Smalltalk Object Notation - JSON compatible notation for Smalltalk.

  • OAuth support - documentation and repository.

  • Amazon Web Service (AWS) support includes: SimpleDB persistency service, SQS queing service and S3 storage service. Work on EC2, RDS and SNS support is in progress.

  • Gemstone Seaside a professional, supported OODB for Smalltalk.

  • Magritte 3 a meta-description framework for annotating your model objects to automate generation of forms, tables, reports etc

  • Magritte-JSON and Magritte-XML, read and store your Magritte described models in JSON and XML

  • MongoDB - driver and mapper.

  • mock objects framework with SSpec functionality

  • Persisting data from your Seaside applications.

  • Pier 3 Version 3 of the powerful object-based content management system.

  • Pier 3 addons including Wysiwyg editing, Pier Admin - separate administration interface, Pier Admin setup - generate Pier sites from a set of templates

  • JQueryMobile Seaside integration - build mobile sites and applications that work across a range of smartphones with Seaside.

  • JQWidgetBox JQuery Widgets with Seaside integration

  • TopFeeder rss reader library.

  • Twitter bootstrap Seaside and Magritte integration. A modern CSS, javascript library integrated with Seaside. Bootstrap-Magritte combines Twitter bootstrap with the power of Magritte.

  • Seafox translate HTML into Seaside canvas methods, including a Firefox add-on.

  • SSpec BDD testing framework

  • Willow is a Web Interaction Library that eases the burden of creating AJAX-based web applications.

add your favourite library here...

Clone this wiki locally