'J2EE' Tag

  • Bar Graph / Chart using Open Flash Chart (OFC) in JSP

    May 3, 2009

    Download the Open Flash Chart tool from openflashchart.com Make sure that the below mentioned 4 files exists in the same directory of the web application. open-flash-chart.swf swfobject.js -  Find the above mentioned two files in the downloaded OFC tool. bargraph.jsp <html>    <meta http-equiv=content-type content="text/html; charset=UTF-8">    <head>        <script type="text/javascript" src="swfobject.js"></script>    </head>    <body>        <form name="ind" id="ind">            <% [...]

  • File Upload and Download using Servlets and JSP

    April 24, 2009

    fileupload.jsp <%–     Document   : fileupload.jsp     Created on : Apr 24, 2009, 3:40:43 PM     Author     : shyam –%> <%@page contentType=”text/html” pageEncoding=”UTF-8″%> <html>     <head>         <meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″>         <title>File upload</title>     </head>     <body>         <h2>File upload!</h2>         <form name=”fileupload” method=”post” enctype=”multipart/form-data” action=”filedownload.jsp”>             <label for=”contentTitle”>File name(syntax: Filename.ext)</label><input type=”text” name=”contentTitle” /> [...]

 
Powered by Wordpress and MySQL. Theme by Shlomi Noach, openark.org