Core Java
1. Java Thread-safe Map Overview The Map object is an associative containers that store elements, formed by a combination of a uniquely identify key and
Web Services
Revision History Revision 1.0 10.04.2013 Admin TCPMon Tutorial Revision 1.1 10.05.2013 Admin Add Tips, bug fixes and enhancements When developing web services
Ant
how to get current directory in Ant ? To get the current directory, you can directly use ant build-in property ${basedir}, it gives us the actual directory
Oracle
If you store the date in milliseconds, for instance, 1126483200000, its milliseconds since January 1, 1970, 00:00:00 GMT in Oracle, we can see, even one
Jetty
Like what we often do in tomcat, we can still static or hot deploy war file(packed or unpacked) to Jetty container, this tutorial will demonstrate how
Tools
Revision History Revision 1.0 01.15.2013 Admin Fiddler tutorial Revision 1.1 – 1.3 09.09.2013 – 10.04.2013 Admin bugfixes and enhancements Fiddler
Core Java
This tutorial demonstrates how to dump stack track of the current thread in Java, this is very useful troubleshoot or debug skill to identify the states
Jetty
In Jetty, almost all of configuration information is by default maintained in file jetty.xml, this file is located under $JETTY_HOME/etc/.
TestNG
Cobertura is a open source coverage tool which calculates the percentage of code accessed by test and generate source code coverage report.
TestNG
A test suite is a collection of test cases that are intended to test a behaviour or set of behaviours of software program. In TestNG, we cannot define