Wednesday, 9 July 2014
Tuesday, 1 July 2014
Spring MVC filter-ShallowEtagHeaderFilter
If you want to use optimization with communication between server and browser if your web application use Spring then you can use filter ShallowEtagHeaderFilter.
Filter that generates an ETag value based on the content on the response. This ETag is compared to the If-None-Match header of the request. If these headers are equal, the response content is not sent, but rather a 304 "Not Modified" status instead.
Since the ETag is based on the response content, the response (or View) is still rendered. As such, this filter only saves bandwidth, not server performance.
Monday, 30 June 2014
Good manager
Jonathan Mills teaches the top attributes of a good manager, showing 10 techniques on how to improve the productivity and satisfaction of a team’s members.
http://www.infoq.com/presentations/managing-developers-10-techniques
http://www.infoq.com/presentations/managing-developers-10-techniques
Mongo sparse index
An index that is both sparse and unique prevents collection from having documents with duplicate values for a field but allows multiple documents that omit the key.
Read more here: http://docs.mongodb.org/manual/core/index-sparse/
Read more here: http://docs.mongodb.org/manual/core/index-sparse/
Thursday, 12 June 2014
Tuesday, 10 June 2014
How to switch between oracle java 7 and 8 on ubuntu
sudo update-java-alternatives -s java-7-oracle sudo update-java-alternatives -s java-7-oracle
Read more here: http://www.webupd8.org/2012/09/install-oracle-java-8-in-ubuntu-via-ppa.html
Subscribe to:
Posts (Atom)