Difference between revisions of "JGridstart/Technologies"

From PDP/Grid Wiki
Jump to navigationJump to search
m (update xhtmlrenderer link)
m (maven update)
Line 1: Line 1:
 
* Programming language: [http://java.sun.com/javase/ Java] version 1.5 (versions<1.4 are [http://www.statowl.com/java.php hardly used] anymore).
 
* Programming language: [http://java.sun.com/javase/ Java] version 1.5 (versions<1.4 are [http://www.statowl.com/java.php hardly used] anymore).
** will use 1.5 (mainly because of generics) and [http://retroweaver.sourceforge.net/ retroweaver] for downcompiling (pending)
+
** will use 1.5 (mainly because of generics) (the 1.4-needy use [http://retroweaver.sourceforge.net/ retroweaver])
* Building: [http://ant.apache.org/ Ant], [http://proguard.sourceforge.net/ ProGuard] (to minimise the JAR file size)
+
* Building: [http://maven.apache.org/ Maven], [http://proguard.sourceforge.net/ ProGuard] (to minimise the JAR file size)
 
* Toolkit: [http://java.sun.com/javase/6/docs/technotes/guides/swing/ Swing] for portability and ease of use
 
* Toolkit: [http://java.sun.com/javase/6/docs/technotes/guides/swing/ Swing] for portability and ease of use
 
** with [http://java.sun.com/docs/books/tutorial/uiswing/misc/action.html Actions] for a clean design,
 
** with [http://java.sun.com/docs/books/tutorial/uiswing/misc/action.html Actions] for a clean design,

Revision as of 15:37, 26 April 2011