How to create a Java project with Maven

  • 07 August 2017
  • ADM

How to create a Java project with Maven. Simple steps to generate the project, import in Eclipse and run the application.


web.xml deployment descriptors

  • 22 February 2017
  • ADM

web.xml deployment descriptors. Servlet version 2.3, 2.4, 2.5, 3.0 and 3.1.


How to configure Tomcat with Eclipse

  • 14 February 2017
  • ADM

How to configure Tomcat with Eclipse. Simple steps to configure Tomcat working within Eclipse IDE.


How to skip Maven unit tests

  • 18 October 2017
  • ADM

How to skip Maven unit test using Maven feature maven.test.skip and surefire plugin property skipTests.


How to define one-to-one relationship in MySQL

  • 08 July 2016
  • ADM

How to define one-to-one relationship in MySQL using the foreign key and unique property to limit the row count from the child table


Configure database connection in Eclipse

  • 04 July 2016
  • ADM

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