© John Kouraklis 2016

John Kouraklis, MVVM in Delphi, 10.1007/978-1-4842-2214-0_2

2. Setting Up the POSApp

John Kouraklis

(1)London, UK

As described in the introduction, in this book we will work on how to convert an application to follow the MVVM pattern. The example application is a POS client for purchasing clothes. The first version will use an approach that mixes the user interface and the model of the application (the business logic). This type of design is referred as monolithic and it is pretty much what you have when you deal with so-called legacy code, especially if your application was created in the 1980s and 1990s.

Note

You come across monolithic design in old applications (legacy) but you can also end up with such a structure if you ...

Get MVVM in Delphi: Architecting and Building Model View ViewModel Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.