You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a quick question regarding performance when invoking a method on a bean, as I will be writing my bachelor thesis on this topic.
Basically I send a HashMap with values to the server and there they are set in the corresponding bean. Before this bean is checked if it already has a value assigned for this variable and the invoke of the getter method takes 100-300ms, sometimes longer. Was there such a problem before?
The text was updated successfully, but these errors were encountered:
I have a quick question regarding performance when invoking a method on a bean, as I will be writing my bachelor thesis on this topic.
Basically I send a HashMap with values to the server and there they are set in the corresponding bean. Before this bean is checked if it already has a value assigned for this variable and the invoke of the getter method takes 100-300ms, sometimes longer. Was there such a problem before?
The text was updated successfully, but these errors were encountered: