Medical Nerds Blog Logo
medicalnerds.com

technology, stats and IT for medics

 

Entries Tagged as 'WebObjects'

Apache Lucene

May 25th, 2010 by Mark · 1 Comment

A short post. Apache Lucene is amazing – I was faced with slow full text searches searching >1.6 million SNOMED CT descriptions using PostgreSQL’s built in full-text search. Apache Lucene performs these searches in microseconds – I rapidly turn the list of concept Ids into full enterprise objects and my work is done! Please check […]

[Read more →]

Tags: Databases · Medical · WebObjects

Executing raw SQL with WebObjects and Project Wonder

March 6th, 2010 by Mark · No Comments

WebObjects is an extraordinarily powerful java based web-application server. On occasions, I need to execute arbitrary SQL against the underlying database. This is not necessary for most uses, but for certain batch operations it is useful.

[Read more →]

Tags: WebObjects