(Paul Anderson) In this video excerpt from Java Reflection LiveLessons (Video Training), Paul Anderson talks about accessing Array elements using setters and getters.
Tag: JSON / JAVA / XML
Excel Add-in for Exporting Data to XML
(Syed Umar Anis) ExcelExportXML is a Microsoft Excel 2010/2015 Add-in that generates XML data from an Excel sheet. It is developed in Visual Studio using C#.
Hoisting in JavaScript: Simplified
(Dhananjay Kumar) In this article let us try to understand hoisting in JavaScript in simple words.
Duck typing in Java
(mrcellux) In OO programming duck typing means an object is defined by what it can do, not by what it is. A statement calling a method on an object does not rely on the declared type of an object, only that the object must implement the method called.
Enlarge Image Using jQuery
(Rahul Saxena) This article shows how to show images in a data list from a directory and on the click of an image how to enlarge that image using JQuery.
Use this HTML5 video player sample for your hackathon projects
(Dave Voyles) Last week Microsoft announced the new Azure Media Services video player. Here’s the biggest selling point for me:
Embedding Java VM into C application and using JNI with JSON
(Richard Chambers) Exploring how to embed a Java VM into a C application and developing a native library for a Java application using JNI.
Tuning Database XQuery Statements (2)
(Marco Gralike) So we concluded the post “Tuning Database XQuery Statements (1)” with the following SQL statement (cost 794)…
Excel to XML Conversion in Visual Studio
(Viipiin Tyagi) In this article you will learn how to convert an Excel data to XML in Visual Studio.
WCF: WCF (xmlSerialization) dropping certain properties of an object during serialization
(Saurabh Somani) Task: To consume the JavaService from a WCF client application.
