Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Spring
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Jeanne Boyarsky
Ron McLeod
Liutauras Vilda
Paul Clapham
Sheriffs:
paul wheaton
Tim Cooke
Henry Wong
Saloon Keepers:
Stephan van Hulst
Tim Holloway
Carey Brown
Frits Walraven
Piet Souris
Bartenders:
Mike London
Forum:
Spring
Prototyping vs. singleton
sarma kiran
Ranch Hand
Posts: 30
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Can any one tell me the difference between Prototyping vs. singleton for the bean?
thanks in advance
Sandeep Awasthi
Ranch Hand
Posts: 597
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Prototype scope creates new instance for new request, while singleton scope shares one instance among the requests.
Sandeep
sarma kiran
Ranch Hand
Posts: 30
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Thanks sandeep.
With a little knowledge, a
cast iron skillet
is non-stick and lasts a lifetime.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
struts vs spring framework
Bean Scope: Prototype Vs Singleton
Static methods Vs "Instance Methods"
Singleton Vs lazy Singleton
Runtime.getRuntime( ).exec( command ); Win vs Unix
More...