Skip to content

Get docs

more and more

getdocs

3043RSS Feed

getdocs 's Posts

jpa-entities

Defining JPA Entities 1. Introduction In this tutorial, we’ll learn about the basics of entities along with various annotations that define and customize an entity in JPA. 2. Entity Entities in JPA are nothing but POJOs representing data that can be persisted to the database. An entity represents a table… Continue Reading jpa-entities

  • Posted on: 2019-10-08 2019-11-19
  • Author: getdocs
  • Tags: JPA
  • Leave a comment: jpa-entities

java-web-weekly-164

Java Web Weekly, Issue 164 Lots of interesting writeups on Java 9 this week. Here we go… 1. Spring and Java ===== >> Signing and verifying a standalone JAR [frankel.ch] Signing a JAR file created by Spring Boot can be quite tricky. >> Repackaging Exceptions In Streams [codefx.org] Handling checked… Continue Reading java-web-weekly-164

  • Posted on: 2019-10-08 2019-11-19
  • Author: getdocs
  • Tags: Weekly Review
  • Leave a comment: java-web-weekly-164

java-snake-yaml

Parsing YAML with SnakeYAML 1. Overview In this tutorial, we’ll learn how to use SnakeYAML library to serialize Java objects to YAML documents and vice versa. 2. Project Setup In order to use SnakeYAML in our project, we’ll add the following Maven dependency (the latest version can be found here):… Continue Reading java-snake-yaml

  • Posted on: 2019-10-08 2019-11-19
  • Author: getdocs
  • Tags: Java, Programming
  • Leave a comment: java-snake-yaml

mockito-annotations

Getting Started with Mockito @Mock, @Spy, @Captor and @InjectMocks 1. Overview In this tutorial, we’ll cover the annotations of the Mockito library – @Mock, @Spy, @Captor, and @InjectMocks. For more Mockito goodness, have a look at the series here. Further reading: Mockito – Using Spies Making good use of Spies… Continue Reading mockito-annotations

  • Posted on: 2019-10-08 2019-11-19
  • Author: getdocs
  • Tags: Mockito
  • Leave a comment: mockito-annotations

spring-boot-keycloak

A Quick Guide to Using Keycloak with Spring Boot 1. Overview In this article, we’ll cover the basics of setting up a Keycloak server, how to connect a Spring Boot application to it, and how to use it with Spring Security. 2. What Is Keycloak? Keycloak is an open source… Continue Reading spring-boot-keycloak

  • Posted on: 2019-10-08 2019-11-19
  • Author: getdocs
  • Tags: Security, Spring Boot
  • Leave a comment: spring-boot-keycloak

java-two-relatively-prime-numbers

Find If Two Numbers Are Relatively Prime in Java 1. Overview Given two integers, a and b, we say that they are relatively prime if the only factor that divides both is 1. Mutually prime or coprime are synonyms for relatively prime numbers. In this quick tutorial, we’ll walk through a… Continue Reading java-two-relatively-prime-numbers

  • Posted on: 2019-10-08 2019-11-19
  • Author: getdocs
  • Tags: Math
  • Leave a comment: java-two-relatively-prime-numbers

java-size-of-object

How to Get the Size of an Object in Java 1. Overview Unlike C/C++ where we can use sizeof() method to get an object size in bytes, there’s no true equivalent of such method in Java. In this article, we’ll demonstrate how we can still get the size of a… Continue Reading java-size-of-object

  • Posted on: 2019-10-08 2019-11-19
  • Author: getdocs
  • Tags: Core Java
  • Leave a comment: java-size-of-object

java-10-overview

Guide to Java 10 1. Introduction JDK 10, which is an implementation of Java SE 10, was released on March 20, 2018. In this article, we’ll cover and explore the new features and changes introduced in JDK 10. 2. Local Variable Type Inference Follow the link for an in-depth article… Continue Reading java-10-overview

  • Posted on: 2019-10-08 2019-11-19
  • Author: getdocs
  • Tags: Java 10
  • Leave a comment: java-10-overview

java-xml

A Guide to XML in Java 1. Overview This is a guide to working with XML in Java. We’ll go over the most common Java XML processing libraries – for both parsing and binding. 2. DOM Parsers Simply put, a DOM parser works on the entire XML document, loads it… Continue Reading java-xml

  • Posted on: 2019-10-08 2019-11-19
  • Author: getdocs
  • Tags: Java
  • Leave a comment: java-xml

spring-vertx

Vert.x Spring Integration Spring 1. Overview In this quick article, we’ll discuss the integration of Spring with Vert-x and leverage the best of both worlds: the powerful and well-known Spring feature, and the reactive single-event loop from Vert.x. To understand more about Vert.x, please refer to our introductory article here.… Continue Reading spring-vertx

  • Posted on: 2019-10-08 2019-10-08
  • Author: getdocs
  • Tags: Spring
  • Leave a comment: spring-vertx

Pagination

Previous page Page: 1 … Page: 86 Page: 87 Page: 88 Page: 89 Page: 90 Page: 91 Page: 92 Page: 93 Page: 94 Page: 95 Page: 96 … Page: 305 Next page

Tags

Algorithms Authentication Core Java Core Kotlin Data DevOps Exception Groovy Guava Hibernate Jackson Java Java 8 Java Array Java Concurrency Java Dates Java EE Java IO Java List Java Map Java Streams Java String JPA JSON JUnit Kotlin Linux Maven Mockito OAuth Pattern Persistence Programming REST Security Spring Spring 5 Spring Annotations Spring Boot Spring Cloud Spring Data Spring MVC Spring Security Testing Weekly Review

Recent Posts

  • linux-split-files
  • linux-chown-chmod-permissions
  • linux-jq-command-json
  • linux-wget-parallel-downloading
  • linux-symbolic-and-hard-links
  • linux-common-text-search
  • linux-stream-redirections
  • linux-curl-wget
  • linux-pipes-redirection
  • linux-find-command

© 2025  Get docs. Proudly powered by WordPress. WordStar, Theme by Linesh Jose