Re: [cgiapp] CGI::Application::Plugin::REST -- any users out there?

2015-02-11 Thread Bill . Costa
Brian Wightman midlife...@wightmanfam.org recently observed... I am just starting a restful api on a CA, but I missed CAP::REST in my module survey. ... this looks promising. I've started kicking the tires on it and it does look very good at this point. I do have a few minor bug reports I'll

Re: [cgiapp] CGI::Application::Plugin::REST -- any users out there?

2015-02-09 Thread Dietrich Streifert
Hi all! I'm using it in production for two C::A::P::REST-based webapps without problems so far. Communication with the frontend is done in JSON using C::A::P::JSON. @Jaldhar: thank you for your great work! Regards Dietrich Am 04.02.2015 um 21:13 schrieb bill.co...@unh.edu: I used

Re: [cgiapp] CGI::Application::Plugin::REST -- any users out there?

2015-02-05 Thread Brian Wightman
On Wed, Feb 4, 2015 at 2:13 PM, bill.co...@unh.edu wrote: CAP:REST also looks promising, so I was wondering if anybody is currently using it? I am just starting a restful api on a CA, but I missed CAP::REST in my module survey. I had been working through a hand-rolled version for myself, but

[cgiapp] CGI::Application::Plugin::REST -- any users out there?

2015-02-04 Thread Bill . Costa
I used CGI::Application for a personal project many years ago and liked it, but had to stay with my own homegrown framework for my projects at work, given the investment involved. But I now have a chance to start a project with a clean sheet of paper, so I'm shopping for a framework to implement