My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
project_Include  
including to projects/modules together
Updated Oct 11, 2011 by branflak...@gmail.com

Including Two Projects/Modules Together

Including Two GWT Projects/Modules together, so you can reuse code is not to hard. But it can be frustrating at first.

What To Do

This is how I do it.
  1. Build two projects independently, be sure the stand on there own and run.
  2. Be sure both projects have different servlet context for there rpc calls, in RpcService.java and ./war/WEB-INF/web.xml
  3. In the project.xml file, inherit the other project, then go to build path and add the project to the build path. Another way is to link the source to its path.

Example

Coming shortly
Comment by acerezoguillen, Jun 4, 2010

Hellom Have you got an Example? Thanks.


Sign in to add a comment
Powered by Google Project Hosting