Hello-

I'm new to wicket and trying to build a general purpose wicket solr (http://lucene.apache.org/solr/)

Before getting too deep into it, I figured I'd ask advice on what pattern to build from.

In solr, I build a query and get a response with a few parts. The parts correspond to various components on the page: results, facets, debug info, etc.

For example, with the page: http://tinyurl.com/2tws7n (built with stripes)

There is a single query, that is transformed into the title with [x], it lists the results, and adds facets on the right. If you are an admin, it gives a bunch of debug info too.

My basic question is what example should I start with to build a robust component? Ideally, it would be something that allowed multiple queries on a single page.

Should I try to implement the repeater model?  with IDataProvider etc?

thanks for any pointers

ryan






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to