MyBatis is a Java persistence framework that couples objects with stored procedures or SQL statements using an XML descriptor or annotations.MyBatis is free software that is distributed under the Apache License 2.0.
MyBatis is a fork of iBATIS 3.0 and is maintained by a team that includes the original creators of iBATIS. MyBatis is a first class persistence framework with support for
...
Tuesday, October 27, 2020
Tuesday, October 27, 2020
MyBatis introduction
Wednesday, September 16, 2020
Wednesday, September 16, 2020
Python for Java developer
What is Python? Python is an object-oriented programming language created by Guido Rossum in 1989. It is so popular and in many operation system from Windows to Linux, Ubuntu or MacOS. Python is an interpreted language, every one can open an terminal and type some Python command on that. Python is used to build software application in ML and AI programs, Machine Learning, Live streaming data,...
Tuesday, September 15, 2020
Tuesday, September 15, 2020
Unit tests with jmockit
What is JMockit?JMockit is open source software unit testing library, It includes APIs for mocking, faking, and combining with a code coverage tool. This library is used together with a testing framework such as JUnit or TestNG. IntelliJ IDEA is a good ide for testing with JMock...
Sunday, August 30, 2020
Sunday, August 30, 2020
Dart language from view of Java Developer
Nowadays I hear so much from Internet about Dart language so that today at the weekend I will go skimly Dart language on Google search.I found some good sites such as https://www.vogella.com/tutorials/Dart/article.html, https://flutter.dev/docs/resources/bootstrap-into-dart and I understood that Google Dart is a new programming language from Google that is used to build mobile applications, web applications,...
Sunday, August 9, 2020
Sunday, August 09, 2020
Apache Wicket 9 news
With emerging of ReactJS and Angular and Microservices, Apache Wicket framework seems darkly because many people think that only ReactJS, Angular, VueJS can work with Microservices. But apache wicket is also a FrontEnd framework and can communicate with Microservices over internet by JSON format data exchange and It is still safely, more stronger. Following is the news from ...
Sunday, August 09, 2020
Beginning playframework

What is Play?
Play is a high-productivity Java and Scala web application framework
that integrates components and APIs for modern web application
development. Play was developed by web developers for web application
development.
Play uses Model-View-Controller (MVC) architecture so that It...
Monday, July 6, 2020
Monday, July 06, 2020
Add Redux lifestyle into Angular's Reactive State Management
If you are java developer and you are not good at design and frontend skill but you want to develop a java web application using microservices style, Angular is the best choice as front-end framework for you. Angular is like java Wicket framework. Both use real html DOM in markup file so that It is easy to incorporate with cut-css/html frontend developer to make a target ui page.
Redux is...
Monday, July 06, 2020
Doing microservices with JHipster

Today many companies are developing applications using Microservices, and Microservices with spring boot is chosen by many big companies in Vietnam.
In JHipster framework, Microservices is also supported. JHipster is a free and open-source application generator used to quickly...
Sunday, July 5, 2020
Sunday, July 05, 2020
SSO java-servlet-application-with-keycloak
There are some concepts relating to SSO - single sign on in software applications.
What is OpenID?
OpenID allows you to use an existing account to sign in to multiple websites, without needing to create new passwords.
You may choose to associate information with your OpenID that can be shared with the websites you visit, such as a name or email address. With OpenID, you control how much of that...
Saturday, July 4, 2020
Saturday, July 04, 2020
Spring Security Overview
Spring Security is a powerful and highly customizable authentication
and access-control framework. It is the de-facto standard for securing
Spring-based applications.
Spring Security is a framework that focuses on providing both
authentication and authorization to Java applications. Like all Spring
projects, the real power of Spring Security is found in how easily it
can be extended to...