Re: [Ikvm-developers] JBoss (was: IKVM on Mono on OS/X)
Brought to you by:
jfrijters
|
From: Jeroen F. <je...@su...> - 2004-02-27 08:03:06
|
Andrew C. Oliver wrote: > I want to run JBoss on .NET and see if I can't get=20 > certain things running on there (deployers, AOP stuff so > that you could write stuff in C# and yet get J2EE ala > carte services, maybe write services and aspects in C# > eventually, etc). I'm a little cracked I admit, but that=B9s=20 > just the sort of thing that I enjoy ;-) I did some work on JBoss a while ago (version 4.0.0DR2) and fixed a = couple of IKVM bugs because of it. It started up a lot of stuff, but at = least some services failed because java.nio.* isn't implemented yet. You obviously know a lot more about than JBoss than me, so maybe you can = get it to work with java.nio.* (or even better you can implement = java.nio.* :-)). I must warn you though, that starting it up was awfully = slow on IKVM. Regards, Jeroen |