Sorry for the slow reply.
Restfulie.NET currently does not support Unauthorized result. However,
implementing it is a piece of cake. You can found some results
implementation here:
https://github.com/mauricioaniche/restfulie.net/tree/master/Restfulie.Server/Results
If you want us to implement, just let me know what you need for this
result and I do it for you!
Regards,
Mauricio
If you are using Scala through Unfiltered for the server side, you
might want to take a look at VRaptor using Scala:
http://vraptor.caelum.com.br/documentation/scala/
The example is pretty simple but it supports everything that Restfulie
java supports (it is the same code base). There is also a mydvds
application written in scala to showcase its usage.
Regards
Guilherme Silveira
Caelum | Ensino e Inovação
http://www.caelum.com.br/
> Regarding VRaptor's Scala support, I am confident that it is mature and
> effective. But my needs are more teaching-focused, and I really like the way
> Unfiltered takes advantage of functional language features such as pattern
> matching (request extractors) and higher-order functions (response
> combinators).
Yep... while in the OO vraptor support we use polimorphism through
interfaces (request extractors) and interceptor composition (response
combinators). Makes total sense... I really like how functions can be
easily combined to compose behavior.. it requires all of them having
adapting interfaces, of course (i.e. all with the same input/output,
or matching ones)
Regards
Guilherme Silveira
Caelum | Ensino e Inovação
http://www.caelum.com.br/
I just found the basic example, its in the restfulie docs (wiki):
https://github.com/caelum/restfulie-java/wiki/java_one_minute
What do you think?
Regards
Guilherme Silveira
Caelum | Ensino e Inovação
http://www.caelum.com.br/