eglade is an Eiffel code generator that parses XML files produced by Glade. The latest snapshot is version 0.1.4 of 8th September 1999. Requires : To compile eglade you will need smalleiffel, gobo and eGTK. * gobo version 1.4 * smalleiffel version -0.78 * eGTK version 0.3.2 But I don't know if you need exactly these versions. It will only work with smalleiffel as it generates a loadpath.se file and no Ace file for use with ISE. It should be possible to make an Ace file yourself easily enough, but I don't have ISE. You will also need at least glade 0.50, which has a few tags 0.41 did not. The glade homepage is found at http://glade.pn.org/ (eglade was mainly developed with glade 0.51) A patch is included for adding Eiffel to the Options page of Glade 0.51. (glade-0.5.1-diff) NB As of version 0.5.2 of glade this is already included.
Most applications consist of a big number of model- or so called domain-objects. Building different views, editors, and reports; querying, validating and storing those objects is very repetitive and error-prone, if an object changes its shape frequently. Magritte is a fully dynamic meta-description framework that helps to solve those problems, while keeping the full power to the programmer in all aspects. Moreover since Magritte is described in itself, you can let your users modify the meta-world and add their own fields and forms without writing a single line of code.