Difference between revisions of "GNUstepWeb"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
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 [ftp://ftp.gnustep.org/pub/daily-snapshots/dev-libs.current.tar.bz2 GNUstep ftp site]. | 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 [ftp://ftp.gnustep.org/pub/daily-snapshots/dev-libs.current.tar.bz2 GNUstep ftp site]. | ||
− | David Wetzel recommends using | + | 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/ | + | svn co http://svn.gna.org/svn/gnustep/libs/gsweb/trunk |
− | |||
| | | | ||
Revision as of 18:35, 13 April 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
- Apple has legacy WebObjects 4.5 documentation available. Please note that the official site gnustepweb.org is somewhat out of date.
- David Wetzel runs a low-volume mailing list called gswhackers.
- Creating A Simple GSWeb Application is very easy.