Aaron Smuts <[EMAIL PROTECTED]> writes: > I'd like for the user to only have to import the root package. They should > be able to use the JCS access class. Maybe a root or abstract JCSException > class should be put in the same folder to make it easier to use. There is > nothing worse then having to figure out a million imports to use third party > software.
I'm a huge fan of this type of structure as well -- it makes it readily apparent which classes users need to care about, presenting a narrow interface which simplifies development and reduces the learning curve. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
