Client Server Communication and Persistence Frameworks
- by soontobeared
Hi,
When using Persistence frameworks like Hibernate, JPA etc. on the server side, what are the general practices of passing on the data between client and server ? Are there any existing design patterns for the same ?
Thanks.