Re: Newbe question
Re: Newbe question
- Subject: Re: Newbe question
- From: Art Isbell <email@hidden>
- Date: Tue, 25 Mar 2003 08:41:30 -1000
On Monday, March 24, 2003, at 05:17 PM, Richard L. Peskin wrote:
I need to be able to integrate WO objects into an existing web site. As
I understand the process, such a web component would consist of three
files.
A web page template (usually HTML) with
<WEBOBJECT>............</WEBOBJECT> tags
A java code file which includes a subclass of WOComponent
A binding which is a WebObject data file
All of this seems clear enough, until I try a simple example. When I do
the basic "Hello, World" example, I can't relate the "build" products
to the above three files. In particular, where is the "helloWorld.wod",
if there is one? Is this hidden somewhere in the WebObjects Builder?
A WO component is a file package (i.e., directory) with a "wo" file
extension that contains files with "html", "wod", and "woo" file
extensions. These component file packages exist in the project, build,
and installation directories. WOB creates these files and keeps them
synchronized as changes are made.
Aloha,
Art
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >Newbe question (From: "Richard L. Peskin" <email@hidden>) |