RE: Create HTML Files ?
RE: Create HTML Files ?
- Subject: RE: Create HTML Files ?
- From: "Pierre Bernard" <email@hidden>
- Date: Mon, 3 Nov 2003 10:41:12 +0100
- Thread-topic: Create HTML Files ?
Hi!
If I get your question right, you want to generate a static web site from a WebObjects application. That is pages on this site could contain links to other generated pages. The links/URLs would point to the static location of the generated pages and not back into the WebObjects application.
I believe this is how the new Apple developer web site has been created. There are pages that list available documents. Those lists can be sorted in different ways. The sorted versions however are distinct static versions of the same content. I'd also suppose that the content on this pages stem from a content management system.
This is something I would like to look into for a future project. To achieve this I suppose one would create custom subclasses to generate both the default dynamic URL as well as a static one. The dynamic URL would need to go into a queue for spidering the site at generation time. The static one would go into the HTML and reference a document that might still be in the queue for generation. I believe the content management system should provide hints on how to generated the static URL. It should be predictable: several links might point to the very same page; it should not change when the site is regenerated; it should be bookmarkable; it should serve as "UI", i.e. be easy to remebre or guess.
Pierre.
--
Got a hang for movies?
http://homepage.mac.com/I_love_my/movies.html
-----Original Message-----
From: Simon Ganiere [mailto:email@hidden]
Sent: Sunday, November 02, 2003 6:48 PM
To: email@hidden
Subject: Create HTML Files ?
Hello,
Is it possible to create HTML page from a WO application ? I want to
make some dynamique page who generate pure HTML page.
The purpose is to choose some data (from a database), put them in a
pre-definied structure and after get the result in a pure HTML page.
The best exemple is the .Mac service with iPhoto. So i know it's
possible, but I want to know how hard is to do. I'm new with WO but I
have great project ;)
Thanks in advance ;) Simon
-------------------------
Simon Ganihre
http://www.simonganiere.ch
Switzerland
_______________________________________________
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.
**********************************************************************
This email and any files transmitted with it are intended solely for
the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the sender
of this message. (email@hidden)
This email message has been checked for the presence of computer
viruses; however this protection does not ensure this message is
virus free.
Banque centrale du Luxembourg; Tel ++352-4774-1; http://www.bcl.lu
**********************************************************************
_______________________________________________
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.