What are the various ways in which Spring Framework can be used?

devquora
devquora

Posted On: Feb 22, 2018

 

There are many ways in which Spring Framework can be used. They are listed as follows:
  • It can be used as a full time Spring web application.
  • Using Spring Frameworks middle-tier, it can be used as a third-party web framework.
  • It can be used for remote usage.
  • It can be used as Enterprise Java Bean which has the capability to wrap existing Plain Old Java Objects (POJO)

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Spring Interview Questions

    What are the features/ characteristics of spring?

    The important features of spring are as follows:Lightweight: Considering transparency and size, spring is lightweight..

    Spring Interview Questions

    How many types of modules are there in spring? Name them.

    There are around twenty modules, which can be categorized into Core Container, Web, Data Access or Integration, Aspect ..

    Spring Interview Questions

    What do you mean by Spring Java Based Configuration?

    Spring configuration files are XML files. These files contain the information of classes and describe how these classes..