作者:
lueichun (no anonymous)
2021-03-20 23:26:24現在要畫出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