|
|
|
| |
 |
Jump
to .NET consists of three sets of tools:
|
| |
|
Interoperability support.
A set of tools that enable many existing applications built with Visual
J++ to be easily and mechanically modified to work with the .NET platform.
Once modified, applications can be easily extended to take advantage
of new .NET functionality, such as native Web Services support.
Programming tools support.
A set of tools that can be hosted in the Visual Studio.NET integrated
development environment and that allow developers to use the Java
language syntax to directly target the .NET platform.
Automated conversion from Java source code
to C#.
A tool that automatically converts existing Java source code into
C#, migrating both language syntax and library calls. Any code that
cannot be converted is flagged within the Visual Studio.NET integrated
development environment to helpdevelopers
easily find and quickly address any remaining conversion issues. |
|
|
|
|
 |
|