fakecineaste

Tuesday, March 4, 2014

Spring using JDBCDaoSupport

›
Example Without JdbcTemplate you have to create many redundant codes (create connection , close connection , handle exception) in all the DA...

Spring Hibernate integration using HibernateDaoSupport

›
Using HibernateDaoSupport/HibernateTemplate is not recommended since it unnecessarily ties your code to Spring classes. Using these classes ...
Thursday, February 27, 2014

validationQuery

›
Spring configuration in applicationcontext.cml for mysql <bean id = "myDataSource" class = "org.apache.commons.dbcp.B...
Monday, February 24, 2014

reputation system

›
Sybil attack The Sybil attack in computer security is an attack wherein a reputation system is subverted by forging identities in peer-...

censorship

›
freenet Share files, chat on forums, browse and publish, anonymously and without fear of blocking or censorship freenetproject . org  ...
Sunday, February 23, 2014

The Joel Test

›
The Joel Test     Do you use source control?     Can you make a build in one step?     Do you make daily builds?     Do you have a bug...
Monday, February 17, 2014

Spaghetti code

›
Spaghetti code is a pejorative term for source code that has a complex and tangled control structure, especially one using many GOTOs, exce...
Monday, February 3, 2014

MySQL High Availability (HA) tools

›
Tungsten Tungsten Replicator is a high performance, open source, data replication engine for MySQL https://code.google.com/p/tungsten-r...
Tuesday, January 28, 2014

One’s complement representation

›
One’s complement representation In one's complement, positive numbers are represented as usual in regular binary. To negate a numb...
‹
›
Home
View web version
Powered by Blogger.