Other News

Uncategorized

Ten Worst Things to Do in a Database

Ten Worst Things to Do in a Database I decided to do a series on the Ten Worst Things to do in a Database. I started to list practices I dislike when working with a database. It didn’t take long until I had more than Ten. Now I have to prioritize…and I’m sure I missed a few good contenders. Already […]

Community

XQuery Code Generation

(David Steiner) In order to improve performance and scalability, sometimes it makes sense to turn html (embedded with some tag library or Xquery code) into real XQuery code. It can then be put in the Modules database making it immediately available for use. This is just like what Java Server Pages d