Web targets
A Web target is a collection of files and components used
to create a Web site. Web targets can deliver dynamic, interactive
content by integrating database data, scripting for client- and
server-side events, and calling methods on components stored on
middle-tier servers.You can build standard HTML pages or complex
Web pages that can include client- and server-side scripting, Web
DataWindows, EAServer components (including
Enterprise JavaBeans), and ActiveX components.
The Web Target object model supports server-side programming
for multiple application servers so that you can deploy Web targets
to multiple servers. To provide dynamic content for your Web applications,
you can create scripts in JavaScript or any ECMA-compliant script
(DynaScript, VBScript, JScript, and others).4GL extensions to the
Web Target object model are specific for applications that you deploy
to EAServer. They provide server-side
event processing and generate server-side code automatically from
selections you make in the Web target user interface.
For more information about Web targets, see Working
with Web and JSP Targets
.