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.
送信ボタンをクリックして登録フォームで構成されるjspページを作成しました。値はデータベースに保存する必要があります。誰でもjspと休止状態を使用してのみそのアプリケーションを実行するプロセスを提案できます
JSP と休止状態のみを使用することはお勧めしません。JSP はビュー パーツのみを対象としており、操作を実行するべきではありません。MVc パターンを使用できます。