16.06
Honestly, i'm asking...why use Domino?
Right now I have more problems getting iSite to run reliably on Domino than I have advantages by doing so...
At the moment I have several problems related to ft-indexes (not updating, or not being accurate), agents (not running, or not picking up data), profile documents (disappearing from one or more members of the cluster), hanging http-servers (no solution yet, IBM is still trying), recycling of documenthandles and what not.
The stack I would like to run on top of Domino includes Jetty to serve documents trough CORBA, RabbitMQ for messaging, Apache Derby to get control on our profile documents, Quartz to get reliable scheduling and Apache Solr to get ft-indexing sane. Unfortunately this only leaves Domino as a document storage, and to be honest, there are better solutions for that, for example Cassandra or even PostgresSQL.
The stuff that we are using that is reliable is Freemarker, jQuery and jQueryUI...and somewhat "classical" Domino forms, but they are almost impossible to get 100%, and very slow to work with. And don't get me started on xPages, the so-called "solution" to Domino web development. That piece of beta software is buggy, unstable, slow to develop with, and keeps throwing hurdles at you when you develop. No thanks!
Btw, I already have embedded Jetty running, and are testing out Derby, inside the Domino JVM. Seems to be working...