> 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, any tips/advice 
> from 
> anyone's experiences would be appreciated.  Thanks

I'm not sure why an interceptor would be a good choice (or a plugin, for that 
matter). If the search code is well-isolated just make it a service. Then 
inject it into the action via any mechanism.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to