NHibernate Cfg.Xml & Hbm.Xml Editors

time to read 1 min | 141 words

I currently have in the repository [ svn checkout svn://svn.berlios.de/nqa ] the code for both editors.

The Cfg.Xml editor is considered complete and is fully integrated into the UI.

The Hbm.Xml editor is still incomplete, but it already can do very much in terms of editing simple mapping files. The Cfg.Xml was easy to write because it's relatively simple (the hard parts were making it easier to use, the type & resource browsers, and they weren't really hard).

Mapping files are highly complex, and trying to show them in a usable UI (meaning, avoiding this) and I wrote most of it without network connection, so I had to go with were a couple of hbm files on my HD and no documentations except NHibernate source.