A Java EE-compatible application server developed and sold by IBM, which is the core product of the WebSphere brand of IBM software (hereinafter abbreviated as WAS).
Each Servlet saves the data in a bean and calls a JSP to display the screen.
For details, go to Reference [3]
[1] For WAS introduction https://qiita.com/TTakakiyo/items/05dfdb020249699d9849
[2] JSP engine parameters https://www.ibm.com/support/knowledgecenter/ja/SSEQTP_9.0.5/com.ibm.websphere.base.doc/ae/rweb_jspengine.html
[3] Cooperation between WAS, Servlet, and JSP https://www.atmarkit.co.jp/ait/spv/0201/10/news001.html
[4] JSP custom tag https://nablarch.github.io/docs/5u9/doc/application_framework/application_framework/libraries/tag.html#id3
Recommended Posts