Skip to content
jcheype edited this page Sep 13, 2010 · 3 revisions

PastEasy is a simple collaborative debugging tool like well known pastbin or openpaste

My goal is to build a simple java webapp easy to deploy without any specific configurations.
I’ve chosen to use a cache manager in order to store the code snippets. In my opinion a cache manager is the best candidate for this task, code snippet don’t need to persists for long time, no needs of specific database configuration, automatic cleanup and high performances.
PastEasy internally use Ehcache and perform more that 10 000 snippet posts per seconds on my laptop.

Clone this wiki locally