(Ahmed Charfeddine) Websocket, SSL, Json, MySQL are all combined together with Push Framework to produce a C++ server that interacts with an Angularjs web front-end. The application shows the ease of implementing CRUD.
Tag: JSON / JAVA / XML
Working with XML files and APEX – Part 3: Detail elements in a row with OUTER JOIN
(Tobias Arnhold) After I described how to successfully import XML files into an APEX application and gave some basic information about the analyzing of xml data.
Control Statement in Java With Example
(deepak kumar) A program executes from top to bottom except when we use control statements, we can control the order of execution of the program, based on logic and values.
Control XML Output with SaveOptions
(Peter Vogel) As my column Creating Complex XML Documents with XML Literals indicates, I think your best choice for creating complex XML documents is to use XML Literals with the XElement object.
A Homage to jQuery Plugins
(Ben Pickles) jQuery plugins are much maligned (often for good reason) but I recently wrote a simple app-specific jQuery plugin and had a little moment of clarity as I my eyes opened to their wonders. Here are a few reasons why they still have a place in your front-end toolbox.
Java SE 8 new features tour: Traversing, filtering, processing collection, & methods enhancements with Lambda
(Mohamed Taman) In this article of the “Java SE 8 new features tour” series, we will deep dig into explanation, and exploring the code, on how to traverse the collections using lambda expression and with method references, filtering them with predicate interface, implementing default methods in inte
Binding Any JSON Data List in Your Application
(Saad Mahmood) So you have also spent much of your time in data binding and it has become hectic for you. Do have a JSON data list and you want to bind it in your application?
Uploading the files – HTML5 and jQuery way!
(Afzaal Ahmad Zeeshan) Most of the websites are using HTML5 and jQuery plugins, to upload the files without the user to have to send a POST request to the server, which is not a likely way of uploading the files.
My Three Coolest jQuery Plugins for Mobile Apps
(Jan Jorgensen) As I’ve mentioned a few times before, I like a web interface that acts like a real interface—you know, applications written in C, Objective-C, or Java. This is something that RPG, in my opinion, is really missing, and it doesn’t seem that IBM will ever change the language to be a rea
Parsing XML File in Windows Phone in No Time
(Saad Mahmood) In this article you will learn how to Parsing XML File in Windows Phone in NO TIME.
