by Craig Shearer >> Tue, 14 Mar 2000 2:58:19 GMT
Hi
We're about to embark on a new project. I'd be interested in people's thoughts on schema architecture. The current trend in JADE system design seems to be to use the following schema architecture:
RootSchema
{Insert various "base" schemas here}
DomainSchema
CommonApplicationSchema
Application1Schema
Application2Schema
Application3Schema
ie. you have your application's domain classes in a separate schema, then have subschemas for each application.
I can see the advantages of this in theory, but how do people find using this sort of scheme in practise? I would imagine that since JADE can't have a browser open on more than one schema at a time, this would be a real pain to use unless you've been able to completely specify the classes in your DomainSchema fully before starting work on implementing the application.
Comments?
Craig.