security
-
spring
Spring Security Login Example
In this article we will learn how to use spring security to create a simple login page. You will need…
Read More » -
servlet
Java Servlet Security Example
The @ServletSecurity annotation is used to define the access control or the security constraints to the servlets. In this tutorial,…
Read More » -
Apache Hadoop
Apache Hadoop Knox Tutorial
In this tutorial, we will learn about Apache Knox. Knox provides the REST API Gateway for the Apache Hadoop Ecosystem.…
Read More » -
jws
JAX-WS Security Example
In this example we shall learn, how to implement JAX-WS security to SOAP web services. Security is always critical to…
Read More » -
Enterprise Java
Play! Framework Security Example
Today, security has become a priority in most web applications. Even giant enterprises have security issues that are found from…
Read More » -
nio
Java Nio SSL Example
This is an example of a non-blocking I/O provided by java.nio using SSL handshake. …
Read More » -
Tomcat
How To Configure Tomcat To Support SSL Or Https
In this short example we are going to see how to configure Tomcat to support SSL protocol, and thus https…
Read More » -
jws
Application Authentication With JAX-WS
In this example we are going to see how to implement a simple application level authentication in JAX-WS. The notion…
Read More »