Giraffe, lion, hippo, New York City Zoo, which movie reminds you? Madagascar, right? Strange enough Disney made such a similar movie after Madagascar. Besides friendship, Lion King (I, I1/2, II, ...) father and son is again the topic. Is it a Disney side product or Madagascar tame clone? Anyway, it shows after Ice Age II in Singapore. No brilliant idea, no good box office.
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