Wednesday, May 29, 2013
Handling large XML Files
http://java.dzone.com/articles/conveniently-processing-large
https://github.com/andyHa/scireumOpen/tree/master/src/com/scireum/open/xml
http://www.javacodegeeks.com/2012/05/xml-unmarshalling-benchmark-jaxb-vs.html
http://thejavamonkey.blogspot.sg/2008/10/processing-large-xml-documents-with-x.html
http://www.xml-benchmark.org/downloads.html
https://github.com/andyHa/scireumOpen/tree/master/src/com/scireum/open/xml
http://www.javacodegeeks.com/2012/05/xml-unmarshalling-benchmark-jaxb-vs.html
http://thejavamonkey.blogspot.sg/2008/10/processing-large-xml-documents-with-x.html
http://www.xml-benchmark.org/downloads.html
Monday, May 27, 2013
Wednesday, May 15, 2013
Extra readings on JVM
http://www.javaworld.com/javaworld/jw-08-2012/120821-jvm-performance-optimization-overview.html?source=IFWNLE_jw_2012-08-21
http://www.javaworld.com/community/?q=node/8437&source=IFWNLE_jw_2012-08-21
http://www.javaworld.com/javaworld/jw-08-2012/120816-oracle-has-been-good-for-java.html?source=IFWNLE_jw_2012-08-21
http://www.javaworld.com/javaworld/jw-08-2012/120810-influence-not-control-in-open-source.html?source=IFWNLE_jw_2012-08-21
http://www.nytimes.com/2012/08/22/business/a-test-of-smart-cars-gets-under-way.html?_r=1
http://www.networkworld.com/news/2012/082012-wearable-computers-261509.html?t51hb
http://www.newscientist.com/article/mg21528774.900-augmented-reality-kitchens-keep-novice-chefs-on-track.html
http://tech.fortune.cnn.com/2012/08/20/the-big-apples-big-data-advantage/
Tuesday, May 14, 2013
Thursday, May 9, 2013
Apache Ant in java
Parsing build.xml in Java
http://www.srccodes.com/p/article/9/Invoke-and-Execute-Hello-World-Ant-Script-Programmatically-using-Java-Code
http://ant.apache.org/manual/projecthelper.html
http://stackoverflow.com/questions/830541/how-to-parse-and-interpret-ants-build-xml
Copy Directory
http://ant.apache.org/manual/Tasks/copydir.html
Running ant in java (http://ant.apache.org/manual/running.html)
http://www.ibm.com/developerworks/websphere/library/techarticles/0502_gawor/0502_gawor.htmljava -Dant.home=c:\ant org.apache.tools.ant.launch.Launcher [options] [target]
http://thilosdevblog.wordpress.com/2010/08/30/calling-an-ant-target-via-java/
http://stackoverflow.com/questions/10035188/running-ant-programmatically-through-java
Sunday, May 5, 2013
Thursday, May 2, 2013
Subscribe to:
Posts (Atom)