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
Disable PHP for certain Virtual Hosts in Apache
Problem You want to isable PHP for certain Virtual Hosts in Apache. Analysis You should edit the configuration of your VirtualHost. Solution Adding php_value engine off anywhere in the <VirtualHost></VirtualHost> will indeed disable PHP. You should also have: AllowOveride None