Difference between revisions of "GNUstepWeb"

From GNUstepWiki
Jump to navigation Jump to search
Line 18: Line 18:
  
 
maintainer = David Wetzel |
 
maintainer = David Wetzel |
 +
 +
Installation tips =
 +
* Install GNUstep core and gdl2 components
 +
* Install Apache 2.x
 +
* Download svn current version (see above)
 +
* Install Apache 2 <-> GNUstepWeb adaptor module (see GSWAdaptors/Apache/INSTAL in GNUstepWeb Tree)
 +
* Setup Adaptor configuration (see GSWAdaptors/Apache/INSTAL)
 +
* Build and install GNUstepWeb (see INSTALL) in GNUstepWeb Tree
 +
* Build and install Examples/hello (see Examples/hello/INSTALL)
 +
* Run hello
 +
* Point your browser to: http://localhost/GSWeb/hello.gswa.
 +
 +
|
  
 
relatedlinks =  
 
relatedlinks =  

Revision as of 19:15, 23 November 2007

GNUstepWeb is a web application library

Current Version: [1]

  • Released: use SVN
  • Licensed: LGPL2

Overview

GNUstepWeb is a development framework for web applications written in Objective-C which is designed to be source-code compatible with WebObjects 4.5 - a product originally developed by NeXT Inc, whose newer versions have been released by Apple and are Java-based.

Features

This library is a component of the GNUstep project in the dev-libs section and is available in the standard ways - such as the GNUstep ftp site.

David Wetzel recommends using the current version that can be obtained by executing the following SVN check out in an empty directory

svn co http://svn.gna.org/svn/gnustep/libs/gsweb/trunk

Maintainer

David Wetzel

Related Links