CONCLUSION
This E-commerce online application is implemented by using the SSM framework. Spring Boot
reduces the work of configuration during development with IOC and AOP. It makes the development
productive when we use MVC as a design pattern. It also provides
a very good environment for
communicating between the front-end and back-end. To achieve the communication, we can use Spring
JDBC, JPA, and DAO, supported by Spring ORM, Spring Data, and Spring Security. Finally, Spring
Boot also has an embedding HTTP server and inner database and testing tools for developers to save
their time.
In conclusion, Spring Boot is a productive and powerful framework
with those built-in
configurations, and that’s the reason that Spring Boot is popular for web development in industries.
19
REFERENCES
[1] [Praveen Gupta, 2010] “Spring Web MVC Framework for rapid open source J2EE
application
development: a case study”, International Journal of engineering Science and Technology.
[2] [Ankur Bawiskar, 2012] “Spring Framework: A Companion to JavaEE” Vol. 15 Issue 3
ISSN:2230-7893
[3] [Spring, 2018] Description from main website of Spring Boot Framework https://spring.io/
[4] [Ke Ju,
Jiang Bo, 2007] “Applying IoC and AOP to the Architecture of Reflective Middleware”
International Conference Dated
[5] [Craig Walls with Ryan Breidenbach, 2008] “Spring in Action”, Publications Manning
[6][JavaTpoint] “Spring MVC Model” resource from website https://www.javatpoint.com/
20