Why not to create self-hosted WCF service, which will wrap all .NET plugins instances.
On Sunday, October 28, 2012 2:34:17 PM UTC+2, slide wrote: > > Looks like that does something similar to IKVM whicha allows loading Java > from C#. > > Sent from my Windows Phone > ------------------------------ > From: Andrew Gray > Sent: 10/28/2012 1:48 AM > To: Slide > Cc: [email protected] <javascript:> > Subject: Re: C# plugins > > Hi Alex, > > Not off the top of my head but I googled "load C# from jvm" (without the > quotes) > > and I got this as top hit: > > http://sourceforge.net/projects/jvcforcsharp/files/ > > The description says it will bridge jvm to C# > > Would that do the job? > > Cheers, > > Andrew > > On 28 October 2012 14:31, Slide <[email protected] <javascript:>> wrote: > >> Well, the reason that Ruby is "easy" is JRuby provides a lot of the >> interaction between Ruby and the JVM. There is IKVM that allows you to >> interact with Java libraries from .NET, but we would need something almost >> the opposite, a bridge between .NET and the JVM. Basically, Jenkins needs >> to be able to load .NET plugins as if they were Java plugins. The Ruby >> stuff has some helper stuff to take care of some of this bridge and make >> the Jenkins API more Riby-like. Do you know of something that could be used >> to provide the bridge I am talking about? >> >> slide >> >> >> On Sat, Oct 27, 2012 at 7:59 PM, Andrew Gray >> <[email protected]<javascript:> >> > wrote: >> >>> Hi Alex, >>> >>> I proposed this for exactly the same reason :) >>> >>> How hard would it be to build on the great work already done with Ruby? >>> >>> Is there any reason why C# plugin support should not take the same >>> approach/architecture? >>> >>> What do you think? >>> >>> Anyone else? >>> >>> Cheers, >>> >>> Andrew >>> >>> >>> >>> On 28 October 2012 13:19, Alex Earl <[email protected] <javascript:>>wrote: >>> >>>> I've though about doing something like this, I would love it for the >>>> fact that I am much more of a C# dev than Java, so it would open things up >>>> a bit more for me. >>>> >>>> Slide >>>> >>>> Sent from my Windows Phone >>>> ------------------------------ >>>> From: Andrew Gray >>>> Sent: 10/27/2012 5:19 PM >>>> To: [email protected] <javascript:> >>>> Subject: C# plugins >>>> >>>> Hi All, >>>> >>>> What interest would there be in replicating the Ruby glue layer >>>> (enabling dev of plugins in Ruby) to C# (to enable development of plugins >>>> in C#? >>>> >>>> Cheers, >>>> >>>> Andrew >>>> >>> >>> >> >> >> -- >> Website: http://earl-of-code.com >> > >
