Ix-chel Ruiz and Andres Almiray talk about the tools in the Java space that can help us get better measurements and results, like JMeter (perhaps one of the most well known) and JMH (probably the next likely candidate), and some techniques that should make engaging in performance testing a rewarding
Tag: JSON / JAVA / XML
Kendo TreeList Moving A Node Up And Down In ASP.NET MVC Using JavaScript
(Rupesh Kahane) In this article, you will learn how to move a node up and down in Kendo TreeList in ASP.NET MVC, using JavaScript. Many times, while working with TreeList, we need to move a node up & down in ASP.NET MVC.
XML… in the Cloud !
(Matthias Nicola) Over the past couple of years I have focused a lot on Cloud Data Services and less on XML as a specialty topic. But sure enough, all of the great XML processing capabilities that you know from DB2 pureXML are also available in cloud database services such as dashDB and DB2 on Clou
Exception handling framework in Java
(Shubhashish_Mandal) In java it is very easy to handle exception , by adding try-catch-finally block. For simple application or testing purpose it is ok. But while you are thinking of working on an enterprise application then you could understand that you need some well structure code to habndle thi
JavaScript Interview Day # 2 – Can You Explain Undefined And Null?
(Dhananjay Kumar) Have you ever been asked, “Can you explain null and undefined in JavaScript”? This question is very trivial but important. As a JavaScript developer, you must have absolute understanding about undefined and null.
HTML5 Geolocation
(Peter Leow) Every one of us occupies a location on Earth. This location is specified by a geographic coordinate system of latitude, longitude, and altitude. With the proliferation of location-aware hardware and software, finding one’s location on the Earth has never been easier.
The JavaScript ‘copy’ Event – Fun With InVision Freehand Shapes
(Ben Nadel) A couple of weeks ago, my company released a gorgeous white-boarding and sketching tool called Freehand. In a short time, this tool has completely changed the way our all-remote engineering team has conducted internal meetings, finally having a seamless way to hash out architectural and
JavaScript Interview Day # 1 – How To Create A Class
(Dhananjay Kumar) Have you ever been asked, “How do you create class in JavaScript?” I am sure, regardless of the level of the JavaScript interview, you must have come across this question. Well, there is not one answer to this question.
How to Effectively Sweep Problems Under the Rug in Java
(Dustin Marx) Because software bugs can make us appear bad as developers and lead to others thinking less of us, it is best to avoid writing bugs, to identify and fix bugs quickly, or to cover up our bugs.
Java 9’s other new enhancements, Part 5: Stack-Walking API
(Jeff Friesen) JEP 259: Stack-Walking API defines an efficient standard API for stack walking that allows the easy filtering of and lazy access to stack trace information. This API supports short walks that stop at a stack frame matching given criteria, and also supports long walks that traverse the