TechnicatGame DeveloperOpen SourceSoftware Essays
 

Java

Sun Microsystems supports Java with development kits, reference documentation and tutorials on the Sun Java site, features applications on java.com, and hosts open source projects on java.net.

Mac OSX Java developers can find useful information from the Apple Developer Connection and the Mac Java Community.

java-source.net, lists open source java projects. Apache supports many Java projects under Jakarta, in addition to projects such as the ubiquitous ant build system.

To package Java applications for delivery, check out Launch4J and IZPack as alternatives to InstallAnywhere.

For profiling, Profile4j provides a nice interactive GUI, although still not quite as nice as commercial apps like Yourkit.

Both commercial and open source Java Swing look-and-feel kits are listed at javatoo Open source Swing components are provided by L2FProd.

For Java game development, check out the Java Gaming forum and the book Killer Game Programming in Java

Open source IDE's include Eclipse . XRadar produces graphical metrics displays using source code analysis tools such as PMD.

Hibernate provides an object-to-relational mappings.

See the World Wide Web Consortium for XML/XSL specifications

Game Desktop

This source code is a (perhaps overly elaborate) framework for developing games that can be wrapped either in a Swing or J2ME interface. You can see it in action on Fugu Games.

The MIT License

Copyright (c) 2007 Technicat, LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.