I'm new to J#. Can you compile J# so that it run at client side like applet does Or is J# just java syntax mimic and it is exactly the same as C# in term of functionalities
Thanks
JK Max
I'm new to J#. Can you compile J# so that it run at client side like applet does Or is J# just java syntax mimic and it is exactly the same as C# in term of functionalities
Thanks
JK Max
is J# = applet ?
vidalsasoon
Yes. Java Browser Controls is a way to migrate your existing applet source code, to make it run within the context of the Microsoft .NET Framework. And Yes !! , Java Browser Controls run on the client.
Thanks
Ashwin Raja
KathTam_MS
J# is a powerful tool for java-language developers, as mentioned in the following post...
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=160051&SiteID=1
It provides the easiest way for Java-language developers to take advantage of benefits in the .NET Framework. Visual J#.NET includes technology that enables users to migrate their Java-language investments to the .NET Framework, which will also to enable them to interoperate with other Microsoft .NET-connected languages and applications, and incorporate .NET functionality such as ASP.NET, ADO.NET, Windows Forms etc.
For a product overview.. http://msdn.microsoft.com/vjsharp/productinfo/overview/default.aspx
And to answer your question related to applets, J# Browser Controls provide developers with a way to migrate their existing Java applet source code to run within the context of the Microsoft .NET Framework.
http://msdn.microsoft.com/vjsharp/downloads/browsercontrols/
Do let me know if you require any other specific answers about J#.
Thanks
With regards
Ashwin Raja
Rory Wilson
Does .NET produces anything close to applet That is, something that will run at client side ASP.NET seems to just produce static pages.
Thanks
JK Max