alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

<module>
	<!-- This is a template that illustrates how to set up the classpath. The user needs 
	to simply provide the entry point class, the section between the FIXED PATHS comments 
	should be left untouched. -->
	
	<!-- //////// FIXED PATHS //////// -->
	<!-- Inherit the SWT-Dojo libs and the SWT common libs 					-->										
	<inherits name='org.eclipse.swt.swtlibs'/>
		
	<!-- Inherit the SWT javascript libs, css styles, etc. 					-->
	<inherits name="resources"/>
	
	<!-- Inherit the base Dojo libs 										-->
	<inherits name='dojoLib'/>
	
	<!-- Inherit java.io + java.lang emulated libs.							-->
	<inherits name='dojo.JCL'/> 
	
	<!-- Inherit the core Web Toolkit stuff.                  				-->
	<inherits name='com.google.gwt.user.User'/>	
	<!-- //////// FIXED PATHS //////// -->
	
	<!-- Specify the app entry point class.									-->
	<entry-point class='org.your.packagename.YourEntryClass'/>
</module>
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.