+ 4
Which is the best framework for Java?
Javafx & Swing
4 odpowiedzi
+ 1
In java multiple framework will be available in the java,here the framework means that the it will be provided that the readymade architecture.Spring framwork is the best framework for java.Spring is a lightweight framework and it is easy to test and the easy to maintained.
There are many advantages of Spring Framework. They are as follows:
1.LightWeight :Spring framework is lightweight because of its POJO implementation. The Spring Framework doesn't force the programmer to inherit any class or implement any interface.
2. Dependency Injection :-The Dependency Injection feature of Spring Framework and it support to various frameworks makes the easy development of JavaEE application.
3.Predined templates:-Spring framework provides templates for JDBC, Hibernate, JPA etc. technologies. So there is no need to write too much code.
Read here ' spring is the best framework in java': http://crbtech.in/Java-Training/java-spring-framework/
+ 14
Prince Raj💲💲 Spring MVC is a popular framework.
+ 14
Spring is a powerful Java application framework, used in a wide range of Java applications. It provides enterprise services to Plain Old Java Objects (POJOs). Spring uses dependency injection to achieve simplification and increase testability. Prince Raj💲💲
+ 3
but, what is Spring MVC?