Java: Difference between revisions
From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs) m New page: == Learning Java == http://BlueJ.ORG/ A system for teaching Java to first year college students. == IDE's == * Eclipse * Borland [http://www.codegear.com/products/jbuilder JBuilder] * O... |
Brian Wilson (talk | contribs) |
||
(11 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
http://BlueJ.ORG/ A system for teaching Java to first year college students. | http://BlueJ.ORG/ A system for teaching Java to first year college students. | ||
== Books == | |||
So far these are my favorites: | |||
* Thinking in Java by Bruce Eckel | |||
* Java How to Program 7th Edition by Deitel and Deitel | |||
== IDE's == | == IDE's == | ||
* Eclipse | * [http://eclipse.org/ Eclipse] (free) | ||
* Borland [http://www.codegear.com/products/jbuilder JBuilder] | * Borland [http://www.codegear.com/products/jbuilder JBuilder] $500 | ||
* Oracle [http://www.oracle.com/technology/software/products/jdev/index.html JDeveloper] | * Oracle [http://www.oracle.com/technology/software/products/jdev/index.html JDeveloper] (free) | ||
* Sun NetBeans | * Sun [http://www.netbeans.org/ NetBeans] (free) | ||
== GIS == | |||
http://gislounge.com/features/learning-java-a-gis-perspective/ (2001) | |||
[http://geoserver.org/ Geoserver] | |||
[http://www.vividsolutions.com/JUMP/ JUMP] | |||
[http://www.vividsolutions.com/JTS/jts_frame.htm JTS] Java Topology Suite | |||
[http://openmap.bbn.com/ OpenMap] | |||
[http://udig.refractions.net/ uDig] | |||
GeoTools | |||
== More Links == | |||
[http://www.deitel.com/ResourceCenters/Programming/Java/tabid/450/Default.aspx Deitel Java resources site] | |||
[http://www.deitel.com/ResourceCenters/Programming/JavaDesignPatterns/tabid/1103/Default.aspx Design patterns] | |||
=== GIS related === | |||
http://freegis.org/ | |||
http://opensourcegis.org/ |
Latest revision as of 04:30, 7 December 2007
Learning Java
http://BlueJ.ORG/ A system for teaching Java to first year college students.
Books
So far these are my favorites:
- Thinking in Java by Bruce Eckel
- Java How to Program 7th Edition by Deitel and Deitel
IDE's
- Eclipse (free)
- Borland JBuilder $500
- Oracle JDeveloper (free)
- Sun NetBeans (free)
GIS
http://gislounge.com/features/learning-java-a-gis-perspective/ (2001)
JTS Java Topology Suite
GeoTools