Tag: web technology
Questions Related to web technology
-
Setter Injection
-
Method Injection
-
Constructor injection
-
Interface Injection
-
Yes,always.Spring framework will understand automatically when it will not find applicationcontext.xml
-
No,never this can happen
-
Yes,by specifying a element named “contextConfigLocation" for the listener class "org.springframework.web.context.ContextLoaderListener"
-
Yes,if we use it with JSF
-
byName
-
byFields
-
byInterface
-
byType
-
singleton
-
prototype
-
global session
-
response
-
XmlWebApplicationContext
-
RequestXmlApplicationContext
-
ClassPathXmlApplicationContext
-
FileSystemXmlApplicationContext
-
Global Scope
-
Application Scope
-
Session Scope
-
Request Scope
-
Gives an excpetion
-
Blank Page comes up
-
If no navigation rule matches a given action, then the current page is redisplayed
-
Error code 404 appears
-
FacesContext.getCurrentInstance().getViewRoot()
-
FacesContext.getCurrentInstance().responseComplete()
-
FacesContext.getCurrentInstance().renderResponse()
-
FacesContext.getCurrentInstance().release()