Definition of Webobjects

FOLDOC
WebObjects
<operating systemNeXT's framework that provides an interface between a web server and an application server process. It enables developers to easily create dynamic web-based applications.
WebObjects acts as an adaptor between the web server and a process which needs to maintain state over multiple HTTP request-response transactions (which are intrinsically stateless). It exists in two forms - as a CGI program and as an Objective C library. It also includes a simple scripting language for developing web applications. Special WebObjects tags can be included in HTML pages and these are processed at the server to produce dynamic but standard HTML to deliver to the client.
[URL?]
(1997-10-15)

Search Dictionary:
Search Web Search Dictionary



WebObjects definition was found in categories: Language, Idioms & Slang(1)  Computer & Internet(2)  Encyclopedia(1)  

WebObjects Definition from Language, Idioms & Slang Dictionaries & Glossaries

hEnglish - advanced version
webobjects

webobjects
next's framework that provides an interface between a web server and an application server process. it enables developers to easily create dynamic web-based applications.
webobjects
acts as an adaptor between the web server and a process which needs to maintain state over multiple http request-response transactions (which are intrinsically stateless). it exists in two forms - as a cgi program and as an objective c library. it also includes a simple scripting language for developing web applications. special webobjects tags can be included in html pages and these are processed at the server to produce dynamic but standard html to deliver to the client.



WebObjects Definition from Computer & Internet Dictionaries & Glossaries

TCP/IP Ports Assignments
1085/tcp
{webobjects}
Web Objects.

1085/udp
{webobjects}
Web Objects.

TCP/IP Ports Assignments (Intrusive)
1085/tcp
{webobjects}
Web Objects.

1085/udp
{webobjects}
Web Objects.


WebObjects Definition from Encyclopedia Dictionaries & Glossaries

Wikipedia English - The Free Encyclopedia
WebObjects
WebObjects is a Java Web application server by Apple Computer, and a web application framework that runs on the server. It is available, at no additional cost, as part of the company's Mac OS X platform. Its hallmark features are its deep object-orientation, powerful data connectivity features, and rapid prototyping tools. Applications created with WebObjects can be Web browser-based, have the full interactivity of stand-alone Java desktop applications or be offered as standards-based Web services.

See more at Wikipedia.org...