[FLOW3-general] Do you REST ?

Zachary Davis, Cast Iron Coding LLC zach at castironcoding.com
Tue Jan 19 14:49:18 CET 2010


Emmanuel Bouton wrote:
> Hi,
> 
> I'm discovering Flow3 with a great pleasure and I'm wondering if it's
> planned to have a ROA approach (I saw that « RESTful Web Services » by
> Leonard Richardson and Sam Ruby was in the recommended books here :
> http://flow3.typo3.org/documentation/books/).
> Another question : Can we use the components separately ? For example, if
> I'm interrested only by the Persistence Framework, can I use it with another
> framework for the presentation layer ?
> 
> Regards,
> Emmanuel

Emmanuel,

FLOW3 currently has a built-in REST controller that maps GET, POST, PUT, 
and DELETE HTTP requests to corresponding CRUD actions. Using FLOW3 
Alpha 6, I was able to implement a fully functional REST API for an 
application I'm writing.

Zach


More information about the FLOW3-general mailing list