Standard Tools
These are the tools we have pretty much settled on as a team. For ease and consistency of development please try to remain on these tools and discuss with the team before introducing competing technologies.
General Software Tools
- Operating System: what ever floats your boat.
- IDE: Eclipse commonly used and free
- Wiki / Issue Tracker / Code Browsing and Reviewing / Automated Builds: we have a Jira Studio subscription (Nicole Deflaux and Mike Kellen as admins)
- Code versioning: Subversion, hosted by Atlassian as part of our Jira Studio subscription
- Build System: Maven
- Build repository manager: see Sage's hosted Artifactory service http://www.jfrog.org/products.php(John Hill and Mike Kellen as admins)
Java Libraries
At this point we don't have any strict licensing requirements, however to maintain flexibility we have to be careful about licenses for software we choose to incorporate into our system. The best licenses are open source licenses without copy-left provisions (e.g. Apache License) that give us maximal flexibility in what we later do with the code base. Some strong copy-left licenses (e.g. GPL) would impose licensing requirements on us (e.g. force us to use GPL ourselves) if we chose to redistribute the code base at a later date. For now, we should just be aware of the mix of licenses incorporated into our projects, and have a bias for open source, non-copy left licenses.
- Application Framework: Spring
- Test: JUnit as test framework, Easy Mock 3.0 for mock objects in unit tests
Tools To Know About
Pretty-Print JSON
Have a large blob of JSON? Want to see it in human readable format? Toss it into this web ui: http://jsonformatter.curiousconcept.com/
Web Trace Tools
- Firebug http://getfirebug.com/
- Fiddler http://www.fiddler2.com/fiddler2/
Sequence Diagram Editors
Don’t waste your time with drawing programs when you can just write something similar to psuedocode.
Lucene Search
Browse lucene indices with Luke http://www.getopt.org/luke/