Home
TeamSite
Cssdk Api
Upadhyay_Jay
Hello All,
I need to connect TeamSite server from Java Program with help of CSSDK API. I have tried to search for documentation for CSSDK API and its basic usage but unable to get details. It would be good if anyone provide basic details about CSSDK api and how can I make connection to TeamSite.
I have also tried to search CSSDK api classes and example.jar file at
/cssdk/ folder but it seems that few of classes are missing let me know if it resides at any other places.
Thanks in advance.
Find more posts tagged with
Comments
Rick Poulin
There's a whole section in the User Interface Customization Guide about writing custom Java code. In addition, the Javadoc for the CSSDK is published in iw-home/cssdk/docs/cssdk_doc.jar. The starting class for doing anything is CSClient, which you can obtain from numerous interfaces when building extensions to TeamSite things, or you can instantiate yourself from an appropriate CSFactory. Use CSJavaFactory if your code is local, and CSSoapFactory if you're going through web services from a remote server.