Difference between revisions of "GNUstepWeb"
Jump to navigation
Jump to search
(Updated link to general legacy documentation.) |
|||
(7 intermediate revisions by 4 users not shown) | |||
Line 4: | Line 4: | ||
currentversion = [http://gnustep.org] | | currentversion = [http://gnustep.org] | | ||
− | releasedate = use | + | releasedate = use git | |
license = LGPL2| | license = LGPL2| | ||
− | overview = GNUstepWeb is a development framework for web applications written in Objective-C which is designed to be source-code compatible with [ | + | overview = GNUstepWeb is a development framework for web applications written in Objective-C which is designed to be source-code compatible with [https://en.wikipedia.org/wiki/WebObjects 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 [ | + | 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 [https://github.com/gnustep/libs-gsweb GNUstep GitHub Repository]. |
− | David Wetzel recommends using the current version that can be obtained by executing the following [[ | + | David Wetzel recommends using the current version that can be obtained by executing the following [[GIT]] check out in an empty directory |
− | + | git clone https://github.com/gnustep/libs-gsweb | |
| | | | ||
Line 23: | Line 23: | ||
* Install Apache 2.x | * Install Apache 2.x | ||
* Download svn current version (see above) | * Download svn current version (see above) | ||
− | * Install | + | * Install Apache2 / GNUstepWeb adaptor module (see GSWAdaptors/Apache/INSTAL in GNUstepWeb Tree) |
* Setup Adaptor configuration (see GSWAdaptors/Apache/INSTAL) | * Setup Adaptor configuration (see GSWAdaptors/Apache/INSTAL) | ||
* Build and install GNUstepWeb (see INSTALL) in GNUstepWeb Tree | * Build and install GNUstepWeb (see INSTALL) in GNUstepWeb Tree | ||
Line 33: | Line 33: | ||
relatedlinks = | relatedlinks = | ||
− | * Apple has [ | + | * Apple has [https://developer.apple.com/library/archive/documentation/LegacyTechnologies/WebObjects/WebObjects_4.5/webobjects.html legacy WebObjects 4.5 documentation] available. Find all other legacy documentation [https://developer.apple.com/library/archive/navigation/index.html here], just filter for WebObjects. |
− | |||
* [[Creating A Simple GSWeb Application]] is very easy. | | * [[Creating A Simple GSWeb Application]] is very easy. | | ||
category = [[Category:GNUstepWeb]] [[Category:Networking_Frameworks]] | category = [[Category:GNUstepWeb]] [[Category:Networking_Frameworks]] | ||
}} | }} |
Latest revision as of 20:59, 26 May 2019
GNUstepWeb is a web application library
Current Version: [1]
- Released: use git
- 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 GitHub Repository.
David Wetzel recommends using the current version that can be obtained by executing the following GIT check out in an empty directory
git clone https://github.com/gnustep/libs-gsweb
Maintainer
David Wetzel
Related Links
- Apple has legacy WebObjects 4.5 documentation available. Find all other legacy documentation here, just filter for WebObjects.
- Creating A Simple GSWeb Application is very easy.