[hibernate-dev] [OGM][HSEARCH] Hibernate OGM and Hibernate Search samples

Sanne Grinovero sanne at hibernate.org
Thu Jul 28 11:38:45 EDT 2016


Hi Flemming,

I agree on the importance to have some runnable examples, but I'm
afraid that the "demos" repository wouldn't be kept up to date with
every single release.
Introducing more tasks to perform during a release is not desirable,
as the release process is quite complex already.

So I propose that such examples belong in the integration tests of the
projects; specifically, a JavaEE7 example using both Hibernate Search
and Hibernate OGM would need to be maintained by the OGM project (as
OGM depends on Search, we don't want to introduce a dependency from
Search to OGM).

In fact there are some integration tests already, running on WildFly
for each single build of OGM:
 - https://github.com/hibernate/hibernate-ogm/blob/master/integrationtest/src/test/java/org/hibernate/ogm/test/integration/infinispan/SearchIntegrationIT.java

I guess these are too simple for your needs? Happy to extend these,
especially if you have specific pointers or - even better - willing to
send PRs.

Secondary aspect: let's assume we had good enough integration tests in
OGM. Should we advertise these more prominently in documentation?

Thanks,
Sanne


On 27 July 2016 at 17:55, Flemming Harms <flemming.harms at gmail.com> wrote:
> Folks,
>
> Is there something similar to javaee7-samples for Hibernate OGM and HSEARCH
> today? I know the Hibernate Demo repo exist, but from what I can read this
> is demos you have created for various talk and presentations.
>
> If not I would suggest a new repository is created with samples showing how
> to use OGM, HSEARCH in various ways and configurations. The Hibernate Demo
> repo could be a good starting point, but I’m thinking a new repo where we
> divide into modules to make it easy to upgrade and maintain the samples
> from a parent configuration file etc.
>
> I personally learn much more from examples and then I can use the
> documentation as reference point. And this will also be good reference
> repository for testing against when releasing a new version.
>
> I would like to contribute with various samples to help build the repository
>
> What do you think?
>
> /Flemming
> _______________________________________________
> 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