Chat Tutorial in NetBeans: Difference between revisions

Content deleted Content added
imported>SimonSmall
m The Chat Tutorial: changed links
imported>SimonSmall
clarification
Line 1:
== Introduction ==
 
NetBeans is a free, open-source Integrated Development Environment (IDE) for software developers that runs on Windows, Linux, Mac OS X and Solaris. Using an IDE for development, instead of the manual editing technique, provides an instant highlighting of syntax and other errors and the ability to run and debug the application within the IDE.
Line 8:
 
These instructions have been checked using Windows XP, Java SE Development Kit 7 update 2 and NetBeans 7.0.1 and may not be complete (January 2012). Please discuss in the Discussion pages.
 
= The Chat Tutorial =
 
== Design ==
 
This tutorial will create a simple Chat utility based on the Marauroa engine. Users will be able to register, then login to the Chat Client. Text entered into the client is passed to the Chat Server and echoed to all users that are currently logged in. The development is done in stages, where each stage can be verified. The full functionality will not be complete until the completion of the last stage.
 
== Requirements ==