Major changes with Isis v2

2019-03-28 Thread Andi Huber
Hi folks, to keep you in the loop, we are currently re-platforming Isis on top of the latest Spring release. First thought was to make Spring integration a plug-able feature, but by having a closer look at how Spring handles persistence and especially transactions, it has now become clear, that

AW: Major changes with Isis v2

2019-03-28 Thread Rade, Joerg / Kuehne + Nagel / HAM GI-DP
Hi Andi, my 2c: The move to Spring (Boot?) will very likely popularize the framework and therefore is the right thing to do. I never really had an issue with JDO and found it's debugging output helpful. I hope Hibernate can keep up with that. CMIIW: Spring's CDI relies on the ComponentScan (C

Re: Major changes with Isis v2

2019-03-28 Thread Vladimir Nišević
Hi Andi, I am really looking forward to this feature! In the past I had lot of discussions regarding using Isis framework instead of Spring Boot/JPA/Hibernate. Having this possibility I guess I will get best of both worlds. What I currently really like about Isis is the possibility of using domain

Re: Major changes with Isis v2

2019-03-28 Thread Martin Grigorov
Hi, On Thu, Mar 28, 2019 at 3:43 PM Rade, Joerg / Kuehne + Nagel / HAM GI-DP < joerg.r...@kuehne-nagel.com> wrote: > Hi Andi, > > my 2c: > > The move to Spring (Boot?) will very likely popularize the framework and > therefore is the right thing to do. > > I never really had an issue with JDO and