I think only applets can be added to web application

<P>
<APPLET codebase="yourApplicationFolder" code="yourMainClass.class" width=350 height=200></APPLET>
</P>
or if you want to add applet...