Thomas Fischer <[EMAIL PROTECTED]> writes:
>4) modify the Peer classes such that the static initializer of any Peer
>class loads every other Peer class, e.g. by putting in class.forName(...)
>calls in the static initializer.
This makes the Torque startup with large schematas as sluggish as the
Hibernate startup. Acceptable for "start once, run a long time"
application like server side java, inacceptable for e.g. command line
tools. Using Hibernate here is a main PITA.
If you really think of "putting Class.forName()" somewhere, please
make it _one_ method in e.g. the mapbuilder and let all the peers call
this method. I don't want to have a list of n Class.forName()
statements duplicated in every Peer.
Regards
Henning
--
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH
[EMAIL PROTECTED] +49 9131 50 654 0 http://www.intermeta.de/
RedHat Certified Engineer -- Jakarta Turbine Development -- hero for hire
Linux, Java, perl, Solaris -- Consulting, Training, Development
What is more important to you...
[ ] Product Security
or [ ] Quality of Sales and Marketing Support
-- actual question from a Microsoft customer survey
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]