Jul 15 2009
Introduction
This CSharpJavaMerger Framework is the work of Dr. Hongying Gu. Duplicated and adapted with her permission to promote CSharpJavaMerger.
This article is a part of CSharpJavaMerger Framework, an open source project. Join us now to make it better!
CSharpJavaMerger Framework is a research project from Dr. Hongying Gu in Zhejiang University. Dr. Gu developed the original concept and wrote the source code of the framework. When Dynamsoft started to develop Dynamsoft SCM Anywhere, we needed to target both Windows platform and other platforms. Our developers were highly familiar with C#, but not Java. We needed a Java C# interoperability solution so we only needed to write our code in C#. We were lucky we came across Dr. Gu’s framework during our search. Dr. Gu’s framework turned out to be very helpful for our project.
With the permission of Dr. Hongying Gu, we are duplicating her project in this blog with some modifications to fit Dynamsoft’s scenario.
CSharpJavaMerger Framework is a framework that enables you to write one set of code which can be used both by C# and Java. CSharpJavaMerger provides common interfaces that can be used both by C# and Java.
For companies who want to take advantage of both C# and Java to develop applications, we usually need developers to work out two different sets of code, specifically for C# and Java. It increases development cost and time a lot.
Dynamsoft, the leading developer of source control and issue tracking, met the same problem. Before CSharpJavaMerger Framework is available, the developers wrote two sets of code in C# and Java to fulfill different customers’ needs. When developing SCM Anywhere (the SQL-based software configuration management tool), to improve the efficiency of coding, the team used CSharpJavaMerger. It is proved very helpful. With it, developers of Dynamsoft only developed one set of code of SCM Anywhere and another set of code is available by making some small modifications. It lowers the development cost and improves the development team productivity remarkably.
Links:
Previous article >>>>:
Next article >>>>: Download
WCF & Java Interop series home page: CSharpJavaMerger Framework
One Response to “Introduction”
[...] Previous article >>>>: Introduction Next article >>>>: Get source code WCF & Java Interop series home page: [...]