LOL, no, it was 302ms slower on my box...that is significant. ;-)
Larry On 7/24/06, Clinton Begin <[EMAIL PROTECTED]> wrote:
ARRRGH!!!!! It's 2006 and people are still worried about reflection!!!!???? I advise you find a new client. ;-) No seriously, what the heck are they worried about??? Performance? Let me guess, someone wrote a for loop that called 1,000,000 getters and proved that reflection is 300ms slower. ARRGH! Clinton :-) On 7/24/06, Clinton Begin <[EMAIL PROTECTED]> wrote: > > > [Biting my tongue.] > > What, pray tell, are they concerned about? > > [Unnnggh. Biting harder.] > > > Clinton > > > > > On 7/24/06, Sumanta Ghosh <[EMAIL PROTECTED]> wrote: > > > > Hi, > > We have started a new project where I have proposed IBATIS. But since > > IBATIS uses reflection to populate result or parameters, people are raising > > concerns. Now we have decided to go with either of the 2 options: - > > 1. Using Maps for result and parameters and then populating the > > Entities from Maps (e.g. Entities will have a setAttributes(Map attrs) > > method where a Entity will set its attributes from the Map) - but here the > > concern is slowness of Map and also more coding, as in each Entity we have > > to implement setAttributes(Map attrs) method. > > 2. Using Entities as result and parameters - but here concern is > > usage of reflection. > > Which option to go with? Please advice. > > -- > > View this message in context: http://www.nabble.com/Usage-of-Reflection-tf1996304.html#a5479650 > > Sent from the iBATIS - User - Java forum at Nabble.com. > > > > > >
