| Setting up a Development Environment In Eclipse | Translating Admin UI |
dotCMS provides a sophisticated framework to develop web applications. This architecture can be seen in this diagram.
The dotCMS core provides the backend interface, content management funcionality, athorization and permisioning, versioning, etc. Some of the basic architectural elements are:
Other services are provided to be leveraged during development:
The front end is what the visitor sees. Front end infrastructure can be divided into two main sections, the UI or Presentation Layer, and the Application Layer. Both layers use the dotCMS core functionality, either directly or indirectly.
The presentation layer assembles web pages using JSPs, Velocity code, containers, structured content, and static files.
The application layer provides the tools that the presentation layer requires to assemble web pages. For example:
| Setting up a Development Environment In Eclipse | Translating Admin UI |
Post a Comment