Posts

Showing posts from July, 2021

Dispatcher

Image
 Basic: There are two basic approach to web publishing. i) Static web servers ii) Content management servers. Static web servers: Static web servers such as Apache, IIS are very simple and fast. One of the greatest feature of the static web servers is that they are expandable by third party plugins. Apache came as open source. To increase the no. of open source software, apache came with Apache open source felix (OSGI implementation), Jackrabit (JCR) and Sling. Content management servers: Content management servers provide dynamic, real time and intelligent content but required more processing and other resource.                                                                       AEM Dispatcher The dispatcher combines the speed of static webserver with flexibility of CMS....