J# limits
I just saw this from Andrew Binstock article (http://www.devx.com/SummitDays/Article/6918)
-
the J# does not support applets, the Java Native Interface (JNI), Raw Native Interface (RNI), or remote method invocation (RMI). J# is intended strictly for stand-alone client-side software
--
could anyone tell me if this is true? I've seen there is no direct support for swing ( I think there are some implementations out there to be included in our projects) but i would like to know if there is absolutly no support to migrate java code (applet or servlet type) to j#.
Thanks in advance
P.D: Btw i am more interested in applet support information than in servlets but it is always welcome if anyone knows about it.

