Installing Movable Type and WrodPress on Windows

http://lawver.net/geek/geeked/004204.php

http://www.ricocheting.com/server/apache.html

http://cxliv.org/2007/12/14/install_movable_type_under_apache_tomcat.php

intall DBD-mysql:
http://forums.movabletype.org/2009/03/installation-problem-with-dbdmysql.html

http://home.wangjianshuo.com/archives/20021124_install_perl_on_windows_xp.htm

install Apache Server on Windows
http://johnbokma.com/windows/apache-virtual-hosts-xp.html

install WordPress
http://codex.wordpress.org/Installing_WordPress#Detailed_Instructions

Leave a Comment

Special Topics – Latency

Architecting for Latency
http://www.michaelnygard.com/blog/2007/11/architecting_for_latency.html

The Challenges of Latency
http://www.infoq.com/articles/pritchett-latency

Leave a Comment

Consistency vs. availability: eventual consistency by Werner Vogels

http://www.infoq.com/news/2008/01/consistency-vs-availability

Leave a Comment

How to create simple Amazon affiliate links

http://crazybob.org/2008/10/how-to-create-simple-amazon-affiliate.html

Leave a Comment

Transaction Book Review – Transaction Processing: Concepts and Techniques

For nearly a decade this book has been the definitive reference on transaction processing. Although the more recent, May 2001 book titled “Transactional Information Systems: Theory, Algorithms, and the Practice of Concurrency Control” by Gerhard Weikum and Gottfried Vossen will probably supplant this book as the standard reference, there is still much material that makes this book useful.

In particular, this book covers the following topics in more depth than the newer boom cited above:
- Fault tolerance and availability, both topics are covered in depth from hardware and software perspectives. This is unique for a book on transaction processing in that most books on the subject confine their scope to software and databases.

- A wide and complete survey of transaction models. True, some of this material is about models that are falling into disuse, but the value is the way the authors go deeply into the mechanics. I’ve always felt that this part of the book is the most valuable because the principles can be refactored into hybrid models. Moreover, comparing this material with the newer book by Weikum and Vossen shows that these principles are still employed in today’s TP solutions.

Material about transaction processing monitors is obviously out of date, but, like the TP models, the principles still apply to contemporary systems. My recommendation is if you are going to buy a single book on the topic get the Weikum and Vossen I cited in the first paragraph. However, if your budget allows, I also highly recommend this book as well because of the depth in which fault tolerance and TP models are covered. If you want to just learn the basics of TP I recommend that you consider “Principles of Transaction Processing” by Philip A. Bernstein and Eric Newcomer because it is less daunting than this or the Weikum and Vossen book (both of which are 1100+ pages).

Leave a Comment

Building a better HashMap

Leave a Comment

IBM Developerworks Series: Transaction strategies

Leave a Comment

Reading list

Essential Java resources

Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions

either
Domain-Driven Design: Tackling Complexity in the Heart of Software
or
Patterns of Enterprise Application Architecture (Addison-Wesley Signature Series) by Martin Fowler

Leave a Comment

Hibernate Open Session In View with Spring

Leave a Comment

Special Topic: Thread-Safty

Thread safety
http://en.wikipedia.org/wiki/Thread-safe
Design for thread safety
http://www.javaworld.com/javaworld/jw-08-1998/jw-08-techniques.html
Thread-safe webapps using Spring
http://www.javalobby.org/articles/thread-safe/index.jsp
Write thread-safe servlets
http://www.javaworld.com/javaworld/jw-07-2004/jw-0712-threadsafe.html
A Short Guide to Mastering Thread-Safety
http://www.thinkingparallel.com/2006/10/15/a-short-guide-to-mastering-thread-safety/
Singleton pattern
http://en.wikipedia.org/wiki/Singleton_pattern#Java_5_solution

Leave a Comment

Older Posts »