排序
AEM Social Login (Google OAuth2)
AEM Social Login (Google OAuth2),Tested on AEM 6.5.0 As we all know that AEM provides multiple types of Authentication out of the box using Sling's AuthenticationHandler API. Today...
Spring Fix Null @Autowired Field
Spring Fix Null @Autowired Field,Null @Autowired field is a common problem in Spring and the main reason for this is, the instance, in which @Autowired is used, is not a Spring-man...
Log Log Log .. how to deforest with Java CDI
Log Log Log .. how to deforest with Java CDI,Hello World! ..sorry had to do it. Welcome to my first dev.to post, hopefully the first of many! I wanted to start off with a really si...
Announcing the Chronos Project v1.0.0 Open-Source Release
Announcing the Chronos Project v1.0.0 Open-Source Release,Today I'm pleased to announce that Chronos, my long-term data persistence and versioning project for the JDK, has finally ...
Learn to make list using RecyclerView
Learn to make list using RecyclerView, Definition Firstly before we use that component, we must know what is RecyclerView? , and why we need that? And what the purpose of implement...
Spring Boot Continuous Integration pipeline using CircleCI
Spring Boot Continuous Integration pipeline using CircleCI,This post was first published on my blog. Please read, Spring Boot Continuous Integration pipeline using CircleCI. It is ...
Experimental research on Cloud-Container-Workflow
Experimental research on Cloud-Container-Workflow, Recently I have been doing experimental research on CloudSim: it is a simulator for Cloud Computing that writed by java and I hav...
JAVA vs C++ vs C ?
JAVA vs C++ vs C ?,Hello my gorgeous friends, for past few weeks I was thinking to learn a programming language (for job opportunity) so tell me guys what do you think. Which langu...
Hey JVM! ¿What this tests actually mean?
Hey JVM! ¿What this tests actually mean?,Let's start by talking about unit-tests and their motif behind why we test. We can name a few known by everyone that we continuously repea...
Getting Started With Hibernate
Getting Started With Hibernate,Hibernate is one of the most famous Object-Relational Mapping (ORM) tool that allows a developer to easily map specialised Java objects, known as Ent...
No XML Spring and Hibernate Integration
No XML Spring and Hibernate Integration,Back in the pre Spring 3.1 days, we had to configure each and every bean into one of the spring configuration files which only happens to be...
Embedded H2 Database with Spring Boot Application
Embedded H2 Database with Spring Boot Application,It’s a well known fact that when we are building a web application it is nearly impossible to do away with some form of data stor...