-
Notifications
You must be signed in to change notification settings - Fork 71
Development Tools
From Seaside - A Multiple Control Flow Web Application Framework, Ducasse, Lienhard, Renggli
As Seaside is written in Smalltalk it is based on a very powerful, fully object-oriented language and development environment. In addition to being able to use the tools provided by the environment, Seaside integrates them seamlessly with the web. This makes the platform a versatile and productive environment for web application development.
We start by looking at the debugging facilities before presenting the Seaside specific tools.
Smalltalk’s philosophy of incremental programming in an interactive environment is supported by Seaside. Code can be added and edited while the web application is running and there is neither the need to manually recompile the code nor to restart the server. In many cases this makes it possible to update a system in production on the fly without any outage and without the need to set-up a temporary backup server.
These facilities are also very powerful for debugging. Seaside provides unique debugging features. Read more in Debugging Seaside Applications.
A toolbar that is shown at the bottom of the web-application during the development phase enables the programmer to access additional tools from within the web. Of course, all these tools have been written in Seaside itself:
- New Session
- starts the application within a new session.
- Configure
- opens a dialog letting the user configure the settings of the application. This includes properties such as where to start a new session, what should happen in case of an exception or if the development toolbar is displayed or not.
- Toggle Halos
- shows or hides the halos, which are discussed in detail in the next paragraph.
- Profile
- shows a detailed report on the computation time that has been consumed while building this page.
- Memory
- Use displays a detailed report on the amount of memory consumed by this application.
- XHTML
- starts an external XML validator on this page.
There are specialized refactoring and code critics tools available for Seaside. Check out the following articles by Lukas Renggli:
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