JB, Christian, To answer both your questions, my plan with the library was to really just donate back, so to say. I was hesitant to donate directly to Karaf as Karaf already has a scheduler in 4.0 and my motivation was to have multiple concurrent schedulers with varying thread limits (as well as i am looking to add to the library a ForkJoinSchedulerThreadPool). The reasoning here is it was a base for my framework for web scraping platform that is uses other libraries (Selenium, jSOUP, etc). I am slowing working on migrating these features down long term.
As well, i am a big fan of iPOJO, although i certainly can have portions of it (particularly the Jersey rest) rewritten to not include the need for the library. I see that Karaf base library generally doesn’t use iPOJO though so i feel uncomfortable as i know not everyone uses iPOJO and didn’t want to dirty Karaf up or anything. I am more than willing do help any way i can to move this to the karaf or karaf-boot. There is more I am going to migrate to the library as time goes on. Let me know where you think i can be of the most help. If you think there is room in Karaf or Karaf-Boot i’ll be more than happy to move that there. Thanks! Andy P > On Jan 14, 2016, at 3:38 AM, jbonofre [via Karaf] > <[email protected]> wrote: > > Hi Andy, > > great job ! > > What's exactly the target and use cases of the library ? > Do you plan to donate it to Karaf (or karaf-boot) ? > > Thanks ! > Regards > JB > > On 01/13/2016 10:13 PM, AndyPhillips404 wrote: > > > I wanted to send a note out to Karaf users, in case anyone is interested, > > that i have started posting some of the foundation library i have built for > > some startups I've been a part of. I genually hope this is useful to > > someone who wants a quick start to build some applications using Jersey as > > opposed to CXF. > > > > The library includes a Jersey implementation rest client, a fuller featured > > quartz scheduler that allows for multiple schedulers and iPOJO > > instantiation > > of jobs, and native Karaf 4.0 commands. The implementation also supports > > Swagger / OpenAPI generation as well. > > > > POJO is used internally but is not necessarily required to use the library > > if the other features are of benefit and exposed as standard service > > interfaces. > > > > https://github.com/andyphillips404/awplab-core > > <https://github.com/andyphillips404/awplab-core> > > > > I hope it is found to be useful. Love Karaf. I have a rest interface to > > the scheduler coming as well. Good work! > > > > Thanks! > > Andy P > > > > > > > > > > > > -- > > View this message in context: > > http://karaf.922171.n3.nabble.com/iPOJO-Jersey-Quartz-Swagger-on-Karaf-4-0-tp4044820.html > > > > <http://karaf.922171.n3.nabble.com/iPOJO-Jersey-Quartz-Swagger-on-Karaf-4-0-tp4044820.html> > > Sent from the Karaf - User mailing list archive at Nabble.com. > > > > -- > Jean-Baptiste Onofré > [hidden email] <x-msg://18/user/SendEmail.jtp?type=node&node=4044832&i=0> > http://blog.nanthrax.net <http://blog.nanthrax.net/> > Talend - http://www.talend.com <http://www.talend.com/> > > > If you reply to this email, your message will be added to the discussion > below: > http://karaf.922171.n3.nabble.com/iPOJO-Jersey-Quartz-Swagger-on-Karaf-4-0-tp4044820p4044832.html > > <http://karaf.922171.n3.nabble.com/iPOJO-Jersey-Quartz-Swagger-on-Karaf-4-0-tp4044820p4044832.html> > To unsubscribe from iPOJO + Jersey + Quartz + Swagger on Karaf 4.0, click > here > <http://karaf.922171.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4044820&code=YW5keXBoaWxsaXBzQGZhc3RtYWlsLmNvbXw0MDQ0ODIwfC0xOTMxMDUwMzE3>. > NAML > <http://karaf.922171.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> -- View this message in context: http://karaf.922171.n3.nabble.com/iPOJO-Jersey-Quartz-Swagger-on-Karaf-4-0-tp4044820p4044837.html Sent from the Karaf - User mailing list archive at Nabble.com.
