As in past conversations, AppDynamics points out that it is very difficult to understand performance issues in complex, distributed, Java-based applications. What should be measured, how it should be ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
What is the best application server? The answer depends on what an enterprise is looking for. Compare Apache Tomcat to these four offerings to see which Java app server fits. Continue Reading ...
Learn how C4’s concurrently compacting garbage collection algorithm helps boost Java scalability for low-latency enterprise Java applications, in this installment of Eva Andreasson’s JVM performance ...
Java remains a powerhouse tool for application development, but developers need to take advantage of new design principles to get the most from their applications. Dave Rosenberg has more than 15 ...
Martin LaMonica is a senior writer covering green tech and cutting-edge technologies. He joined CNET in 2002 to cover enterprise IT and Web development and was previously executive editor of IT ...
Pop quiz: Do you know what annotation metadata is? If you’re like most coders, you don’t—and that has been okay, says Graeme Rocher, creator of Java application frameworks, including Grails. But in a ...
Request handling is the bread and butter of Java web application development. In order to respond to requests from the network, a Java web application must first determine what code will respond to ...
One of the most powerful uses of scripting languages is in "application automation", that is, the idea of automating a long sequence of steps such as: "select paragraph at cursor, indent 3" right, ...