-
Java Convert String to Enum object
In Java, you can use Enum valueOf() to convert a String to an Enum object, review the following case study :
Date: 2019-08-17 View: 1949
-
Ant – How to print classpath from path id
In Ant, you can use pathconvert task to print out the classpath from path :
Date: 2019-08-17 View: 2116
-
How to Apache Ant on Mac OS X
In this tutorial, we will show you how to install Apache Ant on Mac OSX.
Date: 2019-08-17 View: 2366
-
How to install Apache Ant on Windows
To install Apache Ant on Windows, you just need to download the Ant’s zip file, and Unzip it, and configure the ANT_HOME Windows environment variables.
Date: 2019-08-17 View: 2285
-
Convert DateTime to Date, but TimeZone is missing?
A code snippet to use Joda Time to convert a java.util.Date to different timezone :
Date: 2019-08-17 View: 1873
-
Must include junit.jar if not in Ants own classpath
Declares a junit task in Ant like this
Date: 2019-08-17 View: 3288
-
Ant and jUnit Task example
In this tutorial, we will show you how to run a junit test in Ant build.
Date: 2019-08-17 View: 2075
-
Maven Get source code for Jar
In Maven, you can get source code for project dependencies in most IDEs like this :
Date: 2019-08-17 View: 1862
-
Java Convert Date to Calendar example
In Java, you can use calendar.setTime(date) to convert a Date object to a Calendar object.
Date: 2019-08-17 View: 1974
-
Apache Ant Tutorial
Apache Ant, is a classic Java project build tool.
Date: 2019-08-17 View: 1793
-
Ehcache Logging example
Ehcache is using SLF4j logging, to log stuff, put a slf4j implementation in the project classpath, in this example, we use logback.
Date: 2019-08-17 View: 1836
-
Ehcache hello world example
In this tutorial, we will show you two examples to help you getting started with Ehcache.
Date: 2019-08-17 View: 2066
-
MongoDB Remove a field from array
Prior to MongoDB 2.6, there is no official function to $unset a field from array document.
Date: 2019-08-17 View: 2091
-
Spring Caching and Ehcache example
In this tutorial, we will show you how to enable data caching in a Spring application, and integrate with the popular Ehcache framework.
Date: 2019-08-17 View: 1926
-
Java Display list of TimeZone with GMT
This Java example shows you how to display a list of TimeZone with GMT in front.
Date: 2019-08-17 View: 1527


