Understanding Servlet Initialization and Synchronization

When creating a servlet, the initialization process instantiates the servlet class together with its methods.

The role of the synchronization is to maintain the coherence of the whole model whenever a change is applied. It occurs progressively between classes already attached to a component. PowerDesigner successively performs several actions to complete synchronization as the model is modified.

The initialization and synchronization of the servlet class works in a similar way as with Message Driven bean classes:

You can use the Check Model feature at any time to validate your model and complement the synchronization by selecting Tools > Check Model.