var fDesc=new Array(); fDesc[0] = "Companies are moving from .Net to Java to take advantage of the open source platform. With the Java platform, you gain access to a wealth of reusable code, helping to lower development costs over the long term. But, before VBeeJ for Java, converting from VB.Net to Java has been a time-consuming and error-prone process.
VBeeJ for Java inclues a plugin architecture for implementing .Net services on the Java platform. When VBeeJ for Java encounters references to unknown types and services, it creates types, interfaces, and methods on-the-fly that satisfy references in the converted code. This is the basis of our powerful plugin architecture. Our free white paper has more details."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }