Re: Struts2 implementation

2009-10-06 Thread Dave Newton
> I'm porting one of my Struts1 Lucene search apps to Struts2. The basics are > working but I need to remove the Lucene search service out of the action > classes. I'm ready to write an interceptor but can perhaps also see using a > plug-in like is done with Tiles. As I'm a Struts2 newbie

Re: Parsing MSWord

2008-11-11 Thread Dave Newton
--- On Tue, 11/11/08, dipesh wrote: > I wanted to know if there are classes in Lucene that support > parsing MSWord documents. Searching the web might help: http://www.google.com/search?q=lucene+%2Bword The Apache Tika project (http://incubator.apache.org/tika/) might also be of interest. Dav