Difference between revisions of "GNUstepWeb"

From GNUstepWiki
Jump to navigation Jump to search
(Update GSWeb links)
(A little structure and a link to a new tutorial)
Line 1: Line 1:
GNUstepWeb is a development framework for web applications which is designed to be source-code compatible with [[WebObjects]] 4.5 - a product originally developed by NeXT Inc. Newer versions of Apple's WebObjects are Java-based.
+
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.
  
This library is a component of the [[GNUstep]] project in the dev-libs section and is available in the standard ways - such as [[SVN]] and ftp://ftp.gnustep.org/pub/daily-snapshots/dev-libs.current.tar.bz2
+
=== Availability ===
 +
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].
  
The official site is http://www.gnustepweb.org/ but is somewhat out of date.
+
David Wetzel recommends using his recent branch 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/branches/06-02-dwetzel
  
 +
=== Documentation and Resources ===
 +
Apple has [http://developer.apple.com/documentation/LegacyTechnologies/WebObjects/WebObjects_4.5/webobjects.html legacy WebObjects 4.5 documentation] available. Please note that the official site is [http://www.gnustepweb.org/ gnustepweb.org] is somewhat out of date. 
 +
 +
David Wetzel runs a low-volume mailing list called [http://lists.turbocat.net/mailman/listinfo.cgi/gswhackers gswhackers].
 +
 +
=== Tutorials ===
 +
[[Creating A Simple GSWeb Application]] is very easy.
 +
 +
[[Category:GNUstepWeb]]
 
[[Category:Networking_Frameworks]]
 
[[Category:Networking_Frameworks]]

Revision as of 21:21, 20 December 2006

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.

Availability

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 his recent branch 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/branches/06-02-dwetzel

Documentation and Resources

Apple has legacy WebObjects 4.5 documentation available. Please note that the official site is gnustepweb.org is somewhat out of date.

David Wetzel runs a low-volume mailing list called gswhackers.

Tutorials

Creating A Simple GSWeb Application is very easy.