Publishing models
The Archive Manager allows you to archive all content that the Tridion Content Manager publishes to, or unpublishes from, the Web site, regardless of the publishing model you are using.
The following publishing models are supported:
| Model | Description |
|---|---|
| Static HTML | The Data Store contains fully generated Web pages. The Web site only needs to retrieve a Web page from the Data Store and present it to the visitor. |
| Static ASP.NET/JSP | Web pages refer to a specific set of Dynamic Component Presentations, which are stored in the Data Store separately and retrieved at request time. |
| Dynamic Component Presentation Model (DCP Model) | Web pages retrieve Dynamic Component Presentations from the Data Store at request time, based on a database query on the Page. |
| Application Model | The entire Web page is assembled at request time by a custom Web Application that you develop. Publishing means putting pieces of content into the Content Data Store, but provides no structure of any kind. |