Show TOC Start of Content Area

Process documentation Servlet Files Locate the document in its SAP Library structure

Purpose

In this step you create the required servlets for the tutorial. All of them must be in the com.sap.engine.examples.javamail.servlet package.

This graphic is explained in the accompanying text

Note that we assume that you are using the required sources from the JavaMailWeb/source/com/sap/engine/examples/javamail/servlet.

These are the servlet files:

...

       1.      GetFirstNews

       2.      GetMessages

       3.      GetNextNews

       4.      GetSubfolder

       5.      InfFolder

       6.      MultiMessageForm

       7.      MultiMessageFormUsingEJB

       8.      OpenFolder

       9.      ReadNewsgr

   10.      RetrieveMailIMAP4

   11.      RetrieveMailPOP3

   12.      SendMail

   13.      SendMailUsingEJB

   14.      SendNews

   15.      ShowMessage

   16.      ShowNews

Process Flow

...

       1.      Create the servlet classes with the names from the list using the source from the JavaMail.zip file. The servlet sources are located in the package com.sap.engine.examples.javamail.servlet.

       2.      Create the servlets. For more information, see Creating the Servlet Files.

       3.      When you finish, choose File  ® Save all to save and compile the sources.

Result

You can now see the following:

Result Preview

This graphic is explained in the accompanying text

Next Step

HTML Files

 

 

End of Content Area