Log4j 1.2.x basic example

  • 10 February 2017
  • ADM

This tutorial presents log4j 1.2.x basic examples. How to log a message and an exception.


How to send emails using JavaMail

  • 08 February 2017
  • ADM

How to send emails using JavaMail. Simple example using a gmail account and proxy settings if needed.


How to generate tables from entities using EclipseLink

  • 15 July 2016
  • ADM

How to generate entities from tables using EclipseLink. Simple example using one-to-one database relationship. @MappedSuperclass example included


Configure database connection in Eclipse

  • 04 July 2016
  • ADM

How to configure database connection in Eclipse. Configure new Connection Profile to any database engines.


Apache Maven Basic Operations

  • 22 June 2016
  • ADM

Apache Maven Basic Operations contains short description on maven commands like, clean, package, install, deploy, mvn eclipse:eclipse


How to include library into Maven local repository

  • 06 July 2017
  • ADM

How to include library into maven local repository using mvn install command. Useful for libraries that are not available in public repositories.