InterviewSolution
| 1. |
Define Application Context Module? |
|
Answer» This is a very important module and supplies VARIOUS necessary services like EJB integration, REMOTING, JNDI access and scheduling. It transforms spring into a FRAMEWORK. It ALSO BROADENS the idea of BeanFactory by application of lifecycle events, providing support for internationalization messages and validation. This is a very important module and supplies various necessary services like EJB integration, remoting, JNDI access and scheduling. It transforms spring into a framework. It also broadens the idea of BeanFactory by application of lifecycle events, providing support for internationalization messages and validation. |
|