Techbrainwave - techbrainwave.com

General Information:

Latest News:

Java – Factory Design Pattern 10 Jul 2011 | 05:58 am

Introduction Factory pattern is used in the scenerio where the project contains a super class and ‘n’ number of sub-classes, In which the subclass object is created depending on the data provided. Th...

Tomcat Native Library – (APR) Installation 23 Dec 2010 | 02:16 am

Introduction Quite some time back, I had wrote an article about Tomcat Production Server – Performance Tuning. In that article, I had missed out an important feature “Apache Portable Runtime(APR)”, w...

Apache Mina – SSL Configuration 13 Dec 2010 | 04:27 am

Introduction Quite some time back, I had wrote an article to create a simple client/server application using Apache Mina 2.0.x. In that article the transaction between the client and server is unsecu...

Step by step tutorial to create Keystore and Truststore file 11 Dec 2010 | 09:33 pm

Introduction Truststore and Keystore file will be used in the JSSE to provide secured transaction between the client and server. The keytool command is used to create the key store file which contain...

Apache Mina – Simple client/Server Application 9 Dec 2010 | 03:55 am

Introduction Abbrevation for Mina is ‘Multipurpose Infrastructure for Network Applications’, which is a network application framework to develop highly scalable and performant network applications. I...

What web application test tool do you use? 4 Dec 2010 | 05:19 pm

Testing an application plays a vital role to make the product a grand success. An application cannot be delivered to a customer before testing it throughly. Nowadays there are so many automated web ap...

Spring 3.0 AOP Advice 2 Dec 2010 | 04:24 am

Introduction Abbrevation of Spring AOP is Aspect-oriented programming, Action taken by an aspect at a particular join point is known as Spring AOP advice. To say simple, Spring models an advise as an...

Tomcat Production Server – Performance Tuning 29 Nov 2010 | 09:01 pm

Introduction Think about this situation, you had developed an application which contains excellent layout, latest features and all the other things which relishes the application. But if it lacks in ...

Java based container configuration in Spring 3.0 19 Nov 2010 | 03:46 am

Introduction In Spring 3.0, the IOC container is configured by two ways, the first way is to configure the spring beans by an “XML file” and the second way is to configure the spring beans through th...

Spring 3.0 + JPA 2.0 using plain API DAO’s 17 Nov 2010 | 05:08 am

Introduction In my previous post, I have wrote an article about “Spring application with JDBC support” using the Spring class “JpaTemplate” to access an EntityManager. But while pondering the net, I ...

Recently parsed news:

Recent searches: