List/Grid Author Archives: IdioTechie

Localhost Cerificate Details

Java Security Tutorial – Step by Step guide to create SSL connection and certificates

In our series of articles on applying JEE security we present you another detailed tutorial on how to create a SSL connection and create certificates in a Java EE application. As mentioned ...
JEE Login and Authentication

Secure Web Application in Java EE6 using LDAP

In our previous article we have explained on how to protect the data while it is in transit through Transport Layer Security (TLS)/Secured Socket Layer (SSL). Now let us try to understand ...
LDAP Tree structure

How to install and configure LDAP server?

What is LDAP? “LDAP stands for Lightweight Directory Access Protocol used for accessing and maintaining distributed directory information services over an Internet Protocol network.” Why ...
Encrypted Message

Understanding Transport Layer Security / Secure Socket Layer

Transport Layer Security (TLS) 1.0 / Secure Sockets Layer (SSL) 3.0, is the mechanism to provide private, secured and reliable communication over the internet. It is the most widely ...
Singleton in heap

Singleton Design Pattern – An introspection and best practices

Definition: Singleton is a part of Gang of Four design pattern and it is categorized under creational design patterns. In this article we are going to take a deeper look into the usage ...
Class Diagram

UML2 Class Diagram in Java

In the modelling world Class diagram forms the major chunk of the Unified Modelling Language (UML) architecture diagram. In this article we are planning to show some of the key usage ...
Decorator Design Pattern

Gang of Four – Decorate with decorator design pattern

Decorator pattern is one of the widely used structural patterns. This pattern dynamically changes the functionality of an object at runtime without impacting the existing functionality ...
PHP

Healthy Code Habits for Secure PHP Web Development

As a developer, the security of your applications must be your first priority. A reliable and secure web application is not just about using the right platform or choosing the right ...
Facade Design Pattern structure

Façade Design Pattern – Design standpoint

In our previous article we have described about the Adapter Design Pattern. In today’s article we are going to show about another such Gang of Four Structural patterns.  As the name ...
PressReader App

App Review: PressReader News App

Today we are going to review one of the news App – PressReader. This app has one of the largest collection of digital newspaper content and it is a one stop shop for all you ...
© 2013 IdioTechie. All rights reserved.