1. Integrating GWT, Spring and JPA (Eclipse-link) in Weblogic 10 stackoverflow.comMy application architecture looks like this. GWT in the UI layer -> Calls GWT RPC service (servlets) -> Looksup Spring Beans -> Calls the DAO layer which is implemented in JPA ... |
2. Non-scaffold GWT UiBinder in Spring Roo (SpringSource Tool Suite) stackoverflow.comIn my autogenerated ~/src/main/ folder, I have a folder called 'frontend' with my Java UiBinder file and my .ui.xml UiBinder file. How do I make STS/Roo run this instead of ApplicationScaffold.html? Furthermore, ... |
3. Spring NamespaceHandler issue when launching Maven-based GWT App from Eclipse IDE after migration to Spring 3 stackoverflow.comHere's an issue I'm stuck with for multiple hours already, and by now I feel quite desperate. I migrated our application from Spring 2.5/Hiberante 3.3 to Spring 3.0.5/Hibernate 3.6. The following was ... |
4. GWT + Spring MVC on Eclipse Virgo OSGi stackoverflow.comI'm making my first steps on GWT. I want to run my GWT application on JSP that are generated with spring MVC. Spring MVC is hosted on Eclipse virgo which provides ... |
5. Error with web application (Eclipse, Spring, GWT) - reportUnusedDeclaredThrownExceptionIncludeDocCommentReference stackoverflow.comI am using spring 3.0.5 and try to run my webapp in eclipse. When I start the application in tomcat we get this exception: java.lang.NoSuchFieldError: reportUnusedDeclaredThrownExceptionIncludeDocCommentReference at com.google.gwt.dev.javac.JdtCompiler.getCompilerOptions(JdtCompiler.java:338) ... |
6. Failed on Deploying ExtGWT-Spring project on Eclipse stackoverflow.comI'm developing an application using UI technologies Ext-GWT version 2.x and Spring Framework. Previously I imported an existing project, and then make some changes in the interface. After I did the ... |
7. Roo and GWT+Eclipse+m2eclipse recommended additions forum.springsource.orgRoo and GWT+Eclipse+m2eclipse recommended additions I've had to make some changes to the default Roo GWT maven config, mainly to support editing in Eclipse (with m2eclipse) and having those changes show ... |
8. RC1 and Running GWT app from Eclipse Run Configuration forum.springsource.orgRC1 and Running GWT app from Eclipse Run Configuration Hi All, I have a simple gwt application and it launches fine by gwt:run from the command line but when I switch ... |