(Joydip Kanjilal) There are three important constructs in Java — concrete classes, abstract classes and interfaces. An abstract class is a special type of a class that is marked with the abstract keyword to indicate that the class cannot be instantiated but can be inherited if need be.
Tag: JSON / JAVA / XML
MVC Crud Using Generic Repository And jQuery
(Ahmed Abdi) In this article, you will learn how to create simple Crud operations, using generic repository pattern and jQuery.
how to pretty-print XML in PowerShell, and text pipelines
(Sergey Babkin) When I’ve needed to format an XML document nicely in PowerShell for the first time, I was pretty new to PowerShell. Doing it directly dind’t go too well but then I’ve found somewhere on the Internet an example that had shown me a different side of PowerShell, it really drove home the
B-Tree: Another Implementation By Java
(Tung.Nguyen.2k) B-Tree should be familiar to most of college students who take Computer Science as their study major like myself. Its original purpose is to reduce the time being spent in computer hard drive by minimizing storage I/O operations as much as possible.
Create Your Own Testimonial JQuery Code
(Anil Thakur) In this blog, we will discuss how we can create a simple hide and show code to show Testimonial with fade in fade out effect.
Dodgy Database Solution with JSON
(Michael Breeden) I needed to put together a green field system with middlin data requirements to manage a number of clients accounts. The problem is typical, though I know I have a problem with access to a Subject Matter Expert.
JSON in SQL 2016
(Prashanth Jayaram) With the new SQL server, you can have the best of both worlds. In your data models, you can choose when to use traditional structures and when to introduce NoSQL concepts.
Eclipse embraces Java microservices initiative
(Paul Krill) MicroProfile, which provides a technology blueprint to outfit enterprise Java for microservices deployments, has become an Eclipse Foundation project.
Resizable and nested modal dialogs using jQuery UI and Bootstrap
(Igor Krupitsky) The goal of this project is to show how to create nested modals that can be resized. Each modal is created from another page using an iframe.
An XQuery Module For Simplifying Semantic Namespaces
(Kurt Cagle) Learn how to use the Turtle syntax in the context of the MarkLogic database for remembering semantic namespaces and simplifying how you write them.