JSP: Exemple d’utilisation de Graphiques vectoriels évolutifs

Author:
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
 
<jsp:useBean id="date" class="java.util.Date" />
 
<html>
<head><title>Graphiques vectoriels évolutifs and JSP</title></head>
<body>
<h2>Un Graphiques vectoriels évolutifs</h2>
 
<embed src=
    "monLogo.svg" width="200" height="200" type=
    "image/svg-xml" pluginspage="http://www.adobe.com/svg/viewer/install/"
>
 
<br /><c:out value="${date}"/>
 
</body>
</html>
           
       

Cet article JSP: Exemple d’utilisation de Graphiques vectoriels évolutifs est apparu en premier sur .