Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column

This tutorial demonstrates the Live Forms Data API Java Client library features using a web application and a JSP. The web application is created using JSP (Java Server Pages).  We will refer to several Java Server Page files to explain the API features. You will see these delimiters in the files:

  • <% … %> delimiters in the JSP pages enclose Java code fragments.
  • <%= ... %> delimiters are used for expressions.

 <frevvo-home> in the file paths refers to the frevvo subdirectory that was created when you installed .

Column
width240px

On This Page:

Table of Contents
maxLevel2
 

...

  1. LoginAs and session management using API.
  2. Upload of a sample Tutorial Application into a designer account. 
  3. FormTypeFeed:Initialization of a form with XML data, Attachment and Wet Signature 

    1. List Applications, Forms and Flows 
    2. Raw and Pop-Up links to use Forms/Flows 
    3. Edit link to edit Forms/Flows in design mode 
    4. View Submissions link to list all Form/Flow Submissions
    Initialization of a form with XML data, Attachment and Wet Signature 
  4. TaskFeed: embed task list
  5. SubmissionFeed:  Logout of user account using API
    1. List of all Form/Flow submissions
    2. Link to Edit each submission 
    3. Links to submission XMLs 
    4. Link to submission print PDF 
    5. Links to wet signatures in each submission
    6. Links to uploaded attachments in each submission
    Logout of user account using API

What are we going to need?

...

  1. Install and start up .  (e.g.http://localhost:8082)
  2. Create a tenant  (e.g. apitutorial) with a tenant admin user (e.g. admin).
  3. Add a designer user account (e.g. designer) to your tenant.
  4. Follow these steps to install the Java API tutorial web application.

    1. Download the Java API Tutorial v5.2 zipfile.

    2. Extract the web-application api.war file to the <frevvo-home>\tomcat\webapps directory.
      We are using the tomcat servlet which is included in the  bundle. You can use your own servlet container to host this web application.
    3. Re-start frevvo. This will expand the war to the <frevvo-home>\tomcat\webapps\api directory.

...