Generally you can do whatever you would like to do on server side. The only 
thing to watch out is that RequestFactory needs a single EntityManager 
spanning the entire request. Hibernate calls this "Open Session In View" 
pattern (google it). GWT-RPC does not enforce this but its probably a good 
idea to do the same anyways.

Other than that its totally irrelevant to GWT if you use one connection, 
multiple connections, multiple connection pools to different databases and 
then select the right one for a given customer, etc. Its also irrelevant if 
you choose JPA/Hibernate, Mybatis, pure JDBC/SQL. Every implementation 
detail is up to you and your needs and GWT-RPC and RequestFactory can both 
be used on all cases.

-- J.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to