Expand my Community achievements bar.

LiveCycle and Java

Avatar

Former Community Member

I'm looking for the  method to have LiveCycle as the front end to a java application.  Further, have it fron end a java/servlet application.  That one would include passing a parameter to it.  It will write out an XML stream to the browser.

Both  of the java and the java/servlet applications already exist.  The java application calls JSPs to display the input and output forms. The other one has no forms displayed as it is called from a program and writes the XML stream for that program.

I've been searching the docs for a while on this and getting nowhere.

TIA

2 Replies

Avatar

Level 10

It is possible to invoke a LiveCycle application from a JSP page using REST invocation logic. If you have installed workbench ES2, goto help search for REST. You will get lot of samples there.

Nith