After a whole month delay (boo hiss) I have managed to get the sample code from my presentation into version control. I hope this will be included in the next release.
To grab this code right now you can use: svn co http://svn.geotools.org/geotools/branches/2.2.x/demo/example/ Presentation: - http://www.foss4g2006.org/materialDisplay.py?contribId=186&sessionId=44&materialId=slides&confId=1 I also looked into using a maven "exec" plug-in (rather then your IDE) as a quick way to start things moving: This was done with the maven "exec" plug-in... - http://mojo.codehaus.org/exec-maven-plugin/introduction.html Cheers, Jody > To Run the following application you can either... > > Use maven from the command line: > 1. mvn exec:java -Dexec.mainClass="org.geotools.demo.example.WFSExample > 2. mvn exec:java -Dexec.mainClass="org.geotools.demo.example.WMSExample > 3. mvn exec:java > -Dexec.mainClass="org.geotools.demo.example.SLDExample" -Dexec.keepAliv > e=true > > Open it up in your IDE (instructions for eclipse follow): > 1. Use maven to produce the eclipse project and classpath files: > mvn eclipse:eclipse > 2. Import the project into eclipse using the import wizard > 3. Select one of the sample applications and run as a java application Cheers, Jody ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
