James,

I've done this before and in some cases it can be quite simple. If for example you have a master-detail style catalog and your detail pages are designed to take a single 'product' and then display the detail, you could do something like this:

Get all the 'products' out of the DB

Iterate through the list, passing each 'product' to an instance of your 'detail' page before calling its 'generateResponse' method and saving the response to a sensible location on disk (perhaps using some combination of product name and identifier).

Modify your 'master' page to link to the location of your detail pages on disk rather than using WOHyperlinks.


HTH,

Jake


On 26/02/2008, at 5:51 AM, James Cicenia wrote:

Hello -

I thought I had remembered a document somewhere on the web on instructions on how to convert a simple webobjects site to a static one, say, for publishing on a cd.

I have a simple catalog site that I would like to do this with. Is this possible or does
someone have the link with the instructions.

Thanks
James Cicenia

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/jmacmullin%40mac.com

This email sent to [EMAIL PROTECTED]

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to