Help me make my own Jar file with an interface, that can be shared between the client and a Java-based server

2009-04-01 Thread dduck
Hi, I am implementing a rather standard backend/frontend structure. My backend is implemented in Java. My frontend is implemented in GWT. I am using Eclipse. The frontend will be a simple viewer for some data, that will be accessed through an interface. I would like to package this interface

Re: Help me make my own Jar file with an interface, that can be shared between the client and a Java-based server

2009-04-01 Thread Thomas Broyer
On 1 avr, 10:28, dduck anders.johansen.a...@gmail.com wrote: Hi, I am implementing a rather standard backend/frontend structure. My backend is implemented in Java. My frontend is implemented in GWT. I am using Eclipse. The frontend will be a simple viewer for some data, that will be

Re: Help me make my own Jar file with an interface, that can be shared between the client and a Java-based server

2009-04-01 Thread dduck
This means you'd have to put a gwt.xml at some package level containing the interface and inherit it from your GwtResults.gwt.xml. e.g. in dk/ange/orion/gwt, create Models.gwt.xml file with source path=models /, and in your GwtResult.gwt.xml add an inherits name=dk.ange.orion.gwt.Models /