[hibernate-dev] [OGM] Any idea for OGM-1000?

Gunnar Morling gunnar at hibernate.org
Wed Mar 23 14:37:52 EDT 2016


Hi,

That's a very good question and we need to decide.

In the PoC I'm working on, I started from scratch in a separate project for
some reasons:

* I wanted to have a clean slate, not being influenced by the complexity
and patterns living in existing grid dialects
* Freedom to use Java 8 with Lambdas etc.
* So far, what I need from "backends" is much less than what's provided by
OGM grid dialects, but on the other hand it's more powerful already: I
found (so I hope) a nice way to pass entire aggregate trees (and
collections thereof), which then can e.g. be written in a single op to the
store, much simpler than the current effort we need to do in OGM dialects
for e.g. embedding association info
* I'd like to build a backend for Postgres + JSON without having to
implement a full OGM dialect for this

That all being said, I'll share what I have with you very soon and we can
discuss it from there.

--Gunnar

PS: We seem to switch between "ScenicDrive" and "ScenicView" ;) In my PoC I
went for the latter.





2016-03-23 19:28 GMT+01:00 Sanne Grinovero <sanne at hibernate.org>:

> On 23 March 2016 at 17:18, Emmanuel Bernard <emmanuel at hibernate.org>
> wrote:
> > Is ScenicDrive captured?
>
> Interesting. You suggest that ScenicDrive is a feature of OGM ?
>
> >
> > On Tue 2016-03-22 11:29, Davide D'Alto wrote:
> >> Next JIRA will be OGM-1000, any interesting idea we should use for this
> >> ticket?
> >>
> >> Cheers,
> >> Davide
> >> _______________________________________________
> >> hibernate-dev mailing list
> >> hibernate-dev at lists.jboss.org
> >> https://lists.jboss.org/mailman/listinfo/hibernate-dev
> > _______________________________________________
> > hibernate-dev mailing list
> > hibernate-dev at lists.jboss.org
> > https://lists.jboss.org/mailman/listinfo/hibernate-dev
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>


More information about the hibernate-dev mailing list