.gwt.xml define source path to code from maven dependency

2015-03-21 Thread Dr.Doom
Hi, i got the following scenario. I have a GWT project and a backend project. I have some written DTOS (package de.backend.dtos.*) in the backend. I added the backend as maven dependency to the GWT project. How do i have to define the source path in the gwt.xml that i can compile the dtos of t

How to load a json file on client side without clientbundle?

2015-03-19 Thread Dr.Doom
Hi, I need an offline solution for my gwt project and i thought i can just put the data as json files as resources in my project. Is there a way to load this json files on the client side? i only found the way with clientbundle, but then i cant modify the json data files without recompiling the

Question about using Configuration on Server side.

2012-03-20 Thread Dr.Doom
find a way to load the properties only once. it worked wenn i load the property in every service method, but that makes no sence ^^. thx and best regards, Dr.Doom -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to