Open ZsoltToth opened 7 years ago
Dear Collaborators, Kindly review my implementations and comments your opinions, also I think, since majority of us stays on campus (i.e Egyetemváros) I suggest to make a quick meeting/online meeting during weekends.
Regards, Habibu
Create domain model POJOs in the core module under the model package.
These model classes have to represent to business objects in your application. Design of these classes should be a team work.
These model classes should be able to validate themselves and throw domain specific exceptions. For example, A Person object should throw exception when the birth date is set to the future.
Use Collection<>'s and enumerations if it is possible.