This is not strictly a JPP/Jump questions, but Jump has this functionality and maybe some developers here have some insight into this problem.
I've got a project which is being distributed to several clients. Each client requires a few additional customized properties to be added to one of the core entity classes. I would like to keep the code and database schema 100% identical for all clients. So I am hoping to achieve via a configuration file which will define additional client-specific properties. The core entity class could then have a getAttribute(), setAttribute() method etc. I'm looking for a Java library (or other resource) that will handle attaching user defined properties (String, Integer, Enumerations, user undefined types etc) to a entity class without having to modify code or database schema. On the surface this seems rather simple to implement, but the devil in in the details (eg handling searches). Any thoughts? Thanks, Joe. ------------------------------------------------------------------------------ _______________________________________________ Jump-pilot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
