Hi Ken,

JSON REST services come with all three of the most popular web frameworks.
Catalyst is the hardest to learn, but has more bells and whistles than you
can poke a stick at; Mojo is a fairly self-contained framework which brings
non-web specific functionality with it; and Dancer which is a very thin
layer and the easiest to learn.

Whichever framework you choose, I promise that developing a RESTful JSON
API will be much easier (and prettier) than an XML SOAP interface.

Andrew




On Wed, Aug 12, 2015 at 4:46 AM, Kenneth Wolcott <kennethwolc...@gmail.com>
wrote:

> Hello again;
>
> > take a look at
> >
> > http://www.todobackend.com/
> >
> > you can port the mojolicious one to Dancer as a learning experience.
>
> Thank you for the tips...
>
> > You'd have to try any of the web framework for creating RESTful API
> > You can try Mojolicious
> > http://mojolicio.us/perldoc
>
> > Or you can try dancer2.
> > https://metacpan.org/pod/Dancer2::Cookbook#Writing-a-REST-application
> > https://metacpan.org/pod/Dancer2::Tutorial
>
> Again, thanks for the tips...
>
> Perhaps I didn't phrase my question very well.
>
> If I have an API for JIRA or an API for some other application that is
> provided in a RESTful manner, do I use Dancer or Mojolicious?
>
> What would I do if the API I needed to interface with in Perl was JSON?
>
> A long time ago I wrote a portion of a Perl-based web app that
> interfaced with an XML-based API, but I've never done JSON or RESTful
> with Perl.
>
> Thanks,
> Ken
>
> --
> To unsubscribe, e-mail: beginners-unsubscr...@perl.org
> For additional commands, e-mail: beginners-h...@perl.org
> http://learn.perl.org/
>
>
>


-- 
Andrew Solomon

Mentor@Geekuni http://geekuni.com/
http://www.linkedin.com/in/asolomon

Reply via email to