Re: Where to start?

2016-09-18 Thread Olivier Lamy
Hi Martin, Where to start is always a good question :-) Regarding JPA it concerns only redback-core part as we do not use anymore database in archiva core. IMHO this one can be fun to implement (remember we cannot use library such hibernate because GPL but jpa has many other implementation even @ a

Re: Where to start?

2016-09-18 Thread Hadrian Zbarcea
Hi Martin, Olivier, I had good experience with jooq [1][2] which is not jpa and is imho easier to use. It's also ALv2, maybe something to consider? Hadrian [1] http://www.jooq.org/ [2] https://github.com/jOOQ/jOOQ On 09/18/2016 08:13 PM, Olivier Lamy wrote: Hi Martin, Where to start is alw