Break up entity groups

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Break up entity groups

cjhowe
I would like to break up entity groups but would like
some feedback before doing so.

If the entity groups were broken up, you would then
declare new group-maps in the delegator in
entityengine.xml.

For most instances, each group map would have the same
datasource.  However, there are times when testing new
applications and changes in applications where you
want to isolate the part that you are testing but have
everything else function as usual and not go through a
backup/restore procedure for the temporary data.  If
you set your isolated group to a different datasource,
you could then test it and once everything works well,
change the datasource to utilize the main database.
What do you guys think?  TIA