Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Can LAPI be used for web based applications? like using LAPI with JSP is possible?
S_Swaminathan_(maninfoadmin_-_(deleted))
Can I have the LAPI code in a jsp file?If I have a html file and a button in the html file. If I click the button, can i make a workflow to get initiated??Can i use LAPI with jsp or servlets? or LAPI should be used only for stand alone applications, not for web based applications?Please help.
Find more posts tagged with
Comments
Gerald_Bulmash
Yes. You can use java LAPI with any java architecture including J2EE (JSP's and Servlets). We actually have many web applications that interact with Livelink through LAPI.I wouldn't reccomend putting the LAPI code directly into your JSP, though. Depending on the size of youy applicaiton, you might want to seperate your code by considering one of the more formal design patterns such as Model-View-Controller where most of your LAPI code would go into the Model portion. Let me know if you have any other questions. I know that LAPI can be confusing at time and that the Documentation isn't always accurate.Greg
Kevin_Jones_(exeinc01admin_-_(deleted))
If I only know the user name, how do I make connection via LLSession? And how can I get cookie info using java API in J2EE web application. Thanks!Sharon
Adam_Myatt
Kevin, Have you (or anyone reading the post) found a solution for this issue?
Adam_Myatt
Nevermind. Solved my issue in another post.