{"id":15745789,"url":"https://github.com/dgroup/gwt_tutorial","last_synced_at":"2025-03-31T06:14:25.697Z","repository":{"id":72815376,"uuid":"69262061","full_name":"dgroup/GWT_tutorial","owner":"dgroup","description":null,"archived":false,"fork":false,"pushed_at":"2016-09-26T15:08:34.000Z","size":67330,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-06T10:46:14.812Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dgroup.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-26T15:04:27.000Z","updated_at":"2016-09-26T15:08:36.000Z","dependencies_parsed_at":"2023-02-23T12:31:14.997Z","dependency_job_id":null,"html_url":"https://github.com/dgroup/GWT_tutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgroup%2FGWT_tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgroup%2FGWT_tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgroup%2FGWT_tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgroup%2FGWT_tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dgroup","download_url":"https://codeload.github.com/dgroup/GWT_tutorial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246423726,"owners_count":20774820,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-04T04:22:00.343Z","updated_at":"2025-03-31T06:14:25.677Z","avatar_url":"https://github.com/dgroup.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[GWT Tutorial](http://www.gwtproject.org/doc/latest/tutorial/index.html)\n\n#### Option A: Import your project into Eclipse --\nIf you use Eclipse, you can simply import the generated project into Eclipse.\nWe've tested against Eclipse 3.4 and 3.5.  Later versions will likely also\nwork, earlier versions may not.\n\nIf the directory containing this file does not have a .classpath or .project\nfile, generate them by running 'ant eclipse.generate'\n\nIn Eclipse, go to the File menu and choose:\n\n  File -\u003e Import... -\u003e Existing Projects into Workspace\n\n  Browse to the directory containing this file,\n  select \"StockWatcher\".\n  \n  Be sure to uncheck \"Copy projects into workspace\" if it is checked.\n  \n  Click Finish.\n  \nYou can now browse the project in Eclipse.\n\nTo launch your web app in GWT development mode, go to the Run menu and choose:\n\n  Run -\u003e Open Debug Dialog...\n\n  Under Java Application, you should find a launch configuration\n  named \"StockWatcher\".  Select and click \"Debug\".\n\n  You can now use the built-in debugger to debug your web app in development mode.\n\nIf you supplied the junit path when invoking webAppCreator, you should see\nlaunch configurations for running your tests in development and production\nmode.\n\n#### Option B: Build from the command line with Ant --\n\nIf you prefer to work from the command line, you can use Ant to build your\nproject. (http://ant.apache.org/)  Ant uses the generated 'build.xml' file\nwhich describes exactly how to build your project.  This file has been tested\nto work against Ant 1.7.1.  The following assumes 'ant' is on your command\nline path.\n\nTo run development mode, just type 'ant devmode'.\n\nTo use Super Dev Mode, you will need to run two commands in separate\nwindows. Run 'ant devmode' and also 'ant superdevmode'.\n\nTo compile your project for deployment, just type 'ant'.\n\nTo compile and also bundle into a .war file, type 'ant war'.\n\nIf you supplied the junit path when invoking webAppCreator, you can type 'ant\ntest' to run tests in development and production mode.\n \nFor a full listing of other targets, type 'ant -p'.\n\n#### Option C: Using another IDE --\n\nGWT projects can be run in other IDEs as well, but will require some manual\nsetup.  If you go this route, be sure to:\n\n* Have your IDE build .class files into 'war/WEB-INF/classes'.\n* Add gwt-user.jar and gwt-dev.jar to your project build path.\n* When creating a launch configuration, add a classpath entry for your 'src'\n  folder (this is somewhat unusual but GWT needs access to your source files).\n\nIf you get stuck, try to mimic what the Ant 'build.xml' would do.\n\n#### Option D: Using Maven --\n\nIf you have generated your project with the option '-maven', you have a 'pom.xml'\nfile ready to use. Assuming you have 'maven2' installed in your system, 'mvn' is \nin your path, and you have access to maven repositories, you should be able to run:\n\nmvn clean         # delete temporary stuff\nmvn test          # run all the tests (gwt and junit)\nmvn gwt:run       # run development mode\nmvn gwt:compile   # compile to javascript\nmvn package       # generate a .war package ready to deploy\n\nFor more information about other available goals, read maven and gwt-maven-plugin \ndocumentation (http://maven.apache.org, http://mojo.codehaus.org/gwt-maven-plugin)  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdgroup%2Fgwt_tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdgroup%2Fgwt_tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdgroup%2Fgwt_tutorial/lists"}