Design Patterns in Object-Oriented ABAP: SAP Press
Autor Igor Barbaricen Limba Engleză Hardback – 30 noi 2009
Implementation of Design Patterns
Follow the implementation of Singleton, Adapter, Factory, MVC, Façade, Composite, and Decorator in ABAP.
Hands-on Approach
Written for practitioners, the book includes lots of code, detailed UML diagrams, and comprehensive explanations that guarantee quick success.
Real-World Demo Application
The code in this book is not just theory — it's taken from a real-world application that implements all patterns shown in a production environment.
Improving Code
This book helps you improve the robustness and extendibility of your ABAP Objects code, while reducing maintenance efforts.
New Coverage of Web Dynpro and the Factory Pattern
This second edition has been thoroughly revised and expanded including a new chapter on the Factory pattern, and an extensive section on MVC implementation in multi-technology development for SAP GUI and Web Dynpro ABAP.
Din seria SAP Press
- 20% Preț: 520.36 lei
- 20% Preț: 355.66 lei
- 20% Preț: 229.06 lei
- 20% Preț: 292.55 lei
- 20% Preț: 430.67 lei
- 20% Preț: 407.34 lei
- 20% Preț: 392.16 lei
- 20% Preț: 448.39 lei
- 20% Preț: 481.97 lei
- 20% Preț: 416.58 lei
- 20% Preț: 511.07 lei
- Preț: 425.76 lei
- 20% Preț: 463.29 lei
- 20% Preț: 443.96 lei
- 20% Preț: 470.25 lei
- 20% Preț: 434.97 lei
- 20% Preț: 456.79 lei
- 20% Preț: 403.62 lei
- 20% Preț: 463.73 lei
- 20% Preț: 451.89 lei
- 20% Preț: 469.62 lei
- 20% Preț: 409.84 lei
- 20% Preț: 418.88 lei
- 20% Preț: 441.32 lei
- 20% Preț: 419.99 lei
- 20% Preț: 691.06 lei
- 20% Preț: 289.07 lei
- 20% Preț: 361.49 lei
- 20% Preț: 466.22 lei
- 20% Preț: 530.48 lei
- 20% Preț: 315.36 lei
- 20% Preț: 455.98 lei
- 20% Preț: 517.64 lei
- 20% Preț: 455.92 lei
- 20% Preț: 441.08 lei
- 20% Preț: 486.00 lei
- 20% Preț: 226.05 lei
- 20% Preț: 533.77 lei
- 20% Preț: 229.17 lei
- 20% Preț: 398.10 lei
- 20% Preț: 182.11 lei
- 20% Preț: 445.01 lei
- 20% Preț: 415.46 lei
- 11% Preț: 443.31 lei
- 20% Preț: 455.54 lei
- 20% Preț: 456.73 lei
- 20% Preț: 295.26 lei
- 20% Preț: 423.64 lei
- 20% Preț: 464.84 lei
- 20% Preț: 352.56 lei
Preț: 408.52 lei
Preț vechi: 444.05 lei
-8% Nou
Puncte Express: 613
Preț estimativ în valută:
78.18€ • 81.12$ • 65.34£
78.18€ • 81.12$ • 65.34£
Carte indisponibilă temporar
Doresc să fiu notificat când acest titlu va fi disponibil:
Se trimite...
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781592292639
ISBN-10: 1592292631
Pagini: 254
Dimensiuni: 184 x 236 x 25 mm
Greutate: 0.66 kg
Ediția:2. Auflage.
Editura: Rheinwerk Verlag GmbH
Seria SAP Press
ISBN-10: 1592292631
Pagini: 254
Dimensiuni: 184 x 236 x 25 mm
Greutate: 0.66 kg
Ediția:2. Auflage.
Editura: Rheinwerk Verlag GmbH
Seria SAP Press
Cuprins
1 ... Introduction ... 11
... 1.1 ... What are Design Patterns? ... 12
... 1.2 ... Communication in Design Patterns ... 13
... 1.3 ... Design Patterns in Software Design ... 14
... 1.4 ... Success Story: The Project and Its By-Product ... 15
... 1.5 ... Formatting and Naming Conventions ... 17
... 1.6 ... Prerequisites ... 18
... 1.7 ... Structure of the Book ... 25
2 ... The Demo Application ... 29
... 2.1 ... Demo Application Server Version Compatibility ... 31
... 2.2 ... Object Orientation ... 32
... 2.3 ... Demo Application at Work ... 32
... 2.4 ... Application Model ... 38
... 2.5 ... SAP GUI Application Controller ... 41
... 2.6 ... Web Dynpro Application Controller ... 42
... 2.7 ... Running the Application While Reading ... 44
... 2.8 ... Summary ... 45
3 ... The Singleton Pattern ... 47
... 3.1 ... Case-Study Problem: Running Main Program Only Once ... 48
... 3.2 ... Singleton in the Application Model ... 50
... 3.3 ... Summary ... 51
4 ... The Adapter Pattern ... 53
... 4.1 ... Case-Study Problem: Application with a Command Tree ... 53
... 4.2 ... The Adapter in the Demo Application ... 55
... 4.3 ... Interface ZIF_DPD_TREE_OBJECT ... 55
... 4.4 ... Usage of the ZIF_DPD_TREE_OBJECT Interface ... 61
... 4.5 ... Summary ... 64
5 ... The Factory Pattern ... 65
... 5.1 ... Real-Life Example ... 67
... 5.2 ... Case-Study Problem: Docking Containers Orderly Arranged ... 67
... 5.3 ... Class ZCL_DPD_DOCK_CONTAINER_FACTORY ... 69
... 5.4 ... Summary ... 77
6 ... The Model-View-Controller (MVC) Pattern ... 79
... 6.1 ... Two MVCs in the Demo Application ... 81
... 6.2 ... Case-Study Problem I: Single Application in Different UI Technologies ... 83
... 6.3 ... Case-Study Problem II: SAP GUI -- Displaying Table Data in Different Controls ... 84
... 6.4 ... The Application Model: Class ZCL_DPD_APP_MOD ... 86
... 6.5 ... Class ZCL_DPD_MOD_DBT ... 91
... 6.6 ... Class lcl_mod_dbt_carriers ... 97
... 6.7 ... Other lcl_mod_* classes ... 100
... 6.8 ... Controller 1: The Program ZDPD_APP_CON_GUI ... 100
... 6.9 ... Class lcl_main_program ... 102
... 6.10 ... Class lcl_con_alv ... 111
... 6.11 ... Class lcl_con_dd ... 121
... 6.12 ... Dynpro Screen: An Alien in All-Objects Program ... 129
... 6.13 ... Class lcl_con_dynpro_screen ... 135
... 6.14 ... The Controller 2: Web Dynpro Component ZDPD_APP_CON_WEBDYNPRO ... 142
... 6.15 ... Summary ... 165
... 6.16 ... Appendix: Process "Open Object -- Close Object" ... 166
7 ... The Façade Pattern ... 171
... 7.1 ... Case-Study Problem: Editing Comments on Each Flight Schedule ... 174
... 7.2 ... Class ZCL_DPD_ST_TEXT_EDITOR ... 179
... 7.3 ... Façade in Web Dynpro ... 188
... 7.4 ... Summary ... 188
8 ... The Composite Pattern ... 191
... 8.1 ... Case-Study Problem: Organizing Flights by Date ... 194
... 8.2 ... Class lcl_mod_dbt_flights ... 196
... 8.3 ... Summary ... 209
9 ... The Decorator Pattern ... 211
... 9.1 ... Case-Study Problem: Lookup Data for Internal Tables ... 213
... 9.2 ... Class ZCL_DPD_ITAB_DEC ... 218
... 9.3 ... Class ZCL_DPD_ITAB_DEC_AIRPORTS ... 224
... 9.4 ... Class lcl_itab_dec_fl_sched_comment ... 231
... 9.5 ... Other Decorators in the Application ... 234
... 9.6 ... Implementation of the Decorator Pattern in the Application ... 235
... 9.7 ... Summary ... 236
10 ... Summary ... 237
... 10.1 ... Examples of Extension ... 237
... 10.2 ... Benefits of Combining Objects with DPs ... 245
... 10.3 ... Closing Word by the Author ... 247
... The Author ... 249
... Index ... 251