现在要画出java web的心智图,有以下的关键字:
http get querystring post 表单 request header request body response header
ide(eclipse) server(tomcat jboss wildfly) client(postman) application database
ajax sync/async springboot componentscan requestMapping requestParam
front-end lib framework back-end restful api
有了以上的关键字,再以java web为中心 根据java web涵盖的范围 延伸出
server client http database application
server延伸出tomcat jboss wildfly weblogic
client延伸出postman
http延伸出request response method https
request/response延伸出header body
database延伸出oracle sqlserver
application延伸出front-end back-end ajax ide jdk
front-end延伸出lib framework lib有jquery framework有vue.js angular.js react.js
back-end延伸出传统api restful api