Unpoly is an unobtrusive Javascript framework for applications that render on the server. It allows your views to do things that are not normally possible in HTML.
Unpoly for Seaside is an add-on library for Seaside which provides easy access to Unpoly's core features using familiar Smalltalk and Seaside code patterns.
- Install Dolphin Smalltalk 7.2
- Download and install GitHub Package Manager
- Evaluate:
GitHubPackageManager install: 'rko281/Unpoly-Dolphin'.
- All required packages and prerequisites (including Seaside and Seaside-Bootstrap5) will be downloaded and installed
- Evaluate:
(WAHttpServerAdaptor port: 8080) start.
ShellLibrary default shellOpen: 'http://localhost:8080/unpoly/'
A web browser will open on the Unpoly examples.
The examples browser demonstrates most of the wrapped behavior. Browse UpExamplesBrowser for further information.