is J# = applet ?

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



Answer this question

is J# = applet ?

  • Sven V

    Hi

    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


  • AMK

    Thanks for the description.

    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

  • bblackshaw

    Hi

    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.

    Visual J# 2005 or Visual J# Version 2.0 Redistributable Package have support for JBC along with them. So no seperate product is required.

    Thanks

    With regards
    Ashwin Raja

  • is J# = applet ?