Here's a couple of patch to add support for:
- finders method (ops just noticed there was already a patch
for that)
- local/remote interfaces/homes specifications
To add a finder simply add a method with stereotype "Finder". All
tags will go to the corrispondend ejbdoclet tag, except if a
"jboss-query" tag is used. In that case a @jboss.query tag is added
and the value used for the jboss query.
To specify interfaces and home simpy add a dependency to those
interfaces using stereotypes "local interface" "remote interface" "local
home" and "remote home".
If you specify only one dependency then the view for the bean will be
only the corrispondend. If you do not specify any dependency then
everything works as usual.
Apply this to the default template
Applit this to ScriptHelper.java