Java(EN) 第503页
AEM Social Login (Google OAuth2)-拾光赋

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...
kity的头像-拾光赋kity5年前
04113
Spring Fix Null @Autowired Field-拾光赋

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...
kity的头像-拾光赋kity5年前
0289
Log Log Log .. how to deforest with Java CDI-拾光赋

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

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

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

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

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...
kity的头像-拾光赋kity5年前
05012
JAVA vs C++ vs C ?-拾光赋

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...
kity的头像-拾光赋kity5年前
0285
Hey JVM! ¿What this tests actually mean?-拾光赋

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

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

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

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...