Memorynotfound Java Programming Tutorials
Convert XML to Object in Java using JAX-B
In the following tutorial we will show you how you can convert XML to Object in Java using JAX-B. Annotations Explained First we need to define our model that will be converted to XML...
Convert a Java Object to XML using JAXB
In the following tutorial we will show you how you can convert a Java Object to XML. Annotations Explained First we need to define our model that will be converted to XML representation. Here...
Configure HTTP/HTTPS Proxy Settings Java
For local networks inside an organisation it is common to access the public internet through a HTTP Proxy. This tutorial will show you how you can globally set the HTTP Proxy Settings in Java....
Run JUnit tests in Parallel using Maven Surefire Plugin
We will show you a solution to run your JUnit tests in parallel. This can be accomplished by using maven sure fire plugin. You can configure the surefire plugin to use differenct strategies. WarningIf...
Run JUnit tests in Method Order With Custom Annotation
By default JUnit does not support to run JUnit tests in method order. JUnit only provides to run ordered method execution by name ascending NAME_ASCENDING or descending JVM. It is a bad practice to...
Writing a Basic JUnit Test Example
As testing is critical for good quality software we will show you the basics of writing a JUnit Test. The requirements to define a test class are that the class must be public and contain...
Make Images Black and White in Photoshop
Make Images Black and White in Photoshop Chances are that you will one day want to make certain images black and white to change the look and feel of them and to make them...
Blur Parts of Images in Photoshop
Blur Parts of Images in Photoshop You may sometimes want to blur certain parts of images in Photoshop. Blurring is actually one of the basic tools in Photoshop. Blur out selected parts of an...
Sharpen Images in Photoshop
Sharpen images in photoshop Images may be blurry and simply not sharp enough. In the following tutorial, we gladly help you to sharpen images in Photoshop. We present the four main methods to sharpen...