(Thorben Janssen) Spring Boot and Spring Data JPA make the handling of transactions extremely simple. They enable you to declare your preferred transaction handling and provide seamless integration with Hibernate and JPA.
Tag: JSON / JAVA / XML
Xamarin.Forms – Build Auth App With Node.Js And MongoDb
(Ahsan Siddique) Nowadays we are spotting Node.Js everywhere in the software industry. The demand for Node.Js developers is increasing day by day.
Build Advanced XML Reports with New XPath Debugger
(Erin Cavanaugh) Altova StyleVision is a unique, easy-to-use tool for creating business reports using a drag-and-drop visual design interface. StyleVision lets you build reports for XML as well as database and XBRL sources.
Send Email with Java and Yahoo! Mail
(Han Bo Sun) In this tutorial, we will discuss the way of sending emails from a Yahoo! Mail account using Javax Mail library. After taking a look at how to enable third party app access to Yahoo! Mail, we will see a Java project that will demonstrate how to send email and finally learn how to test.
Kendo UI jQuery Validator
(Jin Vincent Necesario) Basically, based on my experience, client-side validation is one form of protection to protect data before being stored at the backend.
Introducing MVVM Architecture in JavaScript (Minimal TypeScript Examples)
(Volodymyr Kopytin) The small popularity of MVP and MVVM in favor of MVC architecture is caused by many factors. It is easy to start from any JavaScript and then evolve to MVC.
Server-Side Pagination Using ASP.NET Core and Angular 8 – Part Three
(Siddharth Gajbhiye) In the final installment of this three-part series, we discuss how to fetch, sort, and display records from our database more efficiently.
Reactstrap Components in ReactJS – Part Five
(Sanwar Ranwa) Reactstrap is a component library for Reactjs. It provides built-in Bootstrap components that provide flexibility and inbuilt validations, making it easy to create a UI.
How to Create a CSS-Tricks Custom Scrollbar
(David Walsh) Chris Coyier of CSS-Tricks is an amazing engineer and blogger. He’s not only creative but has always had the drive to put his thoughts to work, no matter how large.
Learn Angular From 0 to 100 – ES6 features – Part 1
(Marla Sukesh) In this article we will be looking at: Variable declarations, constant variables, object oriented programming, string interpolation, enhanced object literals, spread operators, for-of loops, and REST parameters.