embed « Applet « JSP-Servlet Q&A





1. How to embed an Applet into a JSP page?    stackoverflow.com

I'm trying the following code in JSP to embed an Applet into a JSP page but it can't display it. The JSP code snippet goes below.

<%@page contentType="text/html" pageEncoding="UTF-8"%>

<html>
    ...

2. How to embed an applet in my Jsp page    coderanch.com