I create a Editor gwt project, which works fine.
Now I want to connect the editor’s data to a db, so I use a 3rd party database helper tool for that.
I added the db tool jar into my gwt project, no complaint. I also wrote the db related codes using this tool.
But I just can’t run my gwt project in the web page.
The error info in gwt console for my web browser is can't find the source/.xml for the db helper tool, at least something like that.
How can I manage this?
Thanks
You have to use the DB-Tool on the server-side of the code and retrieve the data to the client via an RPC!
See: https://developers.google.com/web-toolkit/doc/latest/tutorial/RPC