Coffee Talk: Java, News, Stories and Opinions
Open source Java
-
JUnit vs TestNG - Which testing framework should you choose?
- Community Member 15 Sep 2016 -
The complete guide to instrumentation: How to measure everything
- Community Member 15 Sep 2016 -
Memory analysis – How to obtain Java heap dump?
- Community Member 15 Sep 2016
JUnit vs TestNG: The testing frameworks showdown
What’s instrumentation and why do you need it in your application?
In this article we will see how to obtain the Java Heap Dump to troubleshoot the memory issues like memory leak and high usage of memory. There are different options available to obtain the Heap Dump.
-
What’s new in Docker? The top 5 features you should know
06 Sep 2016 -
Would you configure the Maven release plugin to skip tests?
06 Sep 2016 -
A cloud, data quality service for both real-time and batch data
06 Sep 2016 -
Enabling and analysing the garbage collection log
06 Sep 2016
What’s new in Docker and how it can affect your code?
Learn how you can make Maven Release Plugin not executing tests twice
data quality
As a developer every one will get a question on enabling the GC log on production servers. Is it advisable to enable GC log on production server?