|
Greetings,
When calling an application server from client code, it is a common best practice to keep your connection to the application in a static context (it takes 3-10 seconds for each InitialContext generation, this limits the generation to one time for the entire client session). When XDoclet generates a Util Object, it doesn’t follow this practice. It generates a new InitialContext every time a home or local interface is called. This works great on an Application Server (EJB to EJB or Web to EJB), but the performance from this method is very bad from a Client to AppServer paradigm.
So, my question, has this been addressed by the XDoclet Community? What is the recommended way to handle this?
Thanks, Michael Hedgpeth Software Development Consultant Fair, Isaac & Company |
