Changes between Version 1 and Version 2 of MolgenisAddressBookExample
- Timestamp:
- 2009-08-23T13:33:46+02:00 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MolgenisAddressBookExample
v1 v2 1 1 [[TOC(Doc*)]] 2 2 = Creating a MOLGENIS from scratch = 3 In this chapter you will create a new MOLGENIS application from scratch using Eclipse. You will use the example of a simple Address Book application: a simple database having “Contacts” entities that each can have zero or more “Addresses”. 4 The data model and user interface produced will look like: 3 We will generate a new MOLGENIS by the example of a simple Address Book application: a simple database having “Contacts” entities that each can have zero or more “Addresses”: 5 4