|
|
|
|
LEADER |
00000cam a2200000Ma 4500 |
001 |
EBOOKCENTRAL_ocn228138737 |
003 |
OCoLC |
005 |
20240329122006.0 |
006 |
m o d |
007 |
cr cn||||||||| |
008 |
040608s2004 wiua o 001 0 eng d |
040 |
|
|
|a Nz
|b eng
|e pn
|c UV0
|d OCLCQ
|d YDXCP
|d IDEBK
|d OCLCQ
|d DKDLA
|d ADU
|d E7B
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCF
|d OCLCQ
|d EBLCP
|d DEBSZ
|d OCLCQ
|d LOA
|d AZK
|d OCLCQ
|d CNNOR
|d MOR
|d PIFBR
|d ZCU
|d MERUC
|d OCLCQ
|d U3W
|d BRL
|d STF
|d WRM
|d ICG
|d NRAMU
|d EZ9
|d VT2
|d AU@
|d OCLCQ
|d A6Q
|d DKC
|d OCLCQ
|d ITD
|d OCLCQ
|d UKCRE
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|d OCLCL
|
019 |
|
|
|a 191926114
|a 466456170
|a 481692535
|a 614892770
|a 647488237
|a 722455318
|a 728041298
|a 960204680
|a 961641758
|a 962606144
|a 988464518
|a 991916132
|a 1037534847
|a 1037920685
|a 1038647333
|a 1045537793
|a 1058185030
|a 1081279309
|a 1083588549
|a 1153504631
|
020 |
|
|
|a 1930919549
|
020 |
|
|
|a 9781930919549
|
020 |
|
|
|a 9781930919532
|
020 |
|
|
|a 1930919530
|
020 |
|
|
|z 1930919530
|
029 |
0 |
|
|a NZ1
|b 12040917
|
029 |
1 |
|
|a AU@
|b 000053011016
|
029 |
1 |
|
|a DEBBG
|b BV044100023
|
029 |
1 |
|
|a DEBSZ
|b 449697525
|
035 |
|
|
|a (OCoLC)228138737
|z (OCoLC)191926114
|z (OCoLC)466456170
|z (OCoLC)481692535
|z (OCoLC)614892770
|z (OCoLC)647488237
|z (OCoLC)722455318
|z (OCoLC)728041298
|z (OCoLC)960204680
|z (OCoLC)961641758
|z (OCoLC)962606144
|z (OCoLC)988464518
|z (OCoLC)991916132
|z (OCoLC)1037534847
|z (OCoLC)1037920685
|z (OCoLC)1038647333
|z (OCoLC)1045537793
|z (OCoLC)1058185030
|z (OCoLC)1081279309
|z (OCoLC)1083588549
|z (OCoLC)1153504631
|
050 |
|
4 |
|a QA76.73.V57
|b C53 2004eb
|
082 |
|
4 |
|a 005
|q OCoLC
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Chazotte, Ken.
|
245 |
1 |
0 |
|a Build your own framework with Visual FoxPro /
|c Ken Chazotte.
|
260 |
|
|
|a Whitefish Bay, WI :
|b Hentzenwerke Pub.,
|c 2004.
|
300 |
|
|
|a 1 online resource (xxii, 330 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a data file
|
500 |
|
|
|a "Edited by Joe Johnston"--Cover
|
500 |
|
|
|a Includes index.
|
588 |
0 |
|
|a Print version record.
|
520 |
8 |
|
|a Annotation Have you been frustrated by the steep learning curve associated with most frameworks? Then build your own! Building your own framework can be a challenging.and rewarding experience. This book provides detailed guidelines for developers who wish to develop their own framework. In each chapter, you will see how to move from requirements into design and from design into implementation as you build "MyFrame", the sample framework included with the book. It also walks you through the development of several developer tools that will bring a real boost in productivity to your development efforts.
|
505 |
0 |
|
|a Our Contract with You, The Reader -- List of Chapters -- Table of Contents -- Acknowledgements -- About the Authors -- How to Download the Files -- Chapter 1: Introduction -- Who should read this book? -- What is an application framework? -- Why use a framework? -- How is a framework different from a class library? -- Elements of a framework -- Reasons to create your own framework -- Reasons to avoid developing your own framework -- Framework mindset -- Overview -- How should I read this book? -- A word about the approach presented in this book -- Icons used in this book -- Summary.
|
505 |
8 |
|
|a Chapter 2: Project Planning -- Steering document -- The goal statement -- Guidelines -- Objectives -- Implementation plan -- Requirements list -- Design (implementation) -- Task list -- Test plan -- Sample (excerpt) -- Conventions -- Summary -- Chapter 3: Framework Architecture -- Architectures and tiers -- Presentation layer -- Logic layer -- Data layer -- Separation of power -- The approach in My Frame -- Functional view -- Application Variable Server (myAppVars) -- Forms collection (myFormsCollection) -- Location manager (myLocations) -- Messaging service (myMessages).
|
505 |
8 |
|
|a Preferences manager (myPreferences) -- Security module (mySecurity) -- System codes -- Toolbars collection -- Reports manager (myReports) -- Error handler -- Framework data model -- Summary -- Chapter 4: Techniques for Flexibility -- Classes -- Avoiding hard coding -- Changing object composition -- About the interface -- Patterns-Overview -- Template method -- Styles -- Mediator and event binding -- Factory method -- Abstract factory -- Delegation (bridge) -- Proxy-Overview -- The proxy class in MyFrame -- Wrappers -- Summary -- Chapter 5: Beginning Development -- Folder structure.
|
505 |
8 |
|
|a Separating framework files from application files -- Configuring the application folder -- Configuring the framework folder -- Project manager -- Framework and application files -- Starting a FoxPro application -- aApplication -- Creating the main programs -- Main_Frame.prg -- Main.prg -- Summary -- Chapter 6: Creating a Class Library -- Base classes -- A simple class library -- Labels -- Command buttons -- Text boxes -- Containers -- Combo boxes -- Treeview control (MyTreeView) -- Shapes -- PageFrame, CommandGroup, and OptionGroup -- PageFrame -- Grids -- Forms.
|
505 |
8 |
|
|a Using framework classes in an application -- Direct -- Direct Subclass -- CodeBook Style -- Assembled In App -- Rebuild -- Meta Data -- The recommended approach -- Summary -- Chapter 7: Environments and Sessions -- Data sessions -- Creating data sessions -- Object scope -- Environments -- Data session environments -- Save, set, and restore the environment -- Implementing the environment classes -- Creating a Session class -- Summary -- Chapter 8: Collections -- What is a collection? -- Accessing elements in a collection -- Individually-by position -- For Next -- Do While -- For Each.
|
590 |
|
|
|a ProQuest Ebook Central
|b Ebook Central Academic Complete
|
650 |
|
0 |
|a Visual programming languages (Computer science)
|
650 |
|
0 |
|a Programming languages (Electronic computers)
|
650 |
|
6 |
|a Langages de programmation visuelle.
|
650 |
|
7 |
|a Programming languages (Electronic computers)
|2 fast
|
650 |
|
7 |
|a Visual programming languages (Computer science)
|2 fast
|
758 |
|
|
|i has work:
|a Build your own framework with Visual FoxPro (Text)
|1 https://id.oclc.org/worldcat/entity/E39PCGcXD8FVvY7bgmG8CY39tC
|4 https://id.oclc.org/worldcat/ontology/hasWork
|
856 |
4 |
0 |
|u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=3301807
|z Texto completo
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL3301807
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10120752
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 2771632
|
994 |
|
|
|a 92
|b IZTAP
|