oasp / oasp4j

The Open Application Standard Platform for Java
Apache License 2.0
60 stars 303 forks source link

Documentation: drop domain from java package schema #496

Closed hohwille closed 8 years ago

hohwille commented 8 years ago

As discussed with several experts we should drop the suggestion to have the business domain as part of the package namespace. Users may still do this but it is not a general recommendation as a reorganization of business domains would then cause pointless refactoring and potential API breakages. Java packages should instead be stable.

hohwille commented 8 years ago

Updated: https://github.com/oasp-forge/oasp4j-wiki/wiki/coding-conventions

hohwille commented 8 years ago

See also #497