This site uses cookies. By continuing to browse our trusted site, you are agreeing to our use of cookies.
OKLearn moreWe may request cookies to be set on your device. We use cookies to let us know when you visit our websites, how you interact with us, to enrich your user experience, and to customize your relationship with our website.
Click on the different category headings to find out more. You can also change some of your preferences. Note that blocking some types of cookies may impact your experience on our websites and the services we are able to offer.
These cookies are strictly necessary to provide you with services available through our website and to use some of its features.
Because these cookies are strictly necessary to deliver the website, refusing them will have impact how our site functions. You always can block or delete cookies by changing your browser settings and force blocking all cookies on this website. But this will always prompt you to accept/refuse cookies when revisiting our site.
We fully respect if you want to refuse cookies but to avoid asking you again and again kindly allow us to store a cookie for that. You are free to opt out any time or opt in for other cookies to get a better experience. If you refuse cookies we will remove all set cookies in our domain.
We provide you with a list of stored cookies on your computer in our domain so you can check what we stored. Due to security reasons we are not able to show or modify cookies from other domains. You can check these in your browser security settings.
We also use different external services like Google Webfonts, Google Maps, and external Video providers. Since these providers may collect personal data like your IP address we allow you to block them here. Please be aware that this might heavily reduce the functionality and appearance of our site. Changes will take effect once you reload the page.
Google Webfont Settings:
Google Map Settings:
Google reCaptcha Settings:
Vimeo and Youtube video embeds:
JNBridge Profile in SD Times 100 Supplement
/in Announcements, Awards, JNBridge /We’re honored to included in the 2012 SD Times 100, in the APIs and Integration category. While the announcement was made a few short months ago, SD Times just came out with the supplement that profiles all the winners. The SD Times 100 names companies and organizations of all sizes who have demonstrated leadership and […]
Windows Azure PaaS vs. IaaS
/in Azure, Cloud, Microsoft, Perspectives /As a follow-on to our recent JNBridge lab showing how to write Hadoop mapreducers using .NET and JNBridgePro, we were planning to show how to take Hadoop and those .NET mapreducers and deploy them to Windows Azure. This would have a number of advantages over Microsoft’s own Hadoop-on-Azure initiative, which does not support .NET-based mapreducers […]
Announcing JNBridgePro v6.1
/in Announcements, JNBridgePro /We’re excited to announce the release of JNBridgePro v6.1. The new version connects Java and the .NET Framework both on the ground and in the cloud, and has all the features of previous versions of JNBridgePro, plus the following significant new features: We’ve added support for the new Visual Studio 2012 and .NET Framework 4.5. […]
Customer questions answered: Handling optional parameters in JNBridgePro
/in JNBridgePro, Tips and Examples /We received a support question recently concerning methods in .NET with optional parameters, and how to call them from Java. This is something that I think would be of interest to a number of our users. If a method has optional parameters, they can be left out of the arguments when the method is called. […]
Customer questions answered: Cross-platform method overrides in JNBridgePro
/in JNBridgePro, Tips and Examples /Here’s another interesting question from the support inbox. Let’s say that you have a .NET class that contains a virtual method, and you want to override it in your Java code. The immediate answer would seem to be to proxy the .NET class, then write a Java class that extends the proxy class and override […]