13
votes
4answers
7k views

Web api authentication techniques

We have a asp.net MVC web service framework for serving out xml/json for peoples Get requests but are struggling to figure out the best way (fast, easy, trivial for users coding with javascript or OO ...
4
votes
2answers
463 views

Should I use a framework for my new REST-based Java webapp? If so, which one?

I'm wanting to build a relatively simple app. Basically, a bunch of RESTful web services that access a database. Basic CRUD operations, a fair amount of search, and some amount of reaching out to ...
2
votes
3answers
1k views

Applying RESTful design to an entire website?

This all may come across very newbish, but I'm trying to wrap my head around designing a website that is thoroughly RESTful. I understand applying RESTful design to things like Users, Photos, Blog ...
1
vote
1answer
127 views

Book or open source project with active REST usage [closed]

Found this question. And now I'm interested, where we can see project example with REST architecture? I have seen a lot of nice books and articles around, but I want an answer like "These guys use ...