(Lucas Jellema) This article describes a Java EE 7 web application that exposes a REST service that handles HTTP POST requests with JSON payload. Any message received is sent through a Web Socket to the web socket (server) endpoint that is published by a Java Class deployed as part of the web applic
Tag: JSON / JAVA / XML
Working With Keyboard Events and Their Codes in JavaScript
(Afzaal Ahmad Zeeshan) In this article you will learn what keyboard events are and how to use them to dynamically change the UI depending on the Keys pressed by the user.
Java: How to detect Java deadlocks programmatically
(Ivan Korhner) Deadlocks are situations in which two or more actions are waiting for the others to finish, making all actions in a blocked state forever. They can be very hard to detect during development, and they usually require restart of the application in order to recover.
Programming in Java Using the MVC Architecture
(Afzaal Ahmad Zeeshan) This article is about the MVC framework in Java application development, from desktop applications for basic programs to enterprise solutions written in Java.
TechTip: Node.js Is Genius with WebSockets
(Aaron Bartell) “Wow, that was significantly simpler than I thought it would be,” said no web programmer ever.
Automatic Android DataGrid from JSON
(Imam Ferianto) This tips will do simple colaboration Android with php (yiiframework) via JSON webservice.
jQuery Input Control (TextBox) Performance Tips
(Suprotim Agarwal) This recipe contains four most common operations you will be performing on the Input Text Box controls while working on your website or projects.
Convert Microsoft ADOMD Cell Set to JSON
(Sibeesh Venu) Today I came across a requirement for converting Microsoft ADOMD cell sets to JSON. So I thought of sharing that with you all. I hope you will like it.
API Security in REST vs SOAP
(Paul Bruce) Web application and API security is paramount to digital exchanges in the connected world: the balance transfer you just made from your bank’s mobile app, those notes your doctor just entered in during your check-up, the password you just sent over SMS; they all need to be secure, and
HTML5/CSS3 VS Fighters Animation
(mgameideas) This is a conceptual idea for VS Scene Fight using only CSS3.
