thurm.zhang
Jun 8th, 2006, 04:33 AM
Hi all,
First of all, please forgive my poor english.
We use SpringMVC in our project, and in SimpleFormController, we usually set sessionForm to true so that we can reuse the command while doing form submission. but what if the user just wants to read the information rather than doing some updates, in such case, the stored commond object is useless and lives until next JVM garbage collection. Will it cause performance impact on system? or did we use SimpleFormController correctly?
any thoughts?
thanks you for any help,
thurm
First of all, please forgive my poor english.
We use SpringMVC in our project, and in SimpleFormController, we usually set sessionForm to true so that we can reuse the command while doing form submission. but what if the user just wants to read the information rather than doing some updates, in such case, the stored commond object is useless and lives until next JVM garbage collection. Will it cause performance impact on system? or did we use SimpleFormController correctly?
any thoughts?
thanks you for any help,
thurm