<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
    "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd">

<web-app>

    <display-name>J-Painter. JSP Example</display-name>
    <description>
      This example illustrates how to accept an image from
      the J-Painter - an online image editor and save it
      to a disk file.
    </description>
       
</web-app>

