Wednesday, August 23, 2006

Preview of Generic Object Embedding

Embedding custom objects takes too much energy the SpiderMonkey way, and it only gets harder when doing it in C#. My latest work in the spidermonkey-dotnet library has been to abstract this whole process. This is possible thanks to the reflection API and Attributes provided by the .Net platform. The current target of this generic embedding process is the .Net API itself. Here is a screenshot of it in action:

That is a spidermonkey-dotnet shell (coming soon), executing JavaScript which creates a file and launches a modal System.Windows.Forms.Form. Cool.

1 Comments:

Anonymous Capybara said...

That's awesome!! The whole project looks very good. I hope the final versions will be available soon :)

3/24/2007 11:15 AM  

Post a Comment

Links to this post:

Create a Link

<< Home