B
blichal
Guest
i'm not sure if this is exactly what you're looking for but i recently had to write my own web gui/desktop framework for writing crud applications (based on extjs). we recently went to production with the new framework but we're only using it for read only queries at the moment. the ui is 100% javascript making rest calls to an openedge appserver. it's not repository based but things like fields formats, validations etc. are stored in a single place in the data object and are created dynamically in grids, forms etc. at runtime. it's similar in concept to smart objects with data objects, grids, forms, modular components etc. but much less complicated. the project is called breadjs - short for browse, edit, add and delete (crudjs.com was already taken). it's open source. i'll upload the sources and some docs in a couple of month but if anyone is interested, i'll be happy to send him some pictures and code samples.
Continue reading...
Continue reading...