Community Page
- andrewmccall.com Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Some rules I apply when writing unit test - 1. Never write tests which rely on a resource outside of the code you're testing. i.e. Make mock objects for DAO's and stubs for external...
- Hey John, It's a bit rough around the edges. I was wanted to use the JSR 303 stuff on my beans and let Spring annotate them in the front end like I'd been doing with earlier Hibernate...
- Nice 1, I like small wrapper packages like this, small steps!
- TIm, That sound interesting, I've not played with Solr but I am creating a lucene index using some of the field in some of the tables - the cluster is running some highly customised nutch jobs...
- Just an idea. Have you considered using a search server for the indexing/searching and hbase for storing? You'd have to keep them in sync of course, but solr is quite useful. You can optimize...