-
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
Run JBoss 7 in debug mode
Run JBoss 7 in debug mode and debug application with Eclipse. Continue reading
Posted in Java, Java EE, JBoss, Software Development
Tagged eclipse, java, jboss, software development
7 Comments
m2e fix – Plugin execution not covered by lifecycle configuration
How to fix Maven m2e plugin Lifecycle Mapping Problem “Plugin execution not covered by lifecycle configuration”. When you need to use JBoss Logging and JBoss Logging Tools. Continue reading
M2E quick fix – not up-to-date pom.xml
Recently, I have started using Apache Maven within Eclipse with m2e plugin. It helps me a lot as I can make many things within eclipse. This plugin stills needs development (as has many open bugs), but since now I have … Continue reading
Beneficial CountDownLatch and tricky java deadlock
Discover beneficial CountDownLatch, but watch out tricky java deadlocks. Modern JVMs does not detect such deadlocks. Continue reading
Posted in Java, Software Development
Tagged concurrency, java, Research, software development
12 Comments
Reduce lock granularity – Concurrency optimization
Improve concurrency code by reducing lock granularity. Advises to optimize code that involves synchronization. Continue reading
Posted in Java, Software Development
Tagged concurrency, java, Research, software development
4 Comments
