Installation sur le serveur...
It is the main point, you must especially make attention by choice of http server and servlet extension.
- JRE 1.1.x or 1.2.x The JAVA RunTime Environment to support and run java on the server.
- JSDK 2.0 2.1 Java Servlet developement Kit. Contain all servlet packages "javax.servlet".
- And addservlet extension on HTTP server.
Client configuration...
- It's very simple... DO NOTHING. A servlet run on server and not on the client computer.
- But you can received and send all standard header and cookies.
Kit de developpemet
- A simple and free solution : Use JDK 1.1.x 1.2 ( Java 2 ), du JSDK 2.x, available in SUN site http://www.javasoft.com/products/ and a texte editor (VI or other).
- JBuilder 3 : By Inprise It's a very good solution with Servlet, beans and EJB support...
- Visual Cafe 3/4 : By Symantec I like this IDE.
- Visual age for Java 2-3 : IBM product (but i no test this) I think sis very good solution if you use WebSphere or other IBM product.
- ...
|