EasyLAPI v0.5 was recently uploaded to the Open Text Knowledge Center. EasyLAPI is a Java package for easing LAPI development. Some of the key features include:- Livelink nodes are represented by a Java Object- LLValue data types are encapsulated and rarely seen- Exception handling prevents having to check an error status on each LAPI call- Category/Attribute support- Caching of node data to prevent redundant calls to LivelinkQuick example: The syntax for adding a folder and document is like this: getSession().getEnterpriseWorkspace().addFolder("My New Folder").addDocument("My New Document", "C://filename.doc");The package can be downloaded from the Sample LAPI code section:
https://knowledge.opentext.com/knowledge/livelink.exe/open/3692435