I need to develop a CRUD application with GWT.
What we currently have is an an existing database in MySQL, Spring
2.5, Hibernate 3 POJO's with Annotations defined as Spring Beans with
the applicationContext.xml, and Hibernate DAO's.  To be certain, there
is no hibernate.cfg.xml defined and there are no Object.hbm.xml files
defined at all.

I have 6 different books on GWT, and I am sure some of them might be a
little dated, but I am going through them.

I saw a great example on this GWT site with the Music Store Service,
but it uses a Record and Account hbm.xml file.   And it also looks
like it uses GWT 1.5, when I know I have GWT 1.7.   I do have the GWT
1.7 Eclipse Plugin being used and I am going to try and play with that
as well.

So, ultimately what I am trying to do is create a GWT-RPC Service.
I need to be able to get an invoice header and details record from the
database to the UI.
Then after modifying the data on the UI/web-page, then I want to be
able to submit that data back to the GWT-RPC service which will take
an Object, parse it, and then use the DAO's to update the database.
In this case, there would be two tables to update, but I can handle
that fine with the Hibernate DAO's.

So, if there are any good examples of GWT-RPC services with Spring
2.5, that would be great.
I will also looking on their site for examples on how to utilize the
two together ...
Finally, I'll be googling this information off the Internet as well.

Thanks for any help you can provide!
                                                              Tom

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to