Category: ATG

ATG – Listing item descriptors in a given repository

Below is a droplet that will print out all item descriptors in the OrderRepository. import java.io.*; import javax.servlet.*; import javax.servlet.http.*; import atg.servlet.*; import atg.adapter.gsa.*; public class repo extends DynamoServlet { public repo() {} public void service (DynamoHttpServletRequest request,DynamoHttpServletResponse response) throws…

ATG primary key data types

Not much today, this is just a place holder as we evaluate conflict resolution schemes for ATG and Golden Gate. Out of the box, it uses an application based sequence generator (DAS_ID_GENERATOR table). You can (and are encouraged to) prepend…