I fixed some problems in the project I previoulsy uploaded (as an
issue). I've just uploaded a version that is working fine. Please
visit: http://code.google.com/p/gwt-spring-hibernate-reference/source
for instructions.
Things to consider:
- The application is configured currently to connect to an OracleXE
installation. You have to change the reference to this database or
include correct username, password and any other JDBC params.
- You have to setup a database with a table called "classification". I
provide a script to create it, under db directory
- The project is configured to have two independent JVMs to support
it: one for server-side code and other for client-side code.
Therefore, you can debug simultaneously both your client-side and
server-side code. You should run the included launch file to achieve
this (Run | Debug... | GWT_Spring_Hibernate_Sample-NoServer | Debug).
You can have breakpoints in any java file.
- I've used a propiertary gwt service exporter, that lets you
implement remote services that don't use servlets (you have to
implement interfaces, not inherit from classes). This approach works
fine, but I would like to change this to gwt-widgets implementation.
I don't like the idea of implementing servlets for RPCs.
Please let me know any comments.
Regards,
Rodrigo.
Thanks checking in your code. I've added you as a project owner in
Google Code and an administrator to the Google Groups.
-Bradley