Re: producing .gif files on the fly with JSP or with a BEAN

2001-06-12 Thread Segador Corraliza, Jose Abel [EES/ES]
Try jspchart. I'm using it and seems to be quite good. http://www.javaside.com/u_jspchart.html EMERSON ENERGY SYSTEMS IBERIA, S.A. José Abel Segador Corraliza Sistemas de Gestión de Energía Eduardo Torroja, 23 Leganés 28914 Madrid * 91-339 4140 * [EMAIL PROTECTED] -Original Message---

Re: Netscape Enterprise Server 3.6 and JSP

2001-06-21 Thread Segador Corraliza, Jose Abel [EES/ES]
Hello! You only need to install a web server plugin like JRun to run JSP pages and servlets. Regards. Abel Segador -Original Message- From: Fco. d Qvdo. y Vllgs. [mailto:[EMAIL PROTECTED]] Sent: miércoles 20 de junio de 2001 20:26 To: [EMAIL PROTECTED] Subject: Netsca

Return an excel file to the clients

2001-06-21 Thread Segador Corraliza, Jose Abel [EES/ES]
Hello everybody! I have the following code in a servlet, to send the clients data in an excel file. The problem is that Explorer opens Excel but cannot interprets the data. What do I have to do to see them grouped by excel colums? Thanks a lot. Abel S. oCanalSalida = ne

unsubscribe

2001-07-11 Thread Segador Corraliza, Jose Abel [EES/ES]
<<...OLE_Obj...>> EMERSON ENERGY SYSTEMS IBERIA, S.A. José Abel Segador Corraliza Sistemas de Gestión de Energía Eduardo Torroja, 23 Leganés 28914 Madrid * 91-339 4140 * [EMAIL PROTECTED] ==To unsubscribe: mailto [EMA

unsubscribe

2001-07-11 Thread Segador Corraliza, Jose Abel [EES/ES]
=== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.

Free JSP Editor?

2001-09-11 Thread Segador Corraliza, Jose Abel [EES/ES]
Hello everybody? Is there any good and simple free JSP Editor? We don't want it to be visual, we only need some support to create JSP pages, like colouring reserverd words, ... Thanks in advance. Abel Segador.

Web Analysis

2001-11-27 Thread Segador Corraliza, Jose Abel [EES/ES]
Hello everybody!! Does anybody know any guidelines about how to analyze a web application using JSP, servlets, JavaBeans, ... (necessary documentation, above all) ? Thanks in advance. Best Regards, Abel Segador. =

Off-topic : Problem with getBlob in PdxJdbc driver (sorry but I' m desperate)

2002-03-21 Thread Segador Corraliza, Jose Abel [EES/ES]
Hello everybody! I'm sorry, I know this is not the appropiate forum to make this kind of question, but I've been searching the web for 3 days and there is no information about this matter. Perhaps someone could help. I'd appreciate it very much!! I'm using the driver PdxJdbc.jar to connect to a

File upload

2002-09-18 Thread Segador Corraliza, Jose Abel [EES/ES]
Hello everybody! I'm trying to create a servlet that handles a form via POST with several fields: 3 of them TEXT and the other one FILE. So I have to handle the file upload in it. I've tried it using an example in www.onjava.com/lpt/a/745, but it doesn't work correctly. I'd like to do it via a be