What application are you trying to make? GeoTools is just a toolkit to help you deal with the spatial stuff, not an application framework. If you need a desktop application why not start with http://udig.refractions.net/ or if you are working on the J2EE side of the fence look at http://geoserver.org/ (they have a new module system so you can start programming quickly).
If you just want to make a utility, grab one of the demo examples (they show how to depend on geotools stuff with maven and produce a java application with a main method). Cheers, Jody > Hello all, > I am trying to develop an application using GEOTOOLS API, > BUT i am not able to start > Could any one guide me how to start and go forward, > Thanks in advance, > Vamsee > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > _______________________________________________ > Geotools-gt2-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
