Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

REST Framework

by jeteve (Pilgrim)
on Nov 04, 2009 at 17:27 UTC ( [id://804999]=perlquestion: print w/replies, xml ) Need Help??

jeteve has asked for the wisdom of the Perl Monks concerning the following question:

Dear monks,

I'm looking for a perl RESTFul framework (must work under apache2/mod_perl2) to implement a RESTful API.

Is there something simple, elegant and light you would recommend?

UPDATE: I finally rolled my own : Apache2::REST

Replies are listed 'Best First'.
Re: REST Framework
by ctilmes (Vicar) on Nov 04, 2009 at 19:02 UTC
Re: REST Framework
by Capablanca (Novice) on Nov 04, 2009 at 18:39 UTC
    Have you tried Catalyst?
    you can use it to make Restfull services and It runs under apache2/mod_perl2
Re: REST Framework
by moritz (Cardinal) on Nov 04, 2009 at 18:50 UTC

    Isn't REST just a fancy name for things that use other HTTP requests than GET and POST? If that's the case, you can use any web framework you like and that's not limited to GET and POST; I'd assume any decent framework fulfills that criterion.

    Perl 6 - links to (nearly) everything that is Perl 6.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://804999]
Approved by Corion
Front-paged by Old_Gray_Bear
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-25 14:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found