News

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 ...
The boom in application servers in recent years raises the question of whether an entire new tier of computing infrastructure has been created. Application servers separate systems functions from ...
Recent articles on TheServerSide.com have discussed some of the challenges of troubleshooting and debugging Java code, much of which has focused around the futility of working with the de facto tool ...
How do you find out what is happening to a running Java application? You can find Notepad.jar in $JAVA_HOME/demo/jfc/Notepad. Once the Notepad application has started ...
JNI is essential to the implementation of Java, since the JVM needs to interact with the native platform to implement some of its functionality. Apart from that, however, use of Java classes can often ...
Community driven content discussing all aspects of software development from DevOps to design patterns. I recently recently compared Java’s REPL scripting environment to Python’s. Many detractors felt ...
The original announcement of the GNOME Desktop Project in 1997 stated the following intention, “to use GTK/Scheme bindings for coding small utilities and applications”. Since then, the GNOME ...
JavaServer Pages (JSP) is a more flexible technology than servlets because it can respond to dynamic changes at runtime. Can you imagine a common Java class that has this dynamic capability too? It ...
Forbes contributors publish independent expert analyses and insights. I write about finance and technology. Waratek responded quickly and launched Java Application Security which detects and blocks ...
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, ...