Advanced Customization > Info*Engine User’s Guide > Info*Engine JSP Pages > Authoring Info*Engine JavaServer Pages > Executing Tasks from JSP Pages
  
Executing Tasks from JSP Pages
Although you can include any webject in a JSP page, you might want to separate the webjects that generate and manipulate data from those that display data. This is done by creating text-based documents called standalone tasks and executing the tasks through the Info*Engine task tag. The uri attribute on the task tag names the task to execute.
Info*Engine Tasks describes how to create and use tasks.