Hi, I'm planing to build a software in client-server-design. Technology should be Java.
Server should have a communication layer for web-services (e.g. RESTful Jersey), RMI, JSF.
Clients can be: Fatclients in Swing or Browser clients in JSF.
In my focus are JBoss Netty for the server, Jersey looks much more simple but Netty would have more other interfaces which could be interesting too. Does Netty offer something for RMI?
I read somewhere that JSF and RESTful doesn't fit together. Are there web-service implementations which fit to a JSF implementation like icefaces?
Thanks!