Posts by joelbarbosa • 11 points
1 post
- 
		1 votes3 answers1353 viewsA: Architecture for a JSF Application with Android APPYou’re going the right way. Use Rest To consume Webservice using Rest, use API Jersey, which is the reference implementation of Javaee. And to take the Json and convert into java objects, use Gson…