| // Copyright 2006 Google Inc. All Rights Reserved. | |
| package test; | |
| import com.google.gwt.core.client.EntryPoint; | |
| import com.google.gwt.user.client.Window; | |
| public class ServletMappingTestApp implements EntryPoint { | |
| public void onModuleLoad() { | |
| Window.alert("ServletMappingTest onModuleLoad()"); | |
| } | |
| } |