Right now we use fully qualified names for all the class names like criteria,
talk to service etc. This is cumbersome as everytime we do a refactoring, we
need to change everywhere.
Instead, we should support simple names (which may or may not be the class
simple name) which maps to our classes. We should first look to see if the name
is one of these, if not, then look at the class path.
That way we let people plug in their own by giving us a FQN.
Original issue reported on code.google.com by itspa...@gmail.com on 14 Jan 2011 at 1:23
Original issue reported on code.google.com by
itspa...@gmail.com
on 14 Jan 2011 at 1:23