Category Archives: Java

Java stuff

Rebuilding a Lucene Cache

[ad name=”breit”] In a current project we are using an Apache Lucene Cache to increase search performance over an aggregation of data drawn from a SQL database. Everything works fine so far. Performance is really great. In a first approach … Continue reading

Posted in Apache Lucene, Java, Web development | 1 Comment

deploying a web application with maven into apache tomcat

[ad name=”breit”] This article refers to Maven 2.1.0 and Apache Tomcat 6.0.18 on a Windows machine. Auto-deploying a web application with Maven into Tomcat should be straightforward, but has some minor pitfalls. After I got it working today, I want … Continue reading

Posted in Java, Web development | 3 Comments