I can't thank you enough James. Thank you for pointing me in the right direction. Your help is greatly appreciated!!!
--Brad. -----Original Message----- From: James Mason [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 2:30 PM To: [EMAIL PROTECTED] Subject: RE: Example Java Servlets for accessing data in Slide? Well, common/lib has a bunch of jar files that are Tomcat specific (you don't need those). And anyway, if you're talking about a client program here you want the jar files from the client download (Tomcat is the server download). For a client you'll need the webdavlib jar and httpclient jar (you may also need commons-logging). Check the javadoc: http://jakarta.apache.org/slide/clientjavadoc/index.html to see which packages to import. Choose the name of the class from the left and the package will be first line after the navigation header. For server Slide programs the easiest way to get a list of jars is to grab the webapp download and look in the lib directory. For compiling you'll probably only need the jar files with "slide" in the name, but you'll need all the others to run the program. -James >>> [EMAIL PROTECTED] 6/23/2004 12:01:52 PM >>> You mean like install ALL the jar files from the following directory: C:\Program Files\Apache Group\jakarta-slide-2.0-tomcat-5.0.19\common\lib Directory? I am trying to do it the old-fashion way with ant from the command line. Even if I did have the correct jar file what would I add to the following: import java.sql.*; import java.io.*; import java.util.*; import javax.servlet.*; import javax.servlet.http.*; Just curious. --Brad -----Original Message----- From: James Mason [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 10:57 AM To: [EMAIL PROTECTED] Subject: RE: Example Java Servlets for accessing data in Slide? Brad, One easy way to figure questions like out is to use a good IDE, such as Eclipse: http://eclipse.org/ . If your set your project up with all of the .jar files that you'll need (just grab every .jar file you can find in the Slide package you downloaded) the IDE will tell you when you haven't imported a class and give suggestions for matching classes that it found in the .jar files. Makes life a whole lot easier. -James >>> [EMAIL PROTECTED] 6/23/2004 6:47:34 AM >>> Hi. What packages did you import (i.e. import java.io.*) in your Java source program in order for it to compile? Thank you in advance, --Brad Simonin. -----Original Message----- From: Luanne Coutinho [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 2:54 AM To: Slide Users Mailing List Subject: Re: Example Java Servlets for accessing data in Slide? Hi Brad, I too started on Slide recently and had quite a few problems getting started. However, with the help of this mailing list, I managed to get by. I am creating a few basic how-to's(based on my experiments and input from the mailing list) which I'm adding to the Slide wiki- I've already put two up at http://nagoya.apache.org/wiki/apachewiki.cgi?SlideProjectPages Hopefully, these will help get you started. They are very basic, but I think will help people like us get up and running quicker. I plan to add more soon. Regards Luanne --- [EMAIL PROTECTED] wrote: > I am very new to Slide. Are there any example Java Servlets for > extracting and inserting data into slide? > > I would like to extract an html file located in the following > directory: > http://localhost:8080/slide/files/BradSimonin > > The file is Brad.html > > Thank you in advance, > > --Brad Simonin > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > __________________________________ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
