Archive for category GWT
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 [...]
Problem including dispatcher servlet with spring security
Posted by StephanBeutel in GWT, Spring on 2011/02/18
First of all here’s my way to integrate the dispatcher servlet: 1. Create a controller class to handle the RCP requests:
Hello everyone
Posted by StephanBeutel in GWT, Hibernate, Java, Maven, Spring, Uncategorized on 2011/02/16
This blog is for all Java users. I’ll post interessting articles and tutorials about Java, Spring, Maven, Hibernate and GWT. Stay tuned. Stephan