Re: help to build real life application

2014-02-21 Thread Satyendra Singh
>> > > > org.codehaus.plexus.component.repository.exception.ComponentLookupException: > > >> > > org/simplericity/jettyconsole/CreateDescriptorMojo : Unsupported > > >> > > major.minor version 51.0 > > >> > > > > >> > &g

Re: help to build real life application

2014-02-21 Thread Jeroen van der Wal
xus.component.repository.exception.ComponentLookupException: > >> > > org/simplericity/jettyconsole/CreateDescriptorMojo : Unsupported > >> > > major.minor version 51.0 > >> > > > >> > > I will see how i can build this completely but looks li

Re: help to build real life application

2014-02-21 Thread Satyendra Singh
estatio after this but still have this one error - >> > > >> > > >> > > [ERROR] The project org.estatio:estatio:0.0.1-SNAPSHOT >> > > (C:\Users\ssingh\FromGIT\estatio-isis\pom.xml) has 1 error >> > > [ERROR] Non-resolvable import POM:

Re: help to build real life application

2014-02-20 Thread Satyendra Singh
ingh\FromGIT\estatio-isis\pom.xml) has 1 error > > > [ERROR] Non-resolvable import POM: Failure to find > > > > > > com.danhaywood.isis.domainservice:danhaywood-isis-domainservice-excel:pom:1.4.0-SNAPSHOT > > > > > > > > > > > > >

Re: help to build real life application

2014-02-20 Thread Dan Haywood
xml) has 1 error > > [ERROR] Non-resolvable import POM: Failure to find > > > com.danhaywood.isis.domainservice:danhaywood-isis-domainservice-excel:pom:1.4.0-SNAPSHOT > > > > > > > > > > Thanks for all your help > > > > > > > > -- Forwarded mes

Re: help to build real life application

2014-02-20 Thread Satyendra Singh
> > > > ------ Forwarded message -- > From: Jeroen van der Wal > Date: Thu, Feb 20, 2014 at 2:35 PM > Subject: Re: help to build real life application > To: users > > > Hi Satyendra, > > You mentioned building Estatio gave you dependenci

Fwd: help to build real life application

2014-02-20 Thread Satyendra Singh
--- From: Jeroen van der Wal Date: Thu, Feb 20, 2014 at 2:35 PM Subject: Re: help to build real life application To: users Hi Satyendra, You mentioned building Estatio gave you dependencies issues. The short story is that you have build using the latest Isis. There a decent howto on our git

Re: help to build real life application

2014-02-20 Thread Jeroen van der Wal
Hi Satyendra, You mentioned building Estatio gave you dependencies issues. The short story is that you have build using the latest Isis. There a decent howto on our github page [1] (scroll down...). Cheers, Jeroen [1] https://github.com/estatio/estatio On Thu, Feb 20, 2014 at 8:00 PM, Satyend

Re: help to build real life application

2014-02-20 Thread Satyendra Singh
Alright, thanks On Thu, Feb 20, 2014 at 1:57 PM, Dan Haywood wrote: > 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],

Re: help to build real life application

2014-02-20 Thread Dan Haywood
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 f

Re: help to build real life application

2014-02-20 Thread Satyendra Singh
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-o

Re: help to build real life application

2014-02-20 Thread Dan Haywood
On 20 February 2014 15:34, Satyendra Singh 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 ne

Re: help to build real life application

2014-02-20 Thread Satyendra Singh
yes, thanks David. You are right, its view centric approach for now, which is not pure OO. I meant to say the starting point in my application. Where is shows a list of ABC. That the starting view users may want to see and than they can drill down to (if there is a way provided) how ABC is related

Re: help to build real life application

2014-02-19 Thread davo...@yahoo.co.nz
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

Re: help to build real life application

2014-02-19 Thread Satyendra Singh
Thanks Dan, much appreciated. i will go though these. On Wed, Feb 19, 2014 at 10:25 AM, Dan Haywood wrote: > On 19 February 2014 13:55, Satyendra Singh wrote: > > > I just started working with ISIS and the simpleobject(s) RAD application > > works just great and i renamed this to represent my t

Re: help to build real life application

2014-02-19 Thread Dan Haywood
On 19 February 2014 13:55, Satyendra Singh wrote: > I just started working with ISIS and the simpleobject(s) RAD application > works just great and i renamed this to represent my top level domain > object. > Good to hear.. > I need to now develop this into a more real life application which >

help to build real life application

2014-02-19 Thread Satyendra Singh
I just started working with ISIS and the simpleobject(s) RAD application works just great and i renamed this to represent my top level domain object. I need to now develop this into a more real life application which essentially need to work with domain object relationships (one to one ..one to man