this article will explain how JVM works, its structure, how it executes Java bytecode, the order of execution, examples of common mistakes and their solutions, as well as the new features in Java SE 7… more →
Brent Sordyl's blogwrote 15 hours ago: I will continue with some more data structures offered by Scala. As Scala focuses on both imperative … more →
wrote 22 hours ago: I will continue exploring more features in Scala here. 1. Parameterize Array with types: val big = n … more →
wrote 1 day ago: This post is not to teach scala but a small reference for what I am going to learn about Scala. I am … more →
wrote 4 days ago: Some of the more frequently used Java HotSpot VM Options have been publicly documented by Oracle. Of … more →
wrote 5 days ago: I learned, by my own traumatic experience, that the Groovy ConfigSlurper has a memory thirst that ca … more →
wrote 1 week ago: JSR 223 Here is an extract describing this topic : Servlet specification (Servlet 2.4, JSR-154, is t … more →
wrote 1 week ago: Previous Post Word Count MapReduce with Akka http://www.akkaessentials.in/2012/03/word-count-mapredu … more →
wrote 2 weeks ago: $JAVA_HOME/bin/jinfo -flag <flag> <process_id_of_jvm> As an example, if you want to know … more →
wrote 2 weeks ago: Tuning and optimizing a JVM garbage collector can be a very rewarding process in terms of meeting pr … more →
wrote 2 weeks ago: In order to remote debug a Java application from Eclipse, that application must be started with debu … more →
wrote 2 weeks ago: For running example in this tutorial, make sure that, you have latest Java distribution and Scala di … more →
wrote 2 weeks ago: Arquillian Testing Guide John D. Ament (Packt Publishing – Paperback, Kindle) If you have some … more →
wrote 3 weeks ago: Programming Grails Burt Beckwith (O’Reilly – paperback, Kindle ) Burt Beckwith is an experienc … more →
wrote 3 weeks ago: Well Lets get started..! What do you mean by portability?? ( answer yourself firstly ) Well the def … more →
wrote 3 weeks ago: Java код (*.java) компилируется в байт-код (*.class). При запуске приложения выполняется байт-код. Т … more →
wrote 3 weeks ago: Recently, one of our cassandra nodes run into an issue: one CPU thread utilization is 100% while the … more →
wrote 1 month ago: This post describes some ways to configure the heap size for WebSphere application server. Note: The … more →
wrote 1 month ago: Many Java performance tuning articles propose to disable bytecode verification when running a Java p … more →
wrote 1 month ago: 最近做Logstash + Elasticsearch的 POC,由于瞬时日志量很大(整个公司的内部外部DNS请求LOG)所以遇到了不少问题。当然这对POC是非常好的环境,直接就上大规模的数据量,从 … more →