Archive for the ‘.NET Developing’ Category

Bringing together .NET and Java

I just researched some bridging technologies for calling Win DLL/Com objects from Java. I stumpled upon those two very usefull sites:

The first one shows how to write a COM DLL with VisualBasic, using other Com-Objects and accessing this new DLL from within Groovy and/or Java. This is something for making my Optimus Mini Three really usable from groovy/java I hope. The second one provides native functions via APIs to Java for creating IE, floating windows and retrieving system informations. Bringing this all together into an usefull application I will try :-)

Greetz, GHad