Thanks Dan, I am having difficulty building the estatio app as it can not find 7 dependencies, do i need to take any special action about getting these?
Could not find artifact org.apache.isis.core:isis:pom:1.4.0-SNAPSHOT in snapshots ... Could not find artifact org.apache.isis.objectstore:isis-objectstore-jdo:pom:1.4.0-SNAPSHOT in snapshots ... Could not find artifact org.apache.isis.viewer:isis-viewer-wicket:pom:1.4.0-SNAPSHOT in snapshots ... Could not find artifact org.apache.isis.viewer:isis-viewer-restfulobjects:pom:2.2.0-SNAPSHOT in snapshots ... Could not find artifact org.apache.isis.security:isis-security-shiro:pom:1.4.0-SNAPSHOT in snapshots ... Could not find artifact org.apache.isis.core:isis:pom:1.3.0-SNAPSHOT in snapshots ... Could not find artifact com.danhaywood.isis.domainservice:danhaywood-isis-domainservice-excel:pom:1.4.0-SNAPSHOT in snapshots ... Thanks On Thu, Feb 20, 2014 at 10:52 AM, Dan Haywood <[email protected]>wrote: > 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 > > > > > > > > >
