Re: GraphQL Project?

2019-01-04 Thread Dennis Kieselhorst
> Side note o openapi: CXF works well with Geronimo impl [1], not sure > duplicating it would bring much, in particular since spec requires to be > cdi based and not deployment based as swagger integration is > (classes/resources cxf has in its factory are not enough) Hi Romain, my plan is to

Re: GraphQL Project?

2019-01-04 Thread Romain Manni-Bucau
Hi Dennis, Side note o openapi: CXF works well with Geronimo impl [1], not sure duplicating it would bring much, in particular since spec requires to be cdi based and not deployment based as swagger integration is (classes/resources cxf has in its factory are not enough) [1]

Re: GraphQL Project?

2019-01-04 Thread Dennis Kieselhorst
Great idea. I think it would be great for CXF to have both OpenAPI and GraphQL support. Cheers Dennis

Re: GraphQL Project?

2019-01-03 Thread Andy McCright
es is often more an issue (N+1 queries to cite one > obvious > RMB> common problem) than a solution even if tempting > > RMB> Le jeu. 3 janv. 2019 23:29, Andy McCright < > j.andrew.mccri...@gmail.com> a > RMB> écrit : > > >> Hi All, > > >> I

Re: GraphQL Project?

2019-01-03 Thread Andriy Redko
+1 queries to cite one obvious RMB> common problem) than a solution even if tempting RMB> Le jeu. 3 janv. 2019 23:29, Andy McCright a RMB> écrit : >> Hi All, >> I've been involved in an effort to create a MicroProfile GraphQL project >> that would provide a Java framework fo

Re: GraphQL Project?

2019-01-03 Thread Romain Manni-Bucau
volved in an effort to create a MicroProfile GraphQL project > that would provide a Java framework for building and deploying GraphQL > apps. The API would look similar to JAX-RS (i.e. @Query annotations > instead of @GET, etc.). > > We have a draft project proposal available here: >

GraphQL Project?

2019-01-03 Thread Andy McCright
Hi All, I've been involved in an effort to create a MicroProfile GraphQL project that would provide a Java framework for building and deploying GraphQL apps. The API would look similar to JAX-RS (i.e. @Query annotations instead of @GET, etc.). We have a draft project proposal available here