ATG Droplet Static Design.

Droplets are one of the most important out of the box components provided by ATG. In reality a Droplet is a Servlet, Droplets are mainly used to abstract the business logic in server side code. Droplet helps the developer to separate the presentation code from the business logic code. There are around 250 out of […]
Continue reading…

 

Handling post login activities in ATG.

In typical B2B commerce applications we would do some post user login activities. Two most common post login activities are 1. Load user roles from LDAP/Roles Management System. 2. Update shopping cart with latest status from order fulfillment system. The best place to abstarct above listed behavior or similar behavior is the postLoginUser method in […]
Continue reading…