-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8fb3c38
commit 0e007f5
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
title: [Ann] Book release: Application Building with Spec 2.0 | ||
layout: blogpost | ||
publishDate: "2024-11-16" | ||
|
||
|
||
Spec is the default UI building framework for Pharo. With Spec, developers focus on user interaction and widget layout. Spec is built around the Model View Presenter pattern. Presenters are responsible for defining the interaction logic of the application. They enforce the interaction of their sub-elements as well as domain objects. | ||
|
||
With Spec, existing presenters or even complete UI’s are reused and configured to form a new UI. Spec is widget framework (GTK, Morphic, Toplo) agnostic. It makes desktop applications simple to build. | ||
|
||
This book shows the basics of Spec in Pharo 12 and how it enables reuse of UIs. It focuses on Spec 2.0 features such as new widget layouts, dynamic widget building and more advanced features such as transmissions or commands. | ||
|
||
The book contains: | ||
- Deep explanations of various Spec 2.0 facets. | ||
- A tutorial gets you started in less than 20 minutes. | ||
- A minimal email client revisiting all Spec2.0 features. | ||
|
||
- Read the blog post at [all-objects-all-the-time.st](https://all-objects-all-the-time.st/#/blog/posts/9) | ||
- Buy the book at [BoD](https://librairie.bod.fr/building-application-with-spec-2-0-koen-de-hondt-9782322478712) or [Amazon](https://a.co/d/fIvRcSO) | ||
- Check the content (or download the PDF) at [http://books.pharo.org/BuildingApplicationsWithSpec/](http://books.pharo.org/BuildingApplicationsWithSpec) |