all groups > sql server notification services > april 2006 >
You're in the

sql server notification services

group:

Developping a NS Web application with a non .Net language



Developping a NS Web application with a non .Net language semilogic
4/25/2006 5:11:34 AM
sql server notification services: Hi,

I've to implement a existing Notification Service Solution (ASP, C#)
into our CMS (Livelink, Obtree 4). So far I know it is not possible to
integrate the hole solution directly into this Content Management
System. Because our client doesn't want to implement the solution with
iframe, my idea was to rebuild the web application directly in the CMS
and access the NS-Databases via the CMS-supported server side language
JavaScript (ECMA Script).

Is it possible to wirte a solution in server-side JavaScript without
using the API of the .Net Framework? I've passed through a lot of the
MSDN pages about this topic, but I couldn't really found something. But
if i'm not wrong, it should be possible to use the hosted Standard
Event Providers to manage the DB entries (Events, Subscriptions)
without touching the API of the ASP.NET Framework. Can anybody help?
Re: Developping a NS Web application with a non .Net language semilogic
4/25/2006 8:32:37 AM
Or could this be done by accessing the views and stored procedures of
the Instance and application DB?
Re: Developping a NS Web application with a non .Net language kate
4/26/2006 3:35:52 AM
best for continuity to go via the API. to access this from script which
as you say is your best chance with CMS it might be easiest to write a
couple of web services that can execute the API stuff you need and that
you can easiliy call from script

this is similar to how the sharepoint API works and as CMS and
sharepoint are going to be merged later this year that could be
relevant.

kate
Re: Developping a NS Web application with a non .Net language semilogic
4/26/2006 8:08:06 AM
Unfortunatly i never touched web services so far. How would I write
those services and execute the API methods in my JavaScript code? Can
you give me some more information or good resources on the web. Thanks!
AddThis Social Bookmark Button