Projects tagged ‘gwt’ and ‘maven’


Jump to tag:

Projects tagged ‘gwt’ and ‘maven’

Filtered by Project Tags gwt maven

Refine results Project Tags java (17) spring (14) hibernate (9) maven2 (5) eclipse (4) archetype (3) jboss (3) osgi (3) mysql (3) jpa (3) webapp (2) build (2)

[34 total ]

10 Users

Maven 1 and Maven 2 support for GWT
Created about 1 year ago.

2 Users

Open Source GPS Tracking System. It allows to use mobile phones with J2ME support as mobile trackers and to show tracks on Google Maps online. For tracking you may use phones with internal GPS ... [More] as well as with external Bluetooth device. Also some models of phones may use cell information for defining location through www.OpenCellID.org and www.CellDB.org open databases. There is a web RESTful API for GPS data input. [Less]
Created 3 months ago.

0 Users

sample skeleton (demo) app using gwt, maven, jpa
Created 3 months ago.

0 Users

Learn Grammar is educational web application about using springframework, hibernate, GWT and maven as the best approach for developing application. :-)
Created about 1 year ago.

0 Users

This is system to assist product validation process.
Created 12 months ago.

0 Users

This project simplifies development of maven based GWT projects. The idea is to replace gwt-servlet jar dependency by dependency from war artifact containing gwt-servlet library. This way gwt-servlet ... [More] library is not added to the classpath of maven projects, not confusing the IDE which would show some GWT classes twice otherwise. [Less]
Created 6 months ago.

0 Users

The main purpose of this project is to make your development even faster. Two main fronts are being developed right now. One is a GWT library for common website develop, ie: company sites where ... [More] carrousels are required, or dynamic menus. There are already a lot of options when we need to design a CRUD system, but not to normal websites. The other is an eclipse plugin, that will generate a JAVA project ready to deploy on APP-ENGINE or any other webserver. Also this project will be already user-login enabled. [Less]
Created 4 months ago.

0 Users

Hopefully GWT, GXT, Spring Source Application Server, OSGI and Maven at a minimum. Set lets see how far it ever gets?
Created 11 months ago.

0 Users

This Sample Application Demonstrates Clean Integration Between Spring, Maven2, SpringMVC and GWT
Created 7 months ago.

0 Users

SummaryThis plugin provides two maven goals mvn gwt:shell to run the hosted mode browser and mvn gwt:compile to compile the GWT module. Usually the compile goal would be hooked into mavens build. ... [More] The output of the compilation is by default set to ${basedir}/src/main/webapp/[module] which may at first seems strange (target/[webapp] would be more natural) - however this way we can easily get the module running in things like the maven-jetty-plugin. Read the Usage page for a brief setup summary. Design GoalsSimple (gwt:shell, gwt:compile) Small (no extra functionality but invoking the GWT hosted mode shell and compiler from maven) Out of the box. Use only central repo for GWT dependencies. Google has failed to put version 1.7.1 properly in central repo. To use version 1.7.1 you need to install the gwt-dev jar for your platform manually in your repo. Download from GWT and install. Example: queen$ mvn install:install-file -DgroupId=com.google.gwt -DartifactId=gwt-dev -Dversion=1.7.1 -Dclassifier=mac -Dpackaging=jar -Dfile=./gwt-dev-mac.jar News1.7.1-1 Fixed problem with extracting native libs if files in .zip was in an unexpected order. Made new goal extract to only extract native libs. Added rudimentary support for JNDI bindings in WEB-INF/jetty-env.xml. The file has to reside here for now. 1.7.1-0 updated to GWT 1.7.1 1.7.0-0 Updated to GWT 1.7.0 1.6.4-4 Fix for spaces in VM path not being escaped properly (Issue-2). Fix for gwt-servlet being present in CLASSPATH at the same time as gwt-user when running shell. 1.6.4-3 adds new configuration setting maxstack. 1.6.4-1 adds new system environment variable maven.xgwtcompile.skip that can be used to skip compile stage when for instance doing unit testing. mvn -Dmaven.xgwtcompile.skip=true test Updated for 1.6.4. Now with complete set of configuration options. Changed name to maven-xgwt-plugin Quick Info: Implemented GWT version1.7.1 Current plugin version1.7.1-1 SVNhttp://maven-xgwt-plugin.googlecode.com/svn/trunk Maven repohttp://maven-xgwt-plugin.googlecode.com/svn/repo/releases Thanks to http://code.google.com/p/gwt-maven/ for the idea of generating shell scripts that are executed when plugin is running. [Less]
Created 4 months ago.