-
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: 2348
-
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: 2265
-
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: 1845
-
Must include junit.jar if not in Ants own classpath
Declares a junit task in Ant like this
Date: 2019-08-17 View: 3269
-
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: 2055
-
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: 1841
-
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: 1952
-
Apache Ant Tutorial
Apache Ant, is a classic Java project build tool.
Date: 2019-08-17 View: 1771
-
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: 1820
-
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: 2047
-
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: 2073
-
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: 1907
-
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: 1507
-
Java Convert date and time between timezone
In this tutorial, we will show you few examples (ZonedDateTime (Java 8), Date, Calendar and Joda Time) to convert a date and time between different time zones.
Date: 2019-08-17 View: 1818
-
MongoDB Update to upper case
A document, and you want to update all the ‘source’ values to UPPERCASE.
Date: 2019-08-17 View: 2101


