You can use the dsp:droplet tag to embed the contents of one JSP file into another HTML file. Most applications, however, require some way to generate JSP from a Java object. The dsp:droplet tag also lets you do this, by referring to a Nucleus component rather than another JSP file. In this case, the JSP generated by the Nucleus component is embedded into the JSP. A Nucleus component used in this way is called an Oracle ATG Web Commerce servlet bean.

The ATG Page Developer's Guide describes how to use the servlet beans that are included with the Oracle ATG Web Commerce platform.

In this chapter

This chapter explains how to create and use your own servlet beans, and includes the following topics: