(Paxton Hare) I recently had a conversation with some developers looking for tips and tricks to help them optimize their XQuery code. During the conversation it occurred to me that the tips I was giving them were really just my mental checklist for how I optimize code.
Tag: JSON / JAVA / XML
Generating Classes from XML and JSON in Visual Studio
(Bhausaheb Patil) It’s very difficult and time consuming to writing the classes in C# for the XML or JSON if developer chooses to write it manually, but in .NET framework 4.5, Microsoft introduced a very good feature to creating the class from XML or JSON. In this article, we will discuss steps how
Java 9’s other new enhancements, Part 1
(Jeff Friesen) Barring further delays, Java 9 will reach general availability status on July 27. Its module system and Java Shell Read-Eval-Print Loop (REPL) tool are receiving considerable attention, but Java 9 also offers additional enhancements that will make this release memorable.
Bind GridView Using jQuery Load In ASP.NET With No Page Reload
(Yogi S) This tutorial explains how to bind GridView with no page reloading, using jQuery Load method.
Diving into Microservices
(Yolande Poirier) Watch these truly inspiring JavaOne sessions about microservices.
Jsoniter: JSON is faster than thrift/avro
(taowen) JSON is considered slow, like several times slower than protobuf/thrift/avro/…
Explain About jQuery Selector And CSS Use Jquery Element
(Thennarasu N) In this article, you will learn about jQuery selector and Id selectors, followed by how to use CSS in jQuery Selector Element, followed by an explanation of the basic syntax in jQuery Selector and ID Selector.
Scripting, Compiling, and Annotation Processing
(Cay S. Horstmann) This chapter introduces three techniques for processing code. The scripting API lets you invoke code in a scripting language such as JavaScript or Groovy. You can use the compiler API when you want to compile Java code inside your application.
The Node.js Ecosystem in Perspective
(Dan Shaw) Node.js is rapidly transforming application development from an environment dominated by Java to one dominated by JavaScript. Many novel choices were made along the way.
How to Create a Multilingual Application using JavaScript
(O.Nasri 12202787) In this tutorial, you will learn an easy way to create a multilingual application based on resources language file.