ATG Dynamo
5 pts.
0
Q:
ATG Dynamo
What is a TAG Library? What are the kinds of Droplets? What is a pipe-line? Where do we use a droplets? and what are the different kinds of Scopes in Dynamo Components?
ASKED: Apr 8 2008  3:37 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
25 pts.
0
A:
 RATE THIS ANSWER
+1
Click to Vote:
  •   1
  •  0
  • AddThis Social Bookmark Button
ATG tag library is like a jsp standard library. The only difference is that ATG framework has provides his own tag libraries like DSP/DSPEL/CORE. You can find this details in ATG documentation.

Droplet's main use is to display the contents of jsp page. There are many inbuilt droplet provided by ATG.

Pipe-line-> It is like a normal servlet pipeline basic funda. A pipe line is a sequence of programs in queue to be executed.

Droplets main use in jsp page to dispay the contents dynamically.

Dynamo components scope-> By default the dynamo component scope is global. And mainly three types of scope you use in ATG->request,session,global depending on your requirements.

For any further assistance you can contact me at mohinder_dhingra@rediffmail.com/9886006968
Last Answered: Dec 16 2008  6:56 AM GMT by ATGDEVELOPER   25 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

ATGDEVELOPER   25 pts.  |   Dec 16 2008  7:03AM GMT

ATG tag libraries has provided more features as comparison to jsp tag libraries for displaying the contents dynamically on the jsp page.

 
0