Hello All,
It's possible to develop new web modules for Content Server using the c# Language ?
Thanks in advance,
Duarte
You can use OScript only. (You can access Java objects from your ospaces but it is something else.)
If you write a typical module which uses a lot of from the CS APIs (from other ospaces) you'd stick to OScript.
If you module has a big part which doesn't interact with CS object model you could develop it in other language. For example, it could be a PDF converter, gatherer of information from multiple (web) sources to present it on a CS page, compressor or other component with no CS API need. You'd write it externally as a service-process (Windows service, COM+ server, web application, ...) with a defined API. You'd call this API from OScript using some interface like filesystem, TCP, HTTP. The external component could be written in any language, in C# too.
--- Ferda
On 19 March 2013 at 18:17 "eLink Entry: Content Web Services Forum" <otdncontentwebservices971forum@elinkkc.opentext.com> wrote: Development in C# Posted by doliveira@glintt.com (Oliveira, Duarte) On 03-19-2013 14:07 Hello All, It's possible to develop new web modules for Content Server using the c# Language ? Thanks in advance, Duarte [To post a comment, use the normal reply function] Forum: Content Web Services Forum Content Server: Knowledge Center