Articles tagged with: ATG framework
ATG & Java »
man having a babychances of having a baby with down syndrome How do get pregnant what to know before having a babyhaving a baby games for girls
Read the full Post »ATG & Java »
Some very basic stuffs in ATG, go ahead and read if you are looking for simple things, veteran ATG developers please stay away as you wont find it resourceful. Here in this article you will not find any codes but some basic interview questions.
Read the full Post »ATG & Java, Tech Talk »
Catalog is a very important terminology when we talk about electronic commerce. This article will focus on the ATG’s standard product catalog and various terms related to the catalog. The article will describe the terms like – Categories, Products, SKUs etc. Categories are the central portion of the catalog which provides it with a structure, the navigational hierarchy comes only when there is a category. To be simple the categories make the heart of a catalog. An eg: will explain it further. Consider a store which sells different type of …
Read the full Post »ATG & Java »
Dynamically generating HTML from a java object is a very common requirement for most applications. The droplet tag will help us in this by embedding the ATG servlet beans. The output of the ATG servlet beans is included in the HTML page. In this article our prime focus will be on a simpleĀ ATG Out of theĀ Box servlet bean.
DSP:DROPLET tag: helps you invoke a servlet bean from a JSP page. The programming logic will be encapsulated in a java class(bean) which is used in the jsp.
ForEach Droplet: (“atg.droplet.ForEach” is …
ATG & Java, Tech Corner »
The previous article on DSP tags was on June 2010, almost an year back and since then i had very less chances using dsps.Now again i am back into the jsp and dsp. So here in this article i will try to explain few more tags and there usage. Come back to me for any doubts i can help you.
DSP PARAM tag: for input parameter.
This tag holds an input parameter with name and value, which are made available to the parent servlet bean(Eg: for servlet beans atg.droplet.ForEach,atg.droplet.Switch,atg.droplet.Format,atg.droplet.IsEmpty). Two attributes, name …