VOOZH about

URL: https://www.javacodegeeks.com/author/Mainak-Goswami

⇱ Mainak Goswami, Author at Java Code Geeks


  • Software Development👁 Image
    Mainak GoswamiMay 22nd, 2014
    2 336

    Step by Step Web Service guide

    To learn more on web services let’s first understand the concept of the service oriented architecture.   What is Service…

    Read More »
  • Core Java👁 Image
    Mainak GoswamiJune 17th, 2013
    8 1,285

    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…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Mainak GoswamiMay 22nd, 2013
    1 436

    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…

    Read More »
  • DevOps👁 Image
    Mainak GoswamiMay 20th, 2013
    5 723

    OpenDS: 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…

    Read More »
  • Software Development👁 Image
    Mainak GoswamiApril 19th, 2013
    2 323

    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…

    Read More »
  • Core Java👁 Image
    Mainak GoswamiFebruary 13th, 2013
    7 383

    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…

    Read More »
  • Core Java👁 Image
    Mainak GoswamiDecember 12th, 2012
    2 194

    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…

    Read More »
  • Core Java👁 Image
    Mainak GoswamiNovember 22nd, 2012
    3 340

    Facade 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…

    Read More »
  • Core Java👁 Image
    Mainak GoswamiNovember 12th, 2012
    1 628

    Gang of Four – Proxy Design Pattern

    Proxy is another Structural design pattern which works ‘on behalf of’ or ‘in place of’ another object in order to…

    Read More »
  • 1
  • 2
  • »
Back to top button
Close