Given that one cannot get entity beans to scale without using container specific features, I would like to know what all/significant features does
JBoss provide in addition to those mandated by the
ejb spec?.
As a starter,
JBoss ejb-ql enhancements?, can i have a 'in' clause?
How easy it is to sniff the sql fired by jboss for a given ejb-ql
How up-to-date is XDoclet (1.x and 2.0) support for JBoss4.0?
Some idea of entity bean caching layer if any
Ability to use
jdbc to update the database and by pass cache. But at the same time being able to invalidate the cache at the level of a entity bean type and entity bean type for a given primary key.
Please expand on this..
thanks.