On 20 February 2014 15:34, Satyendra Singh <[email protected]> wrote:
> I dont > know what the most accurate approach would be to build applications (using > isis) for such cases. > Would you write a complete domain model for my existing database and go > from there? > No... > or you just start from what you need and keep it growing as per need. > > Yes. Focus on the domain first, build out your domain iteratively by considering the use cases you need to support. Also, don't forget to consider the different modules / subdomains; a tool like Structure101 is good to help visualize any coupling in your domain. And views and view models come second in Isis to support the "commonly-trod path". Dan > > On Wed, Feb 19, 2014 at 10:17 PM, [email protected] > <[email protected]>wrote: > > > Hi Satyendra, > > > > There is no such concept as a top level domain object in an oo domain > > model. I suspect you are starting in the wrong place. You might have in > > your mind what should be a view object which is a bad place to start > > building your domain. > > > > David. > > > > Sent from Yahoo Mail on Android > > > > >
