Diego Gonzalez.NET, movies & //TODO:JVM-CLR bridge code in GDN- September 23, 2003 A year ago i have coded an native CLR-JVM bridge that allows to access code from one VM to the other, using PInvoke, JNI, managed extensions and some .Net vodoo. The approach is very basic, for example to create an instance of a Java class from .Net code you have to write: try JavaObject test = new JavaObject( "TestClass", "()V", null ); test.CallMethod( "Do", "()V", null ); catch( JVMException e ) Console.WriteLine( e.ToString() ); And in order to call .Net code from Java the...http://weblogs.asp.net/dgonzalez/archive/2003/09/23/28869.aspx I'm installing Office 2003- September 16, 2003 I'm really excited about this. I hope i can get some time to get my hands on InfoPath and all the development sutff included in this new version.http://weblogs.asp.net/dgonzalez/archive/2003/09/16/27821.aspx MS Research Award for a project in Argentina- September 13, 2003 On last thursday (11Sep) i gave a conference at a Universidad Tecnolgica Nacional (in spanish only) here in Argentina, (about 1:40 hours by plane), talking aobut Windows NT Architecture. Past year i noticed that Microsoft Research had awarded a research project in that university so i really want to mee the team. I had the chance to meet Ing. Jos Perez who is the team leader, the project is about a solucion supported on Windows CE (with Compact Framework), for anesthesiologists. Jos is very...http://weblogs.asp.net/dgonzalez/archive/2003/09/13/27447.aspx Update- September 8, 2003 How long since my last blog !! I was very busy writing design documents for the new project i'm working now for PAG, but in the mean while: Lagash have moved, now i have a new desk at our new office, very comfortable, and pleasant... it's only a block away from my house !!!!... I'm not applying for the not a legend award :) I have get my VISA to visit USA so i'll be there at the PDC and try to know a lot of people i have only know by mail or iM I was preparing some conferences to talk at..http://weblogs.asp.net/dgonzalez/archive/2003/09/08/26765.aspx |