Posts Tagged JAR

Using classes from external jars in GWT project

For an introduction in GWT please see GWT tutorial. The following describes how to use external jars or Java projects within your GWT project. The standard approach in Java is to have separated projects for separate purposes. For example the domain model of the application is usually defined in its own project. One way of making these [...]

, ,

1 Comment