How can we easily persist objects entities ?
Different solutions :
using object database instead of relational (example : free .NET object db db4o)
using code generation (see MetaData Mapping with code generation from Martin Fowler)
using O/R Mapping tools (see MetaData Mapping with reflection from Martin Fowler)
MetaData Mapping with code generation or with reflection (ORM) ? Let’s see the pros and cons : http://www.theserverside.net/news/thread.tss?thread_id=29071
>>> ABOUT O...
[More]
ee8309a8-6abf-42e3-a9ed-1c4ff41ca795|0|.0
Persistence
Persistence