Hello all,
TS 6.7.1 SP1, Win 2K3
I'm new to the forum and could use some confirmation that I'm on the right track with FormAPI, Java, and TeamSite. I haven't been able to find specific TS documentation with regards to integration with and applications of java. So I've been reading between the lines, and trying to put it all together...
With FormAPI we're moving towards implementing java server calls instead of perl and I'm hoping that the community might confirm some initial java implementation investigation that I've pieced together from here and there.
Interwoven Servlet Engine is installed within TeamSite6.7.1 here - C:\iw-home\servletd\
We should place FormAPI servlets within C:\iw-home\servletd\webapps\ If we create C:\iw-home\servletd\webapps\example.jsp we should then be able to use call-server("
http://localhost:8080/example.jsp"), parameters, true); to call the java servlet, run logic, populate and return javascript to the FormAPI...
Because we're within the same domain it's not necessary to do any sort of cgi script to call the java servlet...
Can someone confirm that I'm on the right track? I've read through (a few times) the FormAPI Developers docs, Forms Publisher Dev Docs.. Is there specific documentation somewhere? Thank you in advance.