I probably should been more explicit... some of those doc references I gave you depend are against the trunk (1.4.0-SNAPSHOT etc) which is released through Maven.
You can either: * work from the 1.3.1 archetypes [1], [2] and avoid everything that mentions 1.4.0-SNAPSHOT, or * you can build Isis from source [3], [4] and use the snapshot from trunk Meanwhile, I hope to be releasing 1.4.0 in the next week or so. HTH Dan [1] http://isis.apache.org/intro/getting-started/simple-archetype.html [2] http://isis.apache.org/intro/getting-started/quickstart-archetype.html [3] http://isis.apache.org/contributors/development-environment.html [4] http://isis.apache.org/contributors/building-isis.html On 20 February 2014 18:46, Satyendra Singh <[email protected]> wrote: > 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 > > > > > > > > > > > > > >
