Posts Tagged JAR
Using classes from external jars in GWT project
Posted by StephanBeutel in GWT, Java on 2011/04/27
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 [...]