JSP and Word

2000-10-26 Thread Thompson Willard
Does anyone know how to invoke MS Word? For instance, in my jsp I can invoke Excel but not word: <%@ page contentType="application/vnd.ms-excel" %> <%-- Note that there are tabs, not spaces, between columns. --%> 19971998199920002001 (Anticipated) 12.313.414.515.6

JSP and IIS

2000-10-26 Thread Thompson Willard
Hello - Are you able to run JSP on plain IIS (i.e. without a plugin like Tomcat)? - Willard === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at:

Re: JSP and Word

2000-10-26 Thread Thompson Willard
reference [mailto:[EMAIL PROTECTED]]On Behalf Of Thompson Willard Sent: Thursday, October 26, 2000 9:43 AM To: [EMAIL PROTECTED] Subject: JSP and Word Does anyone know how to invoke MS Word? For instance, in my jsp I can invoke Excel but not word: <%@ page contentType="application/vnd.

Re: JSP and Word

2000-10-26 Thread Thompson Willard
e, if already have excel open and I download a file with the below content type it invokes another instance of excel. Peter > -Original Message- > From: Thompson Willard [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, October 26, 2000 11:02 AM > To: [EMAIL PROTECTED] > Subject:

Re: RES : JSP and IIS

2000-10-26 Thread Thompson Willard
I'm running into a problem because I want to use JSP's but my host provider doesn't support any new plugins with out charging an arm or leg. But they support ASP's of which I don't want to use. -Original Message- From: André Sampaio [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 26,

Re: JSP and java object

2000-10-27 Thread Thompson Willard
I used an applet that communicated with a stand alone java class residing on the server. I set up a socket connection. -Original Message- From: Thang Nguyen [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 26, 2000 7:07 PM To: [EMAIL PROTECTED] Subject: JSP and java object Hi, I hav

Re: Opening a word document file through a JSP/servlet

2000-11-30 Thread Thompson Willard
For Excel: <%@ page contentType="application/vnd.ms-excel" %> So for Word I believe its: <%@ page contentType="application/msword" %> But you'll need to do a little more to open an already made word doc. -Original Message- From: Sanjay Gomes [mailto:[EMAIL PROTECTED]] Sent: Thursday,

Re: Opening a word document file through a JSP/servlet

2000-11-30 Thread Thompson Willard
ufferedReader in= new BufferedReader(new FileReader("c:/Test.txt")); while((str=in.readLine())!=null) { out.print(str); } } } TIA Sanjay -Original Message- From: Thompson Willard [mailto:[EMAIL PROTECTED]] Sent: 30 November 2000 12:37 To: [EMAIL PROTECTED] Subje

Re: 4 Questions !!!

2000-12-01 Thread Thompson Willard
http://java.sun.com/products/jsp/tomcat/ http://java.sun.com/products/jsp/index.html http://jakarta.apache.org/ -Original Message- From: Ganesh Mohan Rao [mailto:[EMAIL PROTECTED]] Sent: Friday, December 01, 2000 2:22 PM To: [EMAIL PROTECTED] Subject: 4 Questions !!! Hi, I have 4 quest

Re: Help Required

2000-12-05 Thread Thompson Willard
http://java.sun.com/products/jsp/tomcat/ http://java.sun.com/products/jsp/index.html http://jakarta.apache.org/ -Original Message- From: Zahid Khan [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 03, 2000 11:50 PM To: [EMAIL PROTECTED] Subject: Help Required Hi! I am new to JSP techn

GUI Capabilities

2001-02-12 Thread Thompson, Willard (GTICCC)
Hello, Does anyone know if you can develop menubars by using JSP's and not applet technology? Willard === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with

Re: Java Beans!!

2001-03-23 Thread Thompson, Willard (GTICCC)
our beans are in the web-inf directory (of JRun web server) and we would do a mailto:[EMAIL PROTECTED]] Sent: Friday, March 23, 2001 3:35 AM To: [EMAIL PROTECTED] Subject: Java Beans!! Hi, I am calling a Java Bean from a JSP file. Both the .jsp file and Java Bean (.class file) is in the same d

Re: 'Core Servlets and JavaServer Pages' book

2001-04-11 Thread Thompson, Willard (GTICCC)
I use this one and it's a good one. Marty does a good job covering many aspects of jsp and not to mention servlets as well. In addition it talks about forms, beans, applets, jdbc, ..., and so forth. It was published in 2000 so it's not too far out dated and contains a plethora of examples. I w

Re: JSP Book for beginners?

2001-04-26 Thread Thompson, Willard (GTICCC)
"Core Servlets and JavaServer Pagers" by Marty Hall. "Prentice Hall" -Original Message- From: RuaidhrĂ­ Fernandes [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 9:31 AM To: [EMAIL PROTECTED] Subject: JSP Book for beginners? Hi all, Ive just started learning about JSP, I'd like

Re: MS Access

2001-05-01 Thread Thompson, Willard (GTICCC)
There's roughly 7 steps load the jdbc driver define the url connection and establish it create a statement object execute the query do whatever with the results close the connection but access should only be used for personal desktop stuff like keeping track of your own personal bill paying or s

Java depends on WinSock

2001-05-24 Thread Thompson, Willard (GTICCC)
Someone's strong argument that Java is highly dependent on WinSock http://users.neca.com/vmis/fooljava.htm Considering it's date, I don't know if this applies across the board but nonetheless interesting. Sincerely, Willard Thompson Software Engineer Systems Engineering Gerber Technology, Inc. 86