Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
Joris van Lier #1
Exposing .NET/COM Objects as Dreamweaver JSExtensions
Hi fellow extension developers,
I'm researching a way to have Dreamweaver call into COM Objects,
specifically how to expose these to the Dreamweaver runtime as a JSObject.
I've experimented with the mm_jsapi examples for C++ 6.0 but find
programming in C/C++ to be very challenging with my current skill-set. I'd
rather apply my existing knowledge of the .NET framework and programming in
C#, by exposing my Objects to COM, but am unsure about how I should wrap
these objects in a JSExtension object.
I realize that I'm probably oversimplifying the solution, I imagine a lot
of work may go into marshalling values from COM to C to JavaScript and back
again, then again, maybe the only thing I need to know is how to instantiate
a com object and call it's methods in C.
I'd appreciate any tips or advice from anyone more versed in C(++) and COM
or just any bright idea or a link to RTFM.
Joris van Lier
--
Merry Xmas everybody
Joris van Lier Guest
-
Exposing Web Services
I remember seeing somewhere that there is a "security" file you will need in the WWW root that defines which cfc's (web services) can be accessed... -
Exposing WS Properties
Hi Experts, How can I expose of my WS class? I can expose methods of the class by adding the "WebMethod" attribute to the method. Is there... -
exposing Data Transfer objects through inheritance
Hi, I'm developing a web service in which i have to expose lot of buisness entities. These entities are implemented as Data Transfer objects to... -
.NET Best Practices for Exposing Biz Objects thru Web Services
I'm architecting some business objects in .NET and want to expose some methods from my biz objects via Web Services. What are the best practices... -
Exposing COM+ as a Web Service
I wish to configure a COM+ component to also be accessed as a web service. According to MSDN this is done by setting the "Use SOAP" check box in... -
Joris van Lier #2
Re: Exposing .NET/COM Objects as Dreamweaver JSExtensions
"Joris van Lier" <whizzrd@hotmail.com> wrote in message
news:fkto6n$9c5$1@forums.macromedia.com...> Hi fellow extension developers,
> I'm researching a way to have Dreamweaver call into COM Objects,
> specifically how to expose these to the Dreamweaver runtime as a JSObject.
>
> I've experimented with the mm_jsapi examples for C++ 6.0 but find
> programming in C/C++ to be very challenging with my current skill-set.
> I'd rather apply my existing knowledge of the .NET framework and
> programming in C#, by exposing my Objects to COM, but am unsure about how
> I should wrap these objects in a JSExtension object.
>
> I realize that I'm probably oversimplifying the solution, I imagine a lot
> of work may go into marshalling values from COM to C to JavaScript and
> back again, then again, maybe the only thing I need to know is how to
> instantiate a com object and call it's methods in C.
>
> I'd appreciate any tips or advice from anyone more versed in C(++) and COM
> or just any bright idea or a link to RTFM.
>
> Joris van Lier
> --
> Merry Xmas everybody
Oh my , what have I gotten myself into.... I feel like I'm tumbling from one
rabbit-hole into another,
after reading this article
[url]http://msdn.microsoft.com/msdnmag/issues/08/01/CLRInsideOut[/url]
marshalling between COM, C and Dreamweaver's Javascript Engine still seems
like a black art
What I'm trying to implement is "calling a Visual Studio Custom Tool from
Dreamweaver",
such custom tools are COM objects that operate on certain files and generate
code,
it would be nice to be able to do this from Dreamweaver since the ASP.NET
serverbehaviors will be removed in the next version,
Joris van Lier Guest



Reply With Quote

