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
TestNG
Dependency is common need in unit testing, because the test cases may share some state, data and conditions, in order to write repeatable cases and run
TestNG
The group test is a new innovative feature in TestNG, it doesn’t exist in Junit framework, it permits you dispatch methods into proper portions and preform sophisticated groupings of test methods.