
Alex.Epshteyn at razorfish
Feb 17, 2003, 8:58 AM
Views: 471
Permalink
|
|
[Bricolage-General] Content delivery for a dynamic site
|
|
I am new to this list, so I apologize if this question had been answered before. We are working on a site that is primarily static, but has a few dynamic pages. From what I was able to learn in this list, it is a matter of protecting the code for dynamic access (which can be written using any technology) during burn process and accessing the content that has to be delivered dynamically using pretty much anything that can get content from the database (Bricolage will simply generate templates for your dynamic template system of choice - any Perl based templating system, JSP, ASP, etc). I assumed that for the cases like this Bricolage will have some public API to allow apps to get at its content, but could not find anything in the documentation except for the SOAP interface. I would like to avoid accessing database directly, as I don't wont to violate encapsulation and this approach is likely to break in case of the Bricolage schema changes. So the question is - what is the design pattern for mixed static/dynamic sites? What am I missing? Thanks, Alex ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Bricolage-General mailing list Bricolage-General [at] lists https://lists.sourceforge.net/lists/listinfo/bricolage-general
|