<module>

	<!-- Inherit the core Web Toolkit stuff.                  -->
	<inherits name='com.google.gwt.user.User'/>

	<!-- Specify the app entry point class.                   -->
	<entry-point class='com.uniksoft.client.TableEntryPoint'/>
	<servlet path="/DataService" class="com.uniksoft.server.DataServiceImpl"/>
</module>
