Same place as just finished IT Show 2006. Some people said Singaporeans are keen on all kinds of show and gather up. It is trure. I went there during the lunch time. Because many stalls are cooking, the whole expo hall is hot. Lots of people, most of them are granny and aunty. They patiently line up to get some free samples of coffee, snack. Very ordered people, it is better than Chinese. Some people bought promotion items. I didn't buy anything. Maybe it is slightly cheaper, but for sure not as fresh as in supermarkets. The exhibit hall is just too hot.
singleton Scopes the bean definition to a single instance per Spring container (default). prototype Allows a bean to be instantiated any number of times (once per use). request Scopes a bean definition to an HTTP request. Only valid when used with a web capable Spring context (such as with Spring MVC). session Scopes a bean definition to an HTTP session. Only valid when used with a webcapableSpring context (such as with Spring MVC). global-session Scopes a bean definition to a global HTTP session. Only valid when used in a portlet context.
Comments
Post a Comment