Marauroa Chat Tutorial: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>SimonSmall →Prerequisites: Added link to NetBeans IDE development |
imported>SimonSmall m →Prerequisites: Fixed NetBeans link (was a redirect) |
||
| Line 5: | Line 5: | ||
== Prerequisites == |
== Prerequisites == |
||
If you are to use the NetBeans IDE for development, please see [[ |
If you are to use the NetBeans IDE for development, please see [[Chat_Tutorial_in_NetBeans|Marauroa with NetBeans]]. |
||
For this tutorial you will need a Marauroa distribution. You can find download links at [http://arianne.sourceforge.net/?arianne_url=servers/server_marauroa#downloads Marauroa download page]. It contains all the needed jars, but you will probably need to rename marauroa-x.xx.jar into marauroa.jar (or fix some command-line parameters below). |
For this tutorial you will need a Marauroa distribution. You can find download links at [http://arianne.sourceforge.net/?arianne_url=servers/server_marauroa#downloads Marauroa download page]. It contains all the needed jars, but you will probably need to rename marauroa-x.xx.jar into marauroa.jar (or fix some command-line parameters below). |
||
Revision as of 11:13, 5 February 2012
Marauroa Tutorial
Prerequisites
If you are to use the NetBeans IDE for development, please see Marauroa with NetBeans.
For this tutorial you will need a Marauroa distribution. You can find download links at Marauroa download page. It contains all the needed jars, but you will probably need to rename marauroa-x.xx.jar into marauroa.jar (or fix some command-line parameters below).
You will also need
- JDK (Sun download page)
This example uses the integrated h2 database. Marauroa does support MySQL as well, please see database configuration.
First Step
In the first section of this tutorial, we will write the Server before we look at the clients in the following section. {{#breadcrumbs: Marauroa | Using | Tutorial }}