JGridstart/Technologies
From PDP/Grid Wiki
Revision as of 12:30, 27 August 2009 by Wvengen@nikhef.nl (talk | contribs)
- Programming language: Java version 1.5 (versions<1.4 are hardly used anymore).
- will use 1.5 (mainly because of generics) and retroweaver for downcompiling (pending)
- Building: Ant, ProGuard (to minimise the JAR file size)
- Toolkit: Swing for portability and ease of use
- with Actions for a clean design,
- custom component for interaction with web browsers, inspired by browser launcher, desktop integration (see also here),
- xhtmlrenderer (aka flying saucer) for HTML user-interface components, and
- Apache Commons CLI for a getopt command-line interface
- Cryptography: BouncyCastle
- Logging: standard Java logging (java>=1.4)