-
Linux – Which application is using port 8080
Always, Java developers need to know which application is using the high demand 8080 port. In this tutorial, we will show you two ways to find out which application is using port 8080 on Linux.
Date: 2019-08-17 View: 1914
-
Jetty java.net.BindException: Address already in use
Start a Java webapp with Maven Jetty plugin.
Date: 2019-08-17 View: 2274
-
Spring MVC + Mustache JS template example
In this tutorial, we will show you a Spring MVC + Mustache JS template web application example.
Date: 2019-08-17 View: 2284
-
Gradle eclipse plugin unable to attach source code
The source code is attached to the JAR, but Eclipse is keep showing “Source not found” while I jumped to the source via “F3 – Open Declaration”.
Date: 2019-08-17 View: 2906
-
Spring MVC + Logback SLF4j example
In this tutorial, we will show you how to setup slf4j and logback in a Spring MVC web application.
Date: 2019-08-17 View: 2173
-
Spring MVC How to set active profile
In this example, we will show you how to set active @Profile in a Spring MVC web application.
Date: 2019-08-17 View: 1908
-
Spring MethodInvokingFactoryBean Example
In Spring, you can use MethodInvokingFactoryBean to run a method, get the result and inject the result into another bean. This method invoker is very useful in XML configuration, but less use now in favor of annotation and Spring expression.
Date: 2019-08-17 View: 1985
-
Spring embedded database examples
In this tutorial, we will show you a few examples to configure the embedded database engines like HSQL, H2 and Derby in Spring framework.
Date: 2019-08-17 View: 2196
-
Python 3 TypeError: Cant convert bytes object to str implicitly
Converting a Python 2 socket example to Python 3
Date: 2019-08-17 View: 2271
-
Spring MVC Form Check if a field has an error
In this article, we will show you few Spring form tag examples to check if a field has an error message. Review the following Spring MVC bean validation example :
Date: 2019-08-17 View: 2013
-
Java Generate random integers in a range
In this article, we will show you three ways to generate random integers in a range.
Date: 2019-08-17 View: 2973
-
Java 8 forEach examples
In this article, we will show you how to loop a List and a Map with the new Java 8 forEach statement.
Date: 2019-08-17 View: 3424
-
How to set JAVA_HOME on Windows 10?
This tutorial shows you how to set a JAVA_HOME system variable on Windows 10.
Date: 2019-08-17 View: 3003
-
Python Check if key exists in dictionary
In Python, you can use the in operator to check if a key exists in a dictionary.
Date: 2019-08-17 View: 1868
-
How to check Debian version
On Debian, type cat /etc/debian_version to display the Debian version.
Date: 2019-08-17 View: 1997


