-
Notifications
You must be signed in to change notification settings - Fork 12
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
Showing
5 changed files
with
8 additions
and
343 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
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
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. | ||
|
||
Spec is the default UI building framework for Pharo. With Spec, developers focus on presenter interaction and layout. Presenters are responsible for defining the interaction logic of application. They **control** the interaction of their sub-elements and connect with 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. | ||
|
||
With Spec, existing presenters or even complete **UIs** are reused and configured to form new UIs. | ||
Spec is widget framework (GTK, Morphic, Toplo) agnostic. It makes desktop applications simple to build. | ||
|
||
This book shows the basics of Spec and how it enables reuse of UIs. Then it presents **Spec 2.0** features such as new widget layouts, dynamic widget building and more advanced features such as transmissions **and** commands. | ||
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 yet functional email client. | ||
- A minimal email client revisiting all Spec2.0 features. | ||
|
||
|
||
|
This file was deleted.
Oops, something went wrong.