-
Boot
Spring Boot JDBC Example
Do you want to learn about using Spring Boot with JDBC? Yes? Then you have come to the right place.…
Read More » -
spring
Using MockRestServiceServer to Test a REST Client
This article is an example in using MockRestServiceServer to test a REST client. MockRestServiceServer is a part of the Spring…
Read More » -
json
Read JSON From a URL Example Using Data Pipeline
I have a problem. I want to read JSON from a URL. Naturally, like anybody else, I googled for some…
Read More » -
SNMP4J
SNMP Walk Example using SNMP4J
This article is pretty straightforward. It’s an SNMP walk example using SNMP4J. SNMP is used in managing and monitoring network…
Read More » -
SNMP4J
Test-Driven Development with SNMP4J
This article presents a simple example of test-driven development with SNMP4J. Unit testing goes hand in hand with TDD. Agile…
Read More » -
SNMP4J
SNMPv3 Set Example using SNMP4J
This article presents a simple example of an SNMPv3 Set request using the SNMP4J library. SNMP is used in managing…
Read More » -
Atlassian
Atlassian Confluence Job Config Module Example
We are going to learn to create a simple Job Config Module for the Atlassian Confluence Server in this article.…
Read More » -
Atlassian
How to Use the Atlassian Cache API
Nowadays, people want fast service. If your web page takes a long time to load, chances are the user will…
Read More » -
Atlassian
How to Add Licensing Support to Your Confluence Add-on
In this example we will cover how to add licensing support to your Confluence add-on in this article. A developer…
Read More » -
Atlassian
How to Unit Test Your Confluence Add-on
In this article we will cover how to unit test your Confluence add-on. Agile testing relies primarily on unit tests.…
Read More »