Integrating GWT, Spring and JPA (Eclipse-link) in Weblogic 10
Posted
by MVK
on Stack Overflow
See other posts from Stack Overflow
or by MVK
Published on 2010-03-29T09:24:17Z
Indexed on
2010/03/29
10:03 UTC
Read the original article
Hit count: 329
Hi,
My application architecture looks like this. GWT in the UI layer -> Calls GWT RPC service (servlets) -> Looksup Spring Beans -> Calls the DAO layer which is implemented in JPA (EclipseLink).
I have successfully tested the application with GWT rpc services directly calling the JPA layer. But I am having trouble integrating spring into the mix. (Primary usage of Spring is transaction management).
I tried googling, but could not find any good article on the topic. (Most of the articles refers to using Spring MVC within GWT, which is not what I am looking for) Could you please point me to some article/tutorial?
Thanks in advance!
Manoj
© Stack Overflow or respective owner