Currently as a benefit, my company provide free breakfast, but once a week, on every Wednesday. With company size keeps increasing, it is now first-come-first-served. The story I heard is - big guys from US headquarter came to visit us, someone proposed this free breakfast idea in public Q&A session. The proposal was granted, with one breakfast every week. I don't think the original idea was free breakfast every morning. The current situation is awkward.
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