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 at JavaOne
/in Announcements, JavaOne /We’ll be at JavaOne in San Francisco in a little over a week (May 15 – 19). If you’re going to be there and you’re interested in Java/.NET interop, we’d love to meet you! Send us an e-mail, and we’d be happy to set up a time to meet.
Conversation with Sam Ramji at Microsoft
/in Microsoft /Last week I was up in Redmond, where I spent an hour talking with Sam Ramji, who heads up Microsoft’s Open Source Software Lab. A lot of Sam’s work involves understanding the open source landscape, including Linux interoperability with Windows (he showed me their server room, where they’re running dozens of flavors of Linux on […]
Callbacks (part 1)
/in Callbacks, JNBridgePro, Tips and Examples /Customers sometimes come to us saying they have a .NET-to-Java project, and asking how they can pass a real .NET object to a method in the proxied Java object. Often they’ll subclass a proxy or implement a proxied interface, but when they actually pass the .NET object to the proxy, they get an exception. I […]
DNDJ article on constructing a BizTalk Server/JMS adapter using JNBridgePro
/in Announcements, BizTalk Adapter, Media coverage /We’ve written an article on how to construct a BizTalk adapter for JMS using JNBridgePro, that’s just been published in the .NET Developers’ Journal (volume 4, issue 3). You can see it here. Update: The article’s now out in hardcopy. See p.10 of DNDJ (volume 4, issue 3).
Embedding Java GUI components in .NET GUIs
/in JNBridgePro, Tips and Examples, UI embedding /Update: We’ve released JNBridgePro v3.1, which incorporates the support libraries described below, which makes embedding Java GUI components in .NET GUIs even simpler. See the announcement here. The 3.1 installer includes a version of this example targeted toward 3.1. In my last post, I showed how to embed a .NET GUI component inside a Java GUI. […]