Build failed in Jenkins: isis-framework-ubuntu ยป JDO ObjectStore AppLib #454

2012-10-05 Thread Apache Jenkins Server
See -- projectStarted org.apache.isis.runtimes.dflt.objectstores:jdo-applib:0.3.1-incubating-SNAPSHOT [INFO]

Re: A DSL for Apache Isis programming?

2012-10-05 Thread Adam Howard
I haven't looked at it in a while but the syntax here reminds me of Sculptor[1]. Sculptor is a DSL for DDD code generation. Maybe some ideas can be gleaned by looking at their website. Adam [1] http://fornax.itemis.de/confluence/display/fornax/Sculptor+(CSC) On Fri, Oct 5, 2012 at 10:55 AM, Dan

Re: A DSL for Apache Isis programming?

2012-10-05 Thread Dan Haywood
Hi Razie, On 5 October 2012 13:39, Razvan Cojocaru wrote: > Let me have a whack at it - your example reminds me of something I was > going > to try for a while now (OSS/J common business entities specifications) in > the OSS/J Common API > http://www.tmforum.org/OlderAPIVersions/4676/home.html >

RE: A DSL for Apache Isis programming?

2012-10-05 Thread Razvan Cojocaru
Let me have a whack at it - your example reminds me of something I was going to try for a while now (OSS/J common business entities specifications) in the OSS/J Common API http://www.tmforum.org/OlderAPIVersions/4676/home.html Cheers, Razie -Original Message- From: Dan Haywood [mailto:d..

Re: A DSL for Apache Isis programming?

2012-10-05 Thread Dan Haywood
On 5 October 2012 12:13, Minto van der Sluis wrote: > > Can you give an example of what you think this DSL should look like? > > Off the top of my head, I've just come up with the following Comments welcome! * For entities:* @... // annotations here entity Customer { ... ProductRepo

Re: RDF based object store

2012-10-05 Thread Dan Haywood
Finger-in-the-air estimate: about a month's work. That's assuming that you are reasonably familiar with the Isis internals. Probably worth doubling or trebling that estimate otherwise. Another option for you to consider, which i suspect will be rather less work, is to use the JDO objectstore, an

RDF based object store

2012-10-05 Thread Minto van der Sluis
Hi Folks, Currently Isis already has a number of different object stores. Now I wonder what it takes to add another object store. For my current assignment we strongly think about storing data in a RDF triplet store by using Jena or OpenRDF. It would be really nice if I can achieve this by creati

Re: A DSL for Apache Isis programming?

2012-10-05 Thread Minto van der Sluis
Hi Dan, Can you give an example of what you think this DSL should look like? Regards, Minto Op 3-10-2012 14:15, Dan Haywood schreef: > Had a quick skim... I think XText looks more flexible. XCore seems to be a > pre-baked language, whereas XText we could invent our own to some extent. > > The

Considering combining the core.metamodel and the core.progmodel modules

2012-10-05 Thread Dan Haywood
Hi folks, just sounding people out on this... currently in core we have the core.metamodel module, which defines all the facets that have a bearing on the semantics of the model, and we have core.progmodel, that defines implementations of these facets for the standard Isis programming model, along