LoginSignup
0
2

More than 3 years have passed since last update.

Java (WebSphere Application Server)メモ[1]

Posted at

WebSphere Application Server とは

IBMが開発・販売する、Java EE対応のアプリケーションサーバであり、IBMソフトウェアのWebSphereブランドの中核をなす製品(以下、WASと略)

JSPとどう連携して使うのか

r5fig4.gif

  1. ログイン画面を表示するJSPを作成する
  2. ようこそ画面を表示するJSPを作成する
  3. ユーザー情報画面を表示するJSPを作成する
  4. ユーザー情報を保存するBeanを作成する

それぞれのサーブレットでは、データをBeanに保存し、画面を表示するためにJSPを呼び出す。

r5fig5.gif

詳しくは、参考[3]へ

参考

[1]WAS導入向け

https://qiita.com/TTakakiyo/items/05dfdb020249699d9849

[2]JSP エンジン・パラメーター
https://www.ibm.com/support/knowledgecenter/ja/SSEQTP_9.0.5/com.ibm.websphere.base.doc/ae/rweb_jspengine.html

[3]WASとサーブレット、JSPの連携

https://www.atmarkit.co.jp/ait/spv/0201/10/news001.html

[4] JSPカスタムタグ

https://nablarch.github.io/docs/5u9/doc/application_framework/application_framework/libraries/tag.html#id3

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2