+ 2
What is a Spring?
4 odpowiedzi
+ 7
Is this a "What is" bombardment?! 8D
If you Google them you can easily find the answers!
How to post a minimal, complete, and verifiable question in SL's term.
" Here are some tips to make sure your question qualifies:
- Post only programming-related QUESTIONS and ANSWERS;
- SEARCH for similar QUESTIONS or ANSWERS before posting;
- Include relevant TAGS;
- Follow community RULES: https://www.sololearn.com/Content-Creation-Guidelines/
DO NOT
- Post spam/advertisement;
- Use inappropriate language.
* Post general discussions and open-ended questions in your feed.
** In case of an assignment, providing a code snippet is mandatory."
+ 4
The Spring Framework is an application framework and inversion of control container for the Java platform. The framework's core features can be used by any Java application, but there are extensions for building web applications on top of the Java EE (Enterprise Edition) platform.
Why do we use spring, Hibernate and Struts in Java. ... It is difficult to build the mobile application without Java framework. Spring is used to develop application from desktop to Web. Hibernate is used to access data layer and Struts is used for Web frameworks.
https://www.javatpoint.com/spring-tutorial
+ 2
Spring MVC is a web development framework for developing web applications. The main language is Java for the web server side, and HTML for the browser side.