views:

56

answers:

2

I have a project in mind whose main selling point would be very good search results and very responsive (another Google for domain specific data). I'm not worried much about scaling at this point.

Whats the best ORM, Search and UI framework combinations can one choose and what are the pros and cons. I'm mainly a Java programmer but this one is worth learning any new language.

A: 

It would be worth looking at Hibernate with Hibernate Search, which uses Lucene under the covers for indexing.

The UI framework you use is somewhat orthogonal to this - while some frameworks do come with their own ORMs, you should be able to use Hibernate from just about any framework.

Jon Skeet
on UI i was looking at Wicket, JSF with Facelets, Tapestry etc, or other none Java frameworks for that matter. For example after reading this; http://stackoverflow.com/questions/281475/wicket-page-stack-and-memory-usage one would say Wicket is not the best to choose in this case.
n002213f
A: 

will use Django and Sphinx Search helped by Django-Sphinx

n002213f