-
Adrianos Dadis
Building Big Data & Stream processing solutions in many business domains. Interested in distributed systems and enterprise integration.
-
Recent Posts
Categories
Category Archives: Java
Java heap space, native heap and memory problems
A java process is consisted of java heap space, native C-Heap space and more. What problems can you face when these two are in conflict and how can you solve them? Continue reading
Invaluable books for an enterprise software engineer
A list of books that contain essential and advance knowledge that is required to any enterprise software engineer. Continue reading
Posted in Java, Java EE, Release Management, Software Development
Tagged books, integration, java, JavaEE, patterns
Leave a comment
How to identify if installed JDK is 64 or 32 bit
A method to identify if an installed JDK is 32-bit or 64-bit. Continue reading
Posted in Administration, Java, Software Development
Tagged 32-bit, 64-bit, java, jdk, jvm, version java
2 Comments
Java Thread at RUNNABLE state is not really running
Which are the main reasons that even a Java thread is at RUNNABLE state it is not really running. Continue reading
Posted in Java, Software Development
Tagged java, jvm, software development, thread, troubleshooting
5 Comments
JRockit – JRCMD useful commands
Describe a few crucial diagnostic commands of JRCMD of JRockit JVM to help you on troubleshooting. Continue reading
Posted in Administration, Java, Software Development
Tagged java, jrcmd, jrockit, jvm, troubleshooting
9 Comments
