GNUstepWeb HOWTO **************** GNUstepWeb-HOWTO Last Update: 05 February 2000 This document explains how to build and manage GNUstepWeb applications. Copyright (C) 2000 Free Software Foundation, Inc. Author: Mirko Viviani This file is part of GNUstepWeb. Introduction ============ This document explains how to build GNUstepWeb applications, explain differences from Apple WebObjects and known bug of these libraries. Project wrapper =============== Follow these guidelines to maintain your GSWeb application wrapper. MyApp/ Application wrapper Main.gswc/ First page requested by GSWeb Main.html Main.gswd MyApp_main.m main() function Main.m Your Main class code Main.h Your Main class interface GNUmakefile Makefile.preamble Makefile.postamble Main.gswa/ Compiled application Main.debug/ Compiled application with debug support Makefiles ========= Debug ===== In order to debug your application compile it with "gmake debug=yes" and install with "gmake install debug=yes". You'll find your application in GNUSTEP_SYSTEM_ROOT/GSWApps/MyApp.debug Now you can enable debug starting your app with -GSWebDebug=