Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDenker authored Nov 15, 2024
1 parent 8fb3c38 commit 0e007f5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions site/news/2024-11-15-SpecBook.md
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)

0 comments on commit 0e007f5

Please sign in to comment.