The article describes an excelent web caching mechanisme :-)

Ruud
---

Thanks everyone for your suggestions. I found one article from javaworld
that explains and describes what I would like to do. There is also a very
trivial example that I can learn from. I think I will have to implement this
feature. There is no tool out there that can easily do this.

For thos who are interested the article can be found at:

http://www.javaworld.com/javaworld/jw-04-2002/jw-0419-event.html

_Curtney
----- Original Message ----- From: "Ernst Bunders" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 22, 2004 1:56 AM
Subject: RE: Dynamic generation of static html pages



hello Curtney

what you could do is to install tomcat as a module inside apache. then you
install the apache caching module(s) and configure those to regenerate pages
at an interval of your choice. I guess that's what you're looking for

Ernst



-----Oorspronkelijk bericht-----
Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Curtney Jacobs
Verzonden: donderdag 22 juli 2004 9:53
Aan: [EMAIL PROTECTED]
Onderwerp: Re: Dynamic generation of static html pages


Sorry if my previous e-mail was to vague.

I am using MMBase as my content management system for the web
site that I am
building. The website will primarily contain  articles,
announcements, and
news items. Once the articles and news items are written,
they rarely will
ever be changed or updated. Therefore, I would like the
ability for some of
the articles and news items to be static pages (improved
performance). I was
inquiring as to whether MMBase has an builit in feature that
would allowed
for dynamic generation of static html pages. Perhaps even a
feature that
would also determine if the stored content (database) is in
sync with the
static representation, and if not re-generate the page.

There is a hint over the web that this is possible with some
CMS, however
their are php based.

If you have any suggestions or know of a tool that produced
similar results
I would greatly appreciate it.

_Curtney
----- Original Message ----- From: "Kees Jongenburger" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 22, 2004 12:09 AM
Subject: Re: Dynamic generation of static html pages





On Thursday 22 July 2004 06:27 am, Curtney Jacobs wrote:


Greetings everyone!!

Is it possible to get the content created in mmbase to


produce static
html?


In other words, can you produce static html at publish time?


MMBase is used different way's (even to create cdrom's).


the most used
frontend for mmbase are jsp's with taglibs


usualy mmbase sites do not "produce" html but are dynamic


of nature. sites
with high trafic are placed behind a


caching front-proxy (http://www.nu.nl/) and use oscache


when only parts of
the html pages a dynamic.


I don't know what you want. but if I needed to publish html


and other
media I would use cocoon http://cocoon.apache.org/ as
frontend to mmbase


it can produce full html sites or even genereate jsp's.













Reply via email to