(Hitanshi Mehta) Session bean in Java is reusable component that contains business logic. In this article, you will learn about session bean in java.
Tag: JSON / JAVA / XML
Writing Web Applications in Java – a Study of Alternatives
(Bruno Couriol) With the increasing popularity of compile-to-JavaScript languages, developers familiar with the Java Virtual Machine(JVM) languages and who want to develop web applications without the difficulties of a JavaScript development stack, have an increasing array of alternatives to JavaScr
Strange Behavior on JSON_VALUE When Table Contains Blank and Non-blank Values (JSON Text is Not Properly Formatted. Unexpected Character ‘.’ is Found at Position 0.)
(Manjuke Fernando) Few days ago, we had a requirement to search whether a certain value exists in one of the table fields where the values are stored as JSON strings.
Functional JavaScript: How to use array reduce for more than just numbers
(James Sinclair) The array reduce method is really powerful. But people often run into trouble as soon as they step beyond the basic examples. Simple things like addition and multiplication are fine.
Top 12 React.js Libraries You Should Know In 2019
(Sandeep Aspari) React is one of the most popular JavaScript libraries. Here are top 12 React.js libraries.
Microservices for Java Developers: Continuous Integration and Continuous Delivery
(Andrey Redko) If we look back at the number of challenges associated with the microservice architecture, ensuring that every single microservice is able to speak the right language with each of its peer is probably one of the most difficult ones.
Infinite Scroll In Angular 7 Using Web API And SQL Server
(Mithilesh Kumar) In this article, I am going to perform a task like infinite scrolling in an Angular 7 Web application.
Java 101: Inheritance in Java, Part 2: Object and its methods
(Jeff Friesen) Java provides a standard class library consisting of thousands of classes and other reference types.
Simply Getting a Value from XML or JSON
(Bloody Chicken) Sometimes, I wanted to know that I did write the right path for getting a single value from XML or JSON string. So, I made a simple program like this.
Hiding implementation details with React hooks
(Jack Franklin) Hooks are a great way to take some complex logic and hide it behind a nice facade. In this post we’ll discuss the how, why and when of doing this.