application-scope Questions
2
Solved
I saw 'application' scope in the following blog. Is it true?
http://www.concretepage.com/spring/spring-bean-scope-example-using-scope-annotation-and-xml-for-singleton-prototype-request-session-glo...
Midrash asked 5/6, 2017 at 4:14
1
Solved
Do you think it is a good idea to put all widely used utility methods in an application scoped bean?
In the current implementation of the application I'm working on, all utility methods (manipulat...
Kellar asked 19/4, 2016 at 12:23
1
Solved
I'm using Mojarra 2.2.12 and in our project we've got a few @ApplicationScoped beans. For instance:
@ManagedBean
@ApplicationScoped
public class AppScopedBean{
private int commonValueForClients;...
Biomedicine asked 26/1, 2016 at 8:48
1
© 2022 - 2024 — McMap. All rights reserved.