Core Java
Thread-safe Hash Map in Java and their performance benchmark
2614
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
ASJAVA.COM
Web Services
TCPMon Tutorial – Web Service Debugging Tool
14.6к.
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
ASJAVA.COM
Ant
Ant – how to get current directory in Ant
01.5к.
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
ASJAVA.COM
Oracle
How to convert milliseconds to date string in Oracle SQL
22.3к.
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
ASJAVA.COM
Jetty
How to deploy a war file to jetty
0314
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
ASJAVA.COM
Tools
Fiddler tutorial – How to use Fiddler
02.8к.
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
ASJAVA.COM
Core Java
How to get the stack trace of current thread in Java
114.2к.
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
ASJAVA.COM
Jetty
How to change Jetty default port
0615
In Jetty, almost all of configuration information is by default maintained in file jetty.xml, this file is located under $JETTY_HOME/etc/.
ASJAVA.COM
TestNG
TestNG with Cobertura – generate code coverage report
36.2к.
Cobertura is a open source coverage tool which calculates the percentage of code accessed by test and generate source code coverage report.
ASJAVA.COM
TestNG
TestNG Tutorial and Example – Suite Test
4554
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
ASJAVA.COM