ATG Implicitly Modules

1. atg_bootstrap.war: Nucleus is started by the module this also runs the servlet pipeline for DAF and DAS (for JHTML) modules.

DAF servlet pipeline will be used for serving JSP Pages and J2EE Servlet.(Pagefilter define in web.xml)
DAS Pipeline will be used for serving JHTML pages and Dynamo Servlet (proxyservlet define in web.xml)

2. atg_bootstrap_ejb.jar: You know how the ATG classes are loaded by the application which you can see inside the atg lib folder generally; there will be a EJB with a single session inside this module. The class loader of this session EJB will take care of loading the classes for ATG application.


3. atg_admin.war: ATG Component Browser or Dynamo Administration UI will be started using this module.



No comments: