Hi,
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.

J# limits
schildr
I've seen some tutorials on how to migrate code using those properties. After reading them i understood there is no direct support for them in J#.
Thank anyway
Seraj
Hi,< xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
J# does not support JNI, RNI and RMI, but it does support applets through J# Browser Controls.
You can use J# Browser Controls to migrate Java applets that were written to run on a Java Virtual Machine to the < xml:namespace prefix = st1 ns = "urn:schemas-microsoft-com:office:smarttags" />
Also J# supports much of the functionality described in the Java 2 JFC Swing specification. For more details, please refer this link.
Thanks,
Kasinathan
J# Developer