Relative Content

Tag Archive for ria

Ria service security

I have a silverlight app that connects to a entity framework over WCF ria service.

Client = Html5 + CSS3 + JS + Jquery. Server =?

I want to build most of my functionality on the client. However I’m not quite sure which server-side web development framework can provide me with a nice REST endpoint to handle resources, business logic, etc. I come from a JAVA EE world, where JSF is mostly stateful and component based (both have their pros and cons, I’d just rather not keep a component tree, etc).. However…