I am new in JSF and I am starting an application with se following architecture:
- JSF Server
- Android Client
Some functionalities will be common in Android and JSF (web pages), only the interface will change.
I know how to communicate an Android client with a servlet, but I don't know how to do it with a JSF server. I have searched a lot in web, but nothing was found.
Can someone help me?