排序
The power of Tuples
The power of Tuples,All Java engineers know about classes, in particular about POJO. We writing POJO's every time we need some set of related named variables. Tuple is a data struc...
Data Structures And Algorithms(Day #2)
Data Structures And Algorithms(Day #2), Data Structures And Algorithms (2 Part Series) 1 Data Structures And Algorithms(Day #1) 2 Data Structures And Algorithms(Day #2) Hello There...
A Quick Guide to OAuth 2.0 with Spring Security
A Quick Guide to OAuth 2.0 with Spring Security,When building a web application, authentication and authorization is a must. Doing it right, however, is not simple. Computer securi...
TestNG Tutorial for Automation Testing
TestNG Tutorial for Automation Testing,TestNG Framework using IntelliJ IDE for Selenium Automation Testers TestNG is most popular framework used with Java and it is open source. It...
Data Structures And Algorithms(Day #1)
Data Structures And Algorithms(Day #1), Data Structures And Algorithms (2 Part Series) 1 Data Structures And Algorithms(Day #1) 2 Data Structures And Algorithms(Day #2) Hello There...
Monads for Java programmers in simple terms
Monads for Java programmers in simple terms,The word Monad frequently used while functional programming is mentioned or discussed. There are several explanation of this term, but e...
Consistent error propagation and handling in Java
Consistent error propagation and handling in Java,Every application lives in real world and real world is not perfect. So even ideal, bug-free application doomed to deal with error...
Test Your Spring Boot Applications with JUnit 5
Test Your Spring Boot Applications with JUnit 5,In this post, you’ll walk through how to build a simple Spring Boot application and test it with Junit 5. An application without te...
My first Pull-request to an open-source project
My first Pull-request to an open-source project,I enjoy helping others, but in terms of programming I am just asking around people from different communities about solutions with r...
Introduction to load testing with Apache JMeter
Introduction to load testing with Apache JMeter,Hello! In this post, I'd like to address an issue of the load testing. One of the best tools available is Apache JMeter. It is free,...
Consistent null values handling in Java
Consistent null values handling in Java,Handling of null values is often considered a weak spot in Java. There are several reasons for it. Most frequently mentioned issue is famous...
Importing Stored Procedures in Apache Cayenne
Importing Stored Procedures in Apache Cayenne, Executive Summary Add to the cayenne plugin's dbImport section in your pom.xml: <includeProcedure>Procedure_Name</includePro...