Hi all,
As part of the
java application I am developing, I have written a handler class (VOFactory.java) which uses reflection to populate java objects from data extracted from an Oracle database. My application only has approximately 40 concurrent users, but performance is currently atrocious and profiling has idenitified that the majority of memory is being used by the handler class.
Is there any chance that someone way more experienced and skilled than myself could take a look at the code below and suggest where I might be going wrong. Its driving me nuts!!!
This in turn is called from the following method located within my factory class (VOFactory.java):
Any advice or assistance that anyone is able to offer on this would be greatly appreciated.
Cheers,
PVH