Where is Domino Designer Java agent template stored? -
i wonder code that's getting generated domino designer stored when creating new javaagent gets template?
import lotus.domino.*; public class javaagent extends agentbase { public void notesmain() { seek { session session = getsession(); agentcontext agentcontext = session.getagentcontext(); // (your code goes here) } catch(exception e) { e.printstacktrace(); } } }
i thinking of tweaking our corporate standards if editable…
these code templates controlled in preferencs/java/code style/code templates. actual location going squirrelled away in /workspace.
you can import , export code templates there. set standard template somewhere on file server , tell developers import it. it's theoretically possible more elegant way, it's flaky because 1 not guaranteed files saved in same place.
lotus-domino domino-designer-eclipse
No comments:
Post a Comment