JSWDK 1.0.1 is outdated (was Re: Web - Application ?)

2000-08-21 Thread Luc Saint-Elie
for this question please tell me the way ... how to configure the JSWDK-1.0.1 for new Web Application. sorry for the posting the same question again. ++ | Luc Saint-Elie | | email : [EMAIL PROTECTED

Re: Is There any Free JSP Web Space Provider

2000-08-18 Thread Luc Saint-Elie
Can Anybody tell me , is there any free jsp web space rovider with ftp access You may want to have a look at WebCabarret (I don't have the url handy but I posted a news about this yesterday night, look at http://www.interpasnet.com/JSS the title is something like "free servlet hosting get

Re: bit off topic - HELP on books

2000-08-15 Thread Luc Saint-Elie
++ | Luc Saint-Elie | | email : [EMAIL PROTECTED]| ++ | Java Server Side Open Source technologies| | http://www.interpasnet.com/JSS

Re: How to signoff from this mailing list??

2000-08-15 Thread Luc Saint-Elie
e=Servlets +--------+ | Luc Saint-Elie | | email : [EMAIL PROTECTED]| ++ | Java Server Side Open Source technologies| | http://www.interpasn

Re: About Tomcat

2000-08-11 Thread Luc Saint-Elie
What is Tomcat ? Have a look at one of the numerous URL printed at the bottom of EACH message of this list You can also have a look at http://www.interpasnet.com/JSS == Servlet's Taverne http://www.interpasnet.com/JSS ==

Re: Design Pattern for JSP

2000-08-11 Thread Luc Saint-Elie
I'm looking for Design-Pattern for JSP-Applications. I heard about a pattern called "modell1" and "modell2" as well as the MVC-pattern. Are there any other? Where can I find more Information about Web-Application design with JSP? (Tutorials, Books ) vladimir You may want to have a look at

what is type 4 driver and type 2 driver?

2000-08-08 Thread Luc Saint-Elie
Majid, What is type 4 driver and type 2 driver? I have never heard them. You may want to read : http://industry.java.sun.com/products/jdbc/drivers http://java.sun.com/products/jdbc/driverdesc.html and more generally advertizing http://www.interpasnet.com/JSS /advertizing BTW : this is not

Re: DreamWeaver as a JSP editor?

2000-08-07 Thread Luc Saint-Elie
Kevin Usually Dreamweaver is bundled with a VERY good text based HTML/JSP/whateveryouwant editor : HomeSite If you have Homesite try it, its manual.. but very handy On the overhand I'm not very impressed by Ultradev (that is basically DreamWevaer 3 with some built in functions like the

Starting tomcat in new window

2000-08-04 Thread Luc Saint-Elie
Erwan, Using Tomcat under Windows is VERY easy if (and only if) you follow step by step theses steps 1) Donwload http://jakarta.apache.org/builds/tomcat/release/v3.2-beta-2/bin/jakarta-tomcat.zip 2) Verify, Control and get certain you have the JDK installed properly 3) Open you

Re: How can I schedule a Job in JSP or servlet...

2000-08-02 Thread Luc Saint-Elie
Hi pals, We have to run a servlet or JSP automatically on saturday night at 12. We are planning to write a servlet and in the init method of that servlet, planning to invoke a thread which checks for the specified time and if satisfies, do the necessary operations. We will load that servlet at

Re: do I need another web server after I install JDK and JSWDK

2000-08-02 Thread Luc Saint-Elie
Wei, If you want to try/learn JSP JSWDK is NOT the best way to go. Sun is now developping Servlet API (and JSP that is servlet based) through a join-venture with the Apache Group (and other companies). The project is called Jakarta and the web is http://jakarta.apache.org The Tomcat package

Re: is it normal

2000-08-02 Thread Luc Saint-Elie
Erwan I have the jswdk-1.0.1 and JDK 1.3 in the startserver bat the paths of jsp.jar, jakarta.jar,webpagesWEB-infservlets and moo.jar do not correspond : none of them exist on my C: Does jswdk-1.0.1 and JDK 1.3 runs with each other? As you are a big boy if a path is not correct you can manage

Re: difference between apache and jwsdk or tomcat

2000-08-02 Thread Luc Saint-Elie
What is the difference between the web server apache and jswdk or tomcat. Apache is a Web Server. It can run server side stuff with extensions (perl, PHP...) Among these extensions, Apache can receive an extension to run Servlets (Java Classes of a specific kind). In oder to run servlets,

Re: JSP Books

2000-07-31 Thread Luc Saint-Elie
I have to learn JSP in my work. Can you send me a e-book about this subject. The are currently none eBook available. One projetc has been laucnched but seem to lack support (and this is a pitty). If you want books they are now a lot available (have a look at the book section at

Re: Comments Please..

2000-07-21 Thread Luc Saint-Elie
We have one big Intranet project Developed in pure (HTML and MS SQL) I suppose you mean HTML and ASP if this is the case JSP is very close to ASP so although new you'll quickly feel at home Now we want to port this into JSP to strengthen the Intranet Application we have One NT Server it is

Re: What is JSWDK?

2000-07-20 Thread Luc Saint-Elie
? ++ | Luc Saint-Elie | | email : [EMAIL PROTECTED]| ++ | Java Server Side Open Source technologies| | http://www.interpasnet.com/JSS

Re: Reference to Model 2 design pattern article?

2000-06-15 Thread Luc Saint-Elie
for this, and I believe I saw it at one time, but I'm unable to find it now. I'm looking for a reference to a detailed description of "Model 2", the "modern" way of structuring a JSP/Servlet application. +------

Re: interface JSP and JDBC

2000-04-10 Thread Luc Saint-Elie
evant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets +--------+ |

Re: A mystery: Deleted servlet is alive?!

2000-02-13 Thread Luc Saint-Elie
. Where does the result came from? Am I missing something here? Any explanation would be appreciated. Thanks. ++ | Luc Saint-Elie | | email : [EMAIL PROTECTED] | ++ | Java Server Side Open Source

Re: How I can access DB

2000-02-03 Thread Luc Saint-Elie
, how I can access Data Base? If possible please tell me all the possible ways to access Data base. Thanks in advance -Geratayya. ++ | Luc Saint-Elie | | email : [EMAIL PROTECTED]| +-

Re: problems with jws

2000-01-24 Thread Luc Saint-Elie
directory and everybody can access to my jsp source files. anyone has detected the same problem ? Is there any way to solve it ? Thank you. +--------+ | Luc Saint-Elie | | 7, rue Androuët| | 75018 Pa

Re: JSP Books

1999-11-16 Thread Luc Saint-Elie
that such a tutorial needs to be developed by someone in the know. Dan +--------+ | Luc Saint-Elie | | 53, rue Caulaincourt | | 75018 Paris France| | Tel: 01 42 52 09

Re: Dynamic PDF generation

1999-11-12 Thread Luc Saint-Elie
Hello, You may want to have a look at Cocoon and FOP (http://java.apache.org/cocoon and now http://xml.apache.org) ++ | Luc Saint-Elie | | 53, rue Caulaincourt | | 75018 Paris France

Re: What are the free Toolsets available for Java Developers

1999-11-12 Thread Luc Saint-Elie
I suggest this kind of post is forever banned from a serious mailing list. Le 18:15 12/11/99 +0530, Rahul Chaudhary a écrit: A very simple but powerful Java IDE is Kawa available at http://www.tek-tools.com/kawa. Download the kawa and.. just Enter Kawa Registration#: Name: _RudeBoy_

Re: JSP Editor

1999-11-12 Thread Luc Saint-Elie
Hello, Under Windows, HomeSite is a very good (although basic) choice Le 15:06 12/11/99 +0100, Camilla Straubel a écrit: Hi I wonder that kind of tool I can use when I´m doing JSP pages. Regards Camilla -- *** Camilla Straubel Frontec Konsulter GBG Tel: 031-707 10 55

Re: when to use Bean !!!

1999-10-25 Thread Luc Saint-Elie
Craig, I usually really love your answers that are by far the must useful and comprehensives ones. But in this case I really don't agree. I read the J2EE docs and I'm still unable to answer to simple questions like - in this case use JSP - in this case use JSP + bean - in this case use JSP +

Re: file upload.

1999-09-20 Thread Luc Saint-Elie
to accomplish file upload and is willing to field a question or two please e-mail me personally. Thank you for your time! Carrie ++ | Luc Saint-Elie | | Development and marketing manager | | Pictoris - Paris

Accessing cokkies set by a servlet

1999-09-20 Thread Luc Saint-Elie
Hello I've some servlets that set cookies under the path /servlet How can I access thieses cookies from a JSP page ? Thanks in advance ++ | Luc Saint-Elie | | Development and marketing manager

Re: XSL and Servlets?

1999-09-10 Thread Luc Saint-Elie
. ext 2913 ++ | Luc Saint-Elie | | Development and marketing manager | | Pictoris - Paris - France | | http://www.pictoris.com| | email : [EMAIL PROTECTED

Re: The JSWDK

1999-09-02 Thread Luc Saint-Elie
try (including several reboots), nothing seems to work. Any help would be greatly appreciated. Thanks, Patrick O'Keeffe Consultant ++ | Luc Saint-Elie | | Development and marketing manager | | Pictoris

JSP (JSWDK 1.0) stability under NT

1999-09-01 Thread Luc Saint-Elie
that runs perfectly well in a servlet fails in a JSP file Does somebody have some recommendations when using preparedstatements with JSP ? Thanks in advance +--------+ | Luc Saint-Elie | | Development and marketi

Re: Newbie Question

1999-08-26 Thread Luc Saint-Elie
lease provide simple hello world example +--------+ | Luc Saint-Elie | | 75018 Paris France | | Tel: 1(212)894 3713 ext: 0012 | | email : [EMAIL PROTECTED]| +-

Re: Trying JSWDK server (1.0final) on WinNT: annoying set-up again

1999-08-23 Thread Luc Saint-Elie
scrolled unhelpfully off-screen..): sun.tools.javac.Main ++ | Luc Saint-Elie | | 53, rue Caulaincourt | | 75018 Paris France

[TRIVIAL ?] Use of DBConnectionPool with JSP 1.0

1999-08-23 Thread Luc Saint-Elie
MMENT") %/td /tr tr td width="150"strong Historique de nos relations /strong/td td%= rs.getString("HISTO") %/td /tr tr td width="150"Le web de %= rs.getString("SOCIETE") %/td td a href="%= rs.getString("W

Re: Java Web Server

1999-08-20 Thread Luc Saint-Elie
++ | Luc Saint-Elie | | Development and marketing manager | | Pictoris - Paris - France | | http://www.pictoris.com| | email : [EMAIL PROTECTED

Re: GNUJSP with TomCat???

1999-08-18 Thread Luc Saint-Elie
deal.. but strange deal :-)) For what it's worth, I use extension mappings (and path mappings) extensively with Tomcat (from JSWDK-1.0-EA) and it works like a charm. Very strange deal indeed ++ | Luc Saint-Elie

Re: Default.cfg

1999-08-12 Thread Luc Saint-Elie
---+ | Luc Saint-Elie | | 53, rue Caulaincourt | | 75018 Paris France| | Tel: 01 42 52 09 62 / 06 12 90 19 65

Official Status of the web server included in JWSDK-1.0-ea ?

1999-08-12 Thread Luc Saint-Elie
may lead to choose the commercial JWS 2.0 instead of using JWSDK? Thanks in advance ++ | Luc Saint-Elie | | 53, rue Caulaincourt | | 75018 Paris France| | Tel: 01

JWSDK 1.0-ea questions [LONG..SORRY]

1999-07-19 Thread Luc Saint-Elie
e jared servlet for each of my Webapps ? Thanks in advance +----+ | Luc Saint-Elie | | 75018 Paris France | | Tel: 1(212)894 3713 ext: 0012 | | email : [EMAIL PROTECTED]| +

JSP Tool (Windows) Macromedia buys Elemental

1999-07-17 Thread Luc Saint-Elie
:-) ++ | Luc Saint-Elie | | Development and marketing manager | | Pictoris - Paris - France | | http://www.pictoris.com| | email : [EMAIL PROTECTED

Re: Need thin SQL/Data Store/Data Engine.

1999-07-11 Thread Luc Saint-Elie
e. It needs to have a thin SQL backend. Similar to using MS Access MDB file under NT. Any ideas? +--------+ | Luc Saint-Elie | | Development and marketing manager | | Pictoris - Paris - France

Re: JSP On IIS

1999-07-10 Thread Luc Saint-Elie
and JRun 2.0. i can run the servlets but not the JSP pages.. IE 4.0 or Netscape 4.5 does not recognize jsp extension. any help?? thanks in advance.. ++ | Luc Saint-Elie | | Development and marketing manager

Re: JSP books?

1999-07-10 Thread Luc Saint-Elie
07/07/99 -0700, Ron Lussier a écrit: Can anyone recommend a really good book on developing JSPs? (I have excellent Java skills, but I want a quick-start for JSPs and JSP design theory.) ++ | Luc Saint-Elie

Re: Installing JSP

1999-07-07 Thread Luc Saint-Elie
? I'll be pleased to find some documentation on installing JSP. ++ | Luc Saint-Elie | | 53, rue Caulaincourt | | 75018 Paris France | | Tel: 01 42 52 09 62 / 06 12 90 19 65 | | email : [EMAIL PROTECTED

Re: Starting point for JSP

1999-06-28 Thread Luc Saint-Elie
++ | Luc Saint-Elie | | 53, rue Caulaincourt | | 75018 Paris France| | Tel: 01 42 52 09 62 / 06 12 90 19 65 | | email : [EMAIL PROTECTED

Re: Servlets and JDBC

1999-05-05 Thread Luc Saint-Elie
Connection("jdbc:odbc:MyDatabase"); This fails. I have MyDatabase setup in the ODBC Datasource Administrator of Windows NT Workstation 4.0 SP4 as: User DSN: Pointing to my database file D:\JavaWebServer1.1.3\database\mydata.mdb with no passwords. +-----

[ANN] Servlets API 2.1 is out

1999-04-26 Thread Luc Saint-Elie
hello Servlet API 2.1 is out see http://java.sun.com/products/servlet ++ | Luc Saint-Elie | | 53, rue Caulaincourt | | 75018 Paris France| | Tel

[BEGINNER] Very basic JSP-JDBC use

1999-04-18 Thread Luc Saint-Elie
} } stmt.close(); rs.close(); } catch (SQLException e) { e.printStackTrace(out); } % /body /html +--

[BEGINNER] Calling a Java Class from JSP

1999-04-18 Thread Luc Saint-Elie
++ | Luc Saint-Elie | | 53, rue Caulaincourt | | 75018 Paris France| | Tel: 01 42 52 09 62 / 06 12 90 19 65 | | email : [EMAIL PROTECTED

[ANN] EXOLAB

1999-04-08 Thread Luc Saint-Elie
++ | Luc Saint-Elie | | 53, rue Caulaincourt | | 75018 Paris France| | Tel: 01 42 52 09 62 / 06 12 90 19 65 | | email : [EMAIL PROTECTED

Re: Resources for JSP...

1999-03-30 Thread Luc Saint-Elie
++ | Luc Saint-Elie | | 53, rue Caulaincourt | | 75018 Paris France | | Tel: 01 42 52 09 62 / 06 12 90 19 65 | | email : [EMAIL PROTECTED] | ++ | Servlet Taverne a site devoted to servlets | | ..and looking for a free

Re: Diffence between servlet and JSP?

1999-03-16 Thread Luc Saint-Elie
Ingénierie Site Web - http://www.sqli.fr Veille technologique en ligne - http://online.sqli.fr ++ | Luc Saint-Elie | | 53, rue Caulaincourt | | 75018 Paris France| | Tel