Memorynotfound Java Programming Tutorials
Add Text to Images in Photoshop
Add text to images in Photoshop Photoshop is generally used for images and editing images, but you can also add text to images in Photoshop and edit text. Remember that the main reason why...
Logback with logback.xml Configuration Example
Project structure In the following tutorial we will show you how to configure logback with logback.xml file. We will show you how to print the logging to the console and configure logback to print...
Log4j2 with log4j2.xml Configuration Example
Project structure In the following tutorial we will show you how to configure log4j2 with log4j2.xml file. We will show you how to print the logging to the console and configure log4j2 to print...
Skip Unit Tests in Maven
To skip unit tests you can configure maven with surefire plugin to completely skip your unit tests or selectively skip your unit tests, based on criteria. We also explain the two options when disabling...
JAX-RS JSON Rest Service with Jersey Example
In this tutorial we will show you how you can create a JSON rest service with jersey that will respond with JSON output. This tutorial covers both jersey version 1 and 2. Maven Dependencies...
JAX-RS XML Rest Service with Jersey and JAX-B Example
In this tutorial we will show you how you can create a jersey XML rest service that will respond with XML output. This tutorial covers both jersey version 1 and 2. Maven Dependencies <?xml...
Create a Mirror Image Effect in Photoshop
Mirror an Image and Create a Mirror Image Effect in Photoshop. In this tutorial, we will help you to simply mirror a certain image, flipping the image horizontally to the other side but we...
Configure Multi Module Maven Project with Multiple Sub Modules
Multi Module Maven Project In this tutorial we will show you how to configure a multi module Maven project with multiple sub modules. By using Maven you can leverage all the goodies it provides...
Add a Shadow to an Object/a Person in Photoshop
Add a shadow to an object/a person in Photoshop. When you insert an object or person into another picture with Photoshop, it is very important to add a shadow to that object or person...