Viewing the Jiwa 7 source code 
Hi,
There are going to be times when a developer - either writing a plugin or integrating with Jiwa - would benefit from seeing what happens in the Jiwa Application. I'm personally of the opinion we should publish our source code, but until we do there is a way to see how Jiwa ticks without us publishing the source code.
There are numerous .NET compilers around, but the Telerik JustDecompile is one I've used and is at the moment one I will recommend. It's free and does the job.
Once you've installed Telerik JustDecompile, just drag and drop the Jiwa Assembly you're interested in onto it and it will happily show you the decompiled assembly in either C# or VB.NET.
In this screenshot, I've decompiled the JiwaApplication.dll and examined the Logon method of the Manager class:
If you're curious about how we do things, the JustDecompile tool is invaluable to seeing our inner workings.
Mike
There are going to be times when a developer - either writing a plugin or integrating with Jiwa - would benefit from seeing what happens in the Jiwa Application. I'm personally of the opinion we should publish our source code, but until we do there is a way to see how Jiwa ticks without us publishing the source code.
There are numerous .NET compilers around, but the Telerik JustDecompile is one I've used and is at the moment one I will recommend. It's free and does the job.
Once you've installed Telerik JustDecompile, just drag and drop the Jiwa Assembly you're interested in onto it and it will happily show you the decompiled assembly in either C# or VB.NET.
In this screenshot, I've decompiled the JiwaApplication.dll and examined the Logon method of the Manager class:
If you're curious about how we do things, the JustDecompile tool is invaluable to seeing our inner workings.
Mike