Janus Janus who the…. Flex + .NET
Haha Janus is leight wieght, can speak two lanuages, and very extendable. According to Roman mythology "Janus was frequently used to symbolize change and transitions such as the progression of past to future". Today shes an extenable wrapper that will hopefully make using flex in .NET alot less painfull.
There isnt alot of information about Janus but a quick look through the JanusLibrary using Reflector you can soon see what a great little library they have built up.
Also they have adopted a similar way of doing Flex/flash to .NET assembly comunication as to what I do. With .net you can use reflection to load libraries (dlls) at runtime and using method info you can call methods in the dll. This means that developers can probably extend what dlls are loaded
) cool. The wrapper exe itself seems to be using the flashplayercontrol, which without a doubt is the best wrapper for .net coders to use in conjunction with the flash player. The one thing I wonder is the liscensing of the flashplayercontrol. Janus must have to release it with its exe, and you release it with your app. I know that the control library costs about $300 US so that will be interesting. All you need to develop your own wrappers is that dll.
The AS3 code required to create a winform is really obvious to any flex coder.
var newForm:Form = new Form();
newForm.maximise();
Basically I think Janus is a great thing. Adobe has really been dragging its heels in developing cross technology comunitcation. It has been from this void of products that projects such as AMFPHP and WebOrb grew to fill. Time to wise up Adobe!!
Any ways, this will be one project I will watch with interest. Ill post some examples once I have had a chance to play.
