|
|
JAVA AJAX Tutorials
Getting Started
Installing the Tutorial Server
In this tutorial, we want to focus on the AJAX details rather than installation and setup issues. There are various different setup scenarios available for Jaxcent, and discussing them will take the focus away from the actual programing.
Therefore, a small server is provided here, that is very easy to install, has Jaxcent pre-bundled, and gets the setup issues out of the way so you can concentrate on the concepts. This server is not very fast, but it is very convenient and easy to set up. It is meant for learning rather than production usage.
In this tutorial, we will assume you have created a folder C:\Jaxtut and have extracted the zip file to this folder, so you should have the following on your hard drive:
- C:\Jaxtut\jaxtut.jar
- C:\Jaxtut\JaxcentConfig.jar
- C:\Jaxtut\license.html
- C:\Jaxtut\html (directory)
- C:\Jaxtut\java (directory)
- C:\Jaxtut\api (directory)
(If you are on a non-windows systems, or if you need to use a different path, please adjust the names accordingly.)
Note that you will also get a "solutions" folder -- it is meant to be used after you have finished the exercises on your own! The given solution is just one way of doing the task, and may be interesting to compare with your own solution.
|
|