-
Notifications
You must be signed in to change notification settings - Fork 75
Seaside Load Groups and Packages
work in progress
Seaside is composed of several parts, often mapping to a separate code package or a Metacello group, so you can load only the parts you need when working on your own Seaside application project.
The default load configuration (i.e. when you do not specify any specific parts) loads the most common parts you will need when building a web application. This is perfect when you start out with Seaside. However, at some point in time, you will want to load additional parts or leave out unused parts in your own project.
Here is a complete list of Metacello groups you can use. If you want to know more, check out the BaselineOfSeaside3 class.
Core JSON REST Email Javascript JQuery JQueryUI RSS Scriptaculous Security Seaside-InternetExplorer Examples Comet Comet-Examples Filesystem Gettext Development Slime Tests Examples
Adaptors:
- Swazoo
- Kom
- Zinc
- FastCGI
Changelogs
- (newer changelogs, see https://github.com/SeasideSt/Seaside/releases)
- 3.4.0
- 3.3.0
- 3.2.4
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.11
- 3.0.9
- 3.0.8
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 2.8
- 2.7
- Past Releases
Development
Documentation
- Configuration and Preferences
- Embedding Subcomponents
- Maintaining State
- Generating HTML
- CSS and Javascript
- Debugging Seaside Applications
- Links, Forms and Callbacks
- Development Tools
- Call and Answer
- Naming URLs
- Security Features
- Securing Seaside Applications
- Seaside-REST
- Add-On Libraries
- Persistence
- Gettext
- FileLibrary
- The Render Tree
- PDF Generation
- Long-Term Issues
- Ajaxification
- Web Components
- Big Issues
Sprints