Welcome to my tech blog !!!
Pages
(Move to ...)
Home
▼
Monday, July 21, 2014
how to find the linux os and version
›
type uname -a for the linux version type lsb_release -a for the os details
Tuesday, July 1, 2014
Java EE singleton pitfall
›
If you implement a singleton class with the @Singleton annotation, then it is considered all the method level access is read and write. Th...
Wednesday, June 4, 2014
MySQL clustering(NDB) vs MySQL replication (InnoDB)
›
MySQL InnoDB InnoDB often comes with master/slave configuration. The drawback of this method is writes are only on master and the slaves...
Wednesday, April 23, 2014
ActiveMq message broker
›
Some userfull links I found on ActiveMQ http://www.slideshare.net/dejanb/advanced-messaging-with-apache-activemq#btnNext http://working-...
Monday, April 21, 2014
Some very important links to be read for distributed computing
›
http://en.wikipedia.org/wiki/X/Open_XA http://fusesource.com/documentation/fuse-esb-documentation/ http://activiti.org/components.html h...
Tuesday, April 8, 2014
Scaling a relational database
›
Below are the highlights I saw from the valuable article given in the following link. http://java-persistence-performance.blogspot.com...
Sunday, April 6, 2014
How to use log4j with your own configuration in jboss 7.1.1?
›
The following link describes this problem http://stackoverflow.com/questions/10799028/jboss-7-1-logging-is-not-working
›
Home
View web version