-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Seperate Application Into Modules
PostPosted: Sun Nov 30, 2008 9:25 am 
Newbie

Joined: Sun Nov 30, 2008 8:54 am
Posts: 4
Hello,
can anybody give me some hints about best practices to seperate an application into modules and the implementation with hibernate?

E.g. i have a core-Module which defines a person

class person {
getName...
getAddress...
...
}

The second module should define the hobbies of the person (set of hobbies).
The third module should define the career of the person (set of jobs, date of first job).

I want to avoid dependencies from the core module to the other modules. So i don't want to add getHobbies(), getJobs() and getFirstJobDate() to the person class.


Thanks
Andreas


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.