PackageDescription: Glorp-LensTranslator(Bundle)


Glorp - Lens Translator

Last published: September 18, 2003 by 'btaylor'

No bundle comment found. Component comments follow

PackageDescription: GlorpLensDescriptorSystemBuilding

To use the translator do the following:

"Create a new instance of the system"
"Note that how you get the platform will vary based upon your system"
translationSystem := LensToGlorpDescriptorSystem
forPlatform: GlorpDatabaseLoginResource defaultLogin database
lensDatamodel: LensToGlorpTestDatamodel dataModel
targetClass: LensTestDescriptorSystem.
translationSystem generateCode.
"Now the targetClass should have the table and descriptor methods defined. You can edit these by hand to make them take advantage of all of the features of Glorp"

Brett Taylor 2003