Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はmysqlデータベーステーブルのレコードを取得したいのですが、サーブレットクラスを使用してjspページを介して表示してください。よろしくお願いします。
JSP ページは、Web サーバーによって内部的にサーブレット クラスも作成します。
jspタグを使用できます.JSTLは、データベースを処理するための良いオプションでもあります. 以下のライブラリを jsp ファイルに含めます。
<%@ taglib uri="http://java.sun.com/jstl/sql" prefix="sql" %>