> is there any particular reason why you chose the tyrex's guid over > xdoclet's guid?
XDoclet's GUID didn't exist when I was doing it (o: > is it possible to factor out the static generateGUID() method and a static > InitialContext instance to a static class (e.g. "EJBUtil") since those seem > to be common to all ejb's and don't necessarily need to be generated for > each xxxUtil class? This would then introduce a requirement to have that class there at runtime - whilst ordinarily that would be what you'd do, its not really where XDoclet has come from... > also, is it possible to modify the xxxUtil template to hold static xxxHome > and xxxLocalHome instances, so that the xxxHome and xxxLocalHome can be > cached (and not created on each getHome() or getLocalHome() call)? anything's possible (o: Feel free to submit patches (o: cheers dim ------------------------------------------------------- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
