Subversion
Java
- Sun's Java Tutorial
- Here is a list of links to Java tutorials.
Unit testing in J2ME
There is no JUnit for J2ME. The easiest way is probably to use JMUnit.
Here are some ways to produce PDFs.
- On OS X, use the print dialog: choose "Save As PDF" in the bottom-left drop-down menu.
- Purchase Adobe Acrobat creator (not recommended :P)
- Prite your document on Google Docs, and choose File > Save as PDF
- Prite your document in Open Office Writer and choose File > Export as PDF
- Prite your document in LaTeX and run pdflatex
- Use an online service such as pdfonline.
- Pnstall a PDF Printer (like http://www.cutepdf.com/), write your document in whatever you want, and print it to the PDF printer
XML
Here is information on parsing XML.
- http://developers.sun.com/mobility/midp/articles/parsingxml/
- http://www.ericgiguere.com/microjava/cldc_xml.html
- http://www.informit.com/articles/article.aspx?p=20982
- http://wiki.forum.nokia.com/index.php/How_to_parse_an_XML_file_in_Java_ME_with_kXML
- http://www.devx.com/xml/Article/11773
Regular expressions
Here are some regular expression resources that you may find helpful.
- Python regular expression operations
- Regex Tutorial, Examples and Reference
- Regular Expression Library
- RegexBuddy - Your Regex Coach and Assistant
User manuals
Here are some user manual resources that you may find helpful.
- Online Technical Writing: User Guides
- User Guide Tutorial
- User guide - Wikipedia, the free encyclopedia
- Tips for writing user manuals
- How to Publish a Great User Manual
Peer evaluation
Here are some links to papers and tips on peer evaluation.