(Michael Edgar) This great primer for Contexts and Dependency Injection covers the need for it and a simple implementation in a Java EE environment that focuses on injecting properties.
Tag: JSON / JAVA / XML
Get started with the Java EE 8 Security API, Part 2
(Alex Theedom) The first article in this series presented an overview of the Java EE Security API (JSR 375), including a high-level introduction to the new HttpAuthenticationMechanism, IdentityStore, and SecurityContext interfaces.
Fix Flow Node Issue ‘property querySelector of unknown’
(David Walsh) Flow, the static type checker used in many React projects, feels like a gift and a curse at times; a gift in that it identifies weaknesses in your code, and a curse that sometimes you feel like you’re needlessly adjusting your code to satisfy Flow.
Material Sidenav And Datatable Using Angular 6
(Manav Pandya) With the release of Angular 6.0, one of the new features added is called Angular Material Starter Component. We can make use of various starter components which are listed below.
Getting Started with Node.js
(Brad Dayley, Brendan Dayley and Caleb Dayley) This chapter introduces you to the Node.js environment. Node.js is a website/application framework designed with high scalability in mind. It was designed to take advantage of the existing JavaScript technology in the browser and flow those same concept
How to use SAML in an Angular JS Single Page Application hosted on AWS
(Mike V Baker) This article describes the process of setting up Single-Sign-On (SSO) for a Node.js website hosted on Amazon Web Services and configuring Elastic Beanstalk for HTTPS.
Angular 5.0 Overview
(Amit Kumar) In this article, we will learn about Angular 5.0. Before talking about Angular 4 and 5, Angular 6 has also been released. Angular 2.0 is the base of all versions (Angular 4, 5, 6). Angular 5.0 has become one of the most popular open source Javascript Frameworks in the world for developi
XSD Tutorial – Part 3 of 5 – Extending Existing Types
(Simon Sprott) This article gives a basic overview of the building blocks underlying XML Schemas.
The 3 Types of Node.js Profilers You Should Know About
(Ben Putano) Node.js is similar to many other coding languages in the sense that it needs to be used in conjunction with the right tools to debug your program, overcome any bottlenecks, and optimize its functionality. With the right profilers, you can achieve this goal without a hitch, although none
Search Data Very Quickly Using jQuery In Web Application
(Amit Kumar) In this article, we will learn how to search data from a table without hitting front-end and back-end (this means without a heat database or server-side code).