(Ashish Vishwakarma) Strategy Pattern falls under the behavioral patterms category in Gang of Four Design Patterns. Let’s take a real world example. In your office building your workstation is on the first floor while your colleague has one on the seventh floor.
Tag: JSON / JAVA / XML
Get and Set Volume with JavaScript
(David Walsh) The and tags provide a wealth more functionality than most people know. For instance, did you know that you could detect supported video formats and audio formats using a few JavaScript tricks?
Java Lambda Streams and Groovy Clouses Comparisons
(Alex Staveley) This Blog post will look at some proverbial operations on List data structure and make some comparison between Java 8/9 and Groovy syntax.
Never Break the Chain: Constructor Chaining in Java
(Mateusz Winnicki) There are many ways to create objects in Java. Check out this post on using the constructor chaining method to avoid some of the common problems with objects.
Use React and Spring Boot to Build a Simple CRUD App
(Matt Raible) React was designed to make it painless to create interactive UIs. Its state management is efficient and only updates components when your data changes. Component logic is written in JavaScript, which means you can keep state out of the DOM and create components that are encapsulated.
Angular Data CRUD with Advanced Practices of Reactive Forms
(Shenwei Liu) An Angular sample application that includes selecting, adding, updating, and deleting data with HttpClient service, reactive forms for object and array types, in-line data editing, custom input validations, and various other features (Available in both Angular 5 and 6).
Learn About Data Binding In Angular
(Naveen Arumugam) In this article, we are going to see the controller and also how to register the module with the controller. Two-way data binding is also explained in this article.
5 things you didn’t know about …Java 10
(Alex Theedom) Java developers are accustomed to waiting years for a new Java release, but the new, high frequency release cadence changes all of that.
Perform SOAP request with advanced headers in Informatica Powercenter Designer
(harleydk) My colleague had a problem in trying to access a SOAP web service. Specifically, he needed to provide extended SOAP headers in regards to the security requirements, a SAML assertion in this case, and the standard Informatica Web Transformation wasn’t doing much for him.
Java 101: Mastering Java exceptions, Part 2
(Jeff Friesen) JDK 1.0 introduced a framework of language features and library types for dealing with exceptions, which are divergences from expected program behavior.