|
From: Stephane B. <ste...@be...> - 2004-06-01 09:43:59
|
I'm slowly adding ejbdoclet tags to all ejbs. Here's the first round for 'authorization' Consider that as unpolished work as there are no merge points yet to generate the full descriptor but the tags should be about 99% complete. but it should give a rather good kick to convert the other one, at least there is a reference base. I will refine it in several passes. I'm submitting it already as I would like them under cvs for better management. There is no incidence on code as this is purely doc related and the code generation is not part of the process yet. ps: While I'm at it, I'd like to tackle the coding conventions issue. It would be nice to adhere to the J2EE convention guidelines as described here http://java.sun.com/blueprints/code/namingconventions.html . This will make work much easier to browse/refactor/fix/enhance code and figure out what is what. Any comment on this ? |