This article explains how to setup and configure MySQL database with Glassfish Application Server
Continue readingmysql
Glassfish Form Based Authentication Example
In this tutorial I will show you how to use the build-in Glassfish authentication mechanisms to create web based applications with user login.
Continue readingInstalling and configuring MySQL database and server for Spring usage
In the end of this tutorial, you will have installed the right MySQL products needed to develop applications in Spring. You will need two essential things: MySQL Database and MySQL Server. Follow the steps below. Configuring the MySQL Database Visit https://www.mysql.com/downloads/ and then select Community downloads, like so: On the next page, you will see…
Continue readingHow to Configure Apache for Multiple Sites on Ubuntu
In this tutorial I will show you how to configure a single Apache 2 web server to run multiple websites (virtual hosts) on Ubuntu 16.04 LTS
Continue readingHow to use the MySQL connector in Java
Before testing the MySQL connection from a Java program, we’ll need to add the MySQL JDBC library to the classpath. We will need to download the mysql-connector-java-*.jar file from the downloads page: Now, depending upon your work environment (e.g. Eclipse or Command line) you will have to do either one: If working with Eclipse IDE,…
Continue readingSQL Inner Join Example
This article explains SQL INNER JOIN syntax and gives an example on how to use INNER JOIN
Continue readingSQL Left Join Example
This article explains SQL LEFT JOIN syntax and gives an example on how to use LEFT JOIN
Continue readingSQL Right Join Example
This article explains SQL RIGHT JOIN syntax and gives an example on how to use RIGHT JOIN
Continue readingSQL Outer Join Example
This article explains SQL OUTER JOIN syntax and gives an example on how to use OUTER JOIN
Continue reading