From 0e007f5de50a2cfa2ce974c5e2e6fc1bb49cc960 Mon Sep 17 00:00:00 2001 From: Marcus Denker Date: Fri, 15 Nov 2024 14:32:33 +0100 Subject: [PATCH] Add files via upload --- site/news/2024-11-15-SpecBook.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 site/news/2024-11-15-SpecBook.md diff --git a/site/news/2024-11-15-SpecBook.md b/site/news/2024-11-15-SpecBook.md new file mode 100644 index 0000000..ecc82cf --- /dev/null +++ b/site/news/2024-11-15-SpecBook.md @@ -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)