Home » Archive

Articles tagged with: ATG in E-commerce

ATG & Java »

[7 Jun 2010 | No Comment | Posted By:Sam]

A production setup is normally an alien environment to normal developers. On top of the e-commerce site setup locally, a few patch ups needs to be done to work in the production environment or rather there are large differences. Before going into the details of a production scenario a few important things needs to be brought into your attention; Content Administration (CA), Search Indexer, and electronic Store front. CA is Content or data related thing, the ATG CA lets the product data and other data flow into our website. The …

Read the full Post »

ATG & Java, Tech Corner »

[19 May 2010 | One Comment | Posted By:Sam]

How to write a droplet??
How to execute a SELECT query in ATG repository??
A droplet is an ATG concept which is implemented with the help of java. We can say a droplet is complete when the java class and a properties file of the java class are combined. The scope of a droplet is always global. The droplet class extends DynamoServlet. It is same as that of a servlet class in java and it contains a service( ) method also. The two parameters of the service method are of type DynamoHttpServletRequest …

Read the full Post »

ATG & Java »

[6 May 2010 | No Comment | Posted By:Sam]

Objective of the article: is to give a better understanding to a person who is new to this technology.This article will give the reader a walk through on what s/he is going to do and s/he will see once the ATG Search installation is done and also how the entire Search structure pieces fit in.
                      ATG search runs with a standard platform installation.Search requires high performance, so it is better dedicating a seperate machine for the search purposes.
Components of Search
Search Administration:
        Is the interface where we create projects, index …

Read the full Post »

ATG & Java, Tech Corner »

[8 Apr 2010 | One Comment | Posted By:Sam]

While answering the question, what is a commerce search?? the key concepts one must explain is the difference of a normal keyword search and a commerce search.ATG Search will help you in setting up a commerce search in your website. Implementing a Commerce Search on your site involves the following steps:
1. Specify repository items and attributes to index through an XML file.
2. Based on the information in the XML file, the repository items are transformed into XHTML documents.
3. These XHTML documents are indexed by ATG Search.
4. Using search forms in …

Read the full Post »

ATG & Java »

[31 Mar 2010 | No Comment | Posted By:Sam]

                     ATG Search is a search solution for electronic stores. It helps a customer in searching item in a website very easily and shop directly from there, which give a better shopping experience. Directing the customer to a specified item fastly means more revenue. Key features that ATG highlight include integration with the shopping cart; thus helping the customer in checking out directly and also the search filters contents which are out of stock and items already in cart.Another feature is the near real time search update with each content …

Read the full Post »