HAProxy is a free, very fast and reliable solution offering high availability, load balancing, and proxying for TCP and HTTP-based applications. It is particularly suited for web sites crawling under very high loads while needing persistence or Layer7 processing. Supporting tens of thousands
BPMN, Alfresco, enkive
Activiti BPM Platform Activiti is a light-weight workflow and Business Process Management (BPM) Platform targeted at business people, developers and system admins. Its core is a super-fast and rock-solid BPMN 2 process engine for Java. It’s open-source and distributed under
3ware 9650SE-24M8 RAID
http://www.lsi.com/channel/support/products/Pages/3ware9650SE-24M8.aspx http://kb.lsi.com/Download16575.aspx
Solr Browsers
Solr Explorer – A generic GWT client for Solr http://www.dutchworks.nl/en/home/downloads.html http://stackoverflow.com/questions/675282/faceted-query-browser-for-solr
Ubuntu, GWT, XulRunner
Download http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1 Install GWT Eclipse plugin as described here http://code.google.com/eclipse/docs/download.html I have unchecked the “GWT for Android Option”. Restart Idea Create new GWT project as described here: http://code.google.com/webtoolkit/tools/gwtdesigner/wizards/gwt/entrypoint.html You should get a code like this: import com.google.gwt.core.client.EntryPoint; public class GwtEntryPointTest