Java tools, components, libraries and plugins  
TheServerSide Java Symposium Europe
Java EE tools JEE tools Advertise here! Contact us to know the options Java EE tools JEE tools
Category

Code conversion - Language migration

Display options and filters [BETA]
Sort by:
Built for Java
Free or free version available
Discontinued
Library
Source code provided
Sold as a service
Plug-in

VBeeJava

 Home Page Home Page
Categories:
Author: Beelucid Software
Description: Source language translator from VB.NET 2003 to Java.

Features include:
- Built-in data types (Integer, Boolean, Decimal, etc.)
- Namespaces, modules, classes, structures, enums, and interfaces; Class and interface inheritance
- Data declarations, including visibility (public, private, etc), shared data, local static, arrays, and more.
- Properties, default properties, getters and setters; Events and event handlers; Delegates and AddressOf
- Statements
- Method declarations and calls, including signature matching, overloading, optional parameters, parameter arrays, reference parameters, and parameters with default values.
- Comments are preserved
- Casts are inserted when Java requires explicit casts
- Informative messages from VBeeJava about the translation
- Attribute support is limited
- Runs on Windows XP, Vista and Unix-based platforms, on the command line, in a gui, or as an external tool in the Eclipse Platform
Added: 2007-09-19
Attributes: Built for Java[BuiltForJava]

Visual J#

 Home Page Home Page
Categories:
Author: Microsoft
Latest version: 2005
Description: Visual J# is a tool that Java-language programmers can use to build applications and services to run on the .NET Framework.

Visual J# targets the .NET Common Language Runtime and can be used to develop .NET applications, including XML Web services and Web applications, making full use of the .NET Framework. Visual J# is not used for developing applications intended to run on a Java Virtual Machine. Applications and services built with Visual J# will run only on the .NET Framework.

Visual J# applications benefit from the following:
- Cross-language integration
- Versioning and deployment support
- Debugging and profiling services

Visual J# includes the following:
- The Visual J# compiler, which compiles Java-language sources to Microsoft Intermediate Language (MSIL)
- A binary converter that transforms Java-language bytecode into MSIL
- Independently developed class libraries designed to provide the functionality of most JDK level 1.1.4 class libraries and many of the classes in the JDK 1.2 java.util package
- Compatibility with Windows Foundation Classes (WFC) and many of the com.ms.* packages
Added: 2006-06-02
Attributes: Built for Java[BuiltForJava]

ASP2JSP

 Home Page Home Page
Categories:
Author: Diamondedge
Latest version: 1.0
Description: Conversion tool designed to convert Active Server Pages (ASP) applications to Java Server Pages (JSP) and Java including the VBScript code, VB modules (.bas) and classes (.cls files).

Features include:
- Generates JSP pages from ASP pages (using VBScript)
- Generates Java classes from COM objects developed in Visual Basic
- Supports built-in ASP Objects: Application, Cookie, Request, Response, ScriptingContext, Server, Session
- Converts ASP applications and VB projects containing the modules and classes used to implement any COM objects used in the ASP pages.
- Command-line tool (convert all files *.asp at once).
Added: 2005-05-04
Attributes: Built for Java[BuiltForJava]

Translation Studio

 Home Page Home Page
Categories:
Author: Devcontrol
Latest version: 3.3
Description: Migration solution for moving older Visual Basic applications (version 3 to 6) to equivalent Java solutions.
The resulting Java system is either architected as a stand-alone swing-based desktop application or as a web-enabled Java Server Faces system with a set of reusable Enterprise Java Beans components.
Besides the conversion, Translation Studio also detects and removes all kinds of dead code.

Features include:
- Direct translation (one to one mapping) between Visual Basic and Java
- Translates complex projects (Visual Basic Group) including unlimited numbers of OCX's, DLL's and so forth
- Translates DLL's, Active-X components (OCX's) and standalone projects (EXE's) including the following type of files: VBG, VBP, FRM, CLS, BAS, CTL, FRX and CTX
- Converts ADO and DAO database access into Java database access using the JDBC API
- Supports many external objects, such as Scripting Run Time scrrun.dll and Winsock.ocs
- Supports a major part of the more advanced Windows Controls, such as TreeView and ListView
- Translates absolute-positioned graphical-used interface to relative-positioned web-based user interfaces with cascading style sheets
- Translates native VB controls to native Java Server Faces controls
- Translates each VB form and its data to an equivalent Java form bean
- Translates VB classes and modules to a set of reusable EJB business components
Added: 2006-01-30
Updated: 2007-07-02
Attributes: Built for Java[BuiltForJava] Sold as a service[SoldAsService]

SetVB2Java

 Home Page Home Page
Categories:
Author: Erik Zimmermann
Latest version: 1.0
Description: Component for migration of Visual Basic Forms and UserControls into pure Java source code (Swing style).

Features include:
- works in your Visual Basic IDE
- more than 30 Visual Basic components are recognized
- the most important information about the controls are read and implemented into Java code
- during the migration different listeners are created and implemented
Added: 2006-03-13
Attributes: Built for Java[BuiltForJava] Free or free version available[FreeVersionAvailable]

J-ASP

 Home Page Home Page
Categories:
Author: Netcoole
Latest version: 3.1
Description: Migrates from ASP to JSP/Servlet.
Enables you to migrate Microsoft Active Server Pages (ASP) applications to the J2EE platform. ASP applications are migrated to a JavaServer Page (JSP) or Java Servlet application that run on any Web Servers that support JSP/Servlets.
Added: 2005-01-04
Attributes: Built for Java[BuiltForJava]

Janett

 Home Page Home Page
Categories:
Author: Edris Hasani Nasab
Latest version: 0.7
Description: Translates Java syntax, constructs and calls to Java libraries into C#/.NET counterparts.
Janett tries to automate this process as much as possible and preserve manual changes, making re-translation possible.

Janett takes a different way compared to JLCA:
- It helps you to keep your main code-base in Java and translate it to .NET
- It aims at translating libraries and frameworks rather than applications (Swing, JSP, EJB, …)
Added: 2007-01-13
Attributes: Built for Java[BuiltForJava] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided]

Access Converter, Java Edition

 Home Page Home Page
Categories:
Author: Diamondedge
Description: Access add-in designed to convert Access applications to Java including the Forms, Macros, Access Basic, VBA code and Reports. Access Reports are converted to Crystal Reports that can viewed in Java, HTML, or PDF.

Access Converter eliminates the need to rewrite Access applications in Java. It installs with a Java implementation of ADO (Microsoft's ActiveX Data Objects) that will allow the converted application to run on top of any database that has a JDBC driver.

Main features:
- Generates Java source (no native code used) from Access projects (modules, classes, macros, controls, reports, and forms).
- Generates Crystal Reports from Access reports.
- Converts Access database applications (Forms, VBA code, Classes, Macros) to Java.
- Can run as either a Java applet or as a stand-alone Java application depending on how the application was started up.
- Supports over 70 controls and objects including Menu, Grid, ProgressBar, ImageList, SSTab, TreeView, and the ThreeD controls.
- Allows debugging of Java applications within Access or any Java IDE (JBuilder, VisualCafe, Eclipse, NetBeans, JDeveloper, and others).
Added: 2005-05-04
Attributes: Built for Java[BuiltForJava] Plug-in[PlugIn]

VB Converter, Java Edition

 Home Page Home Page
Categories:
Author: Diamondedge
Latest version: 1.0
Description: Visual Basic add-in designed to convert VB applications to Java.
VB Converter eliminates the need to rewrite Visual Basic applications in Java.

Main features:
- Generates Java source (entirely all Java, no native code used) and byte code from Visual Basic projects (modules, classes, controls, and forms).
- Converts entire Visual Basic (3.0, 4.0, 5.0 & 6.0) applications to Java. Runs as an add-in to VB 5 & 6. Also runs as a command-line tool for VB 3 through 6.
- Converted code can run as either a Java applet or as a stand-alone Java application depending on how the application was started up.
- Converts ActiveX controls written within Visual Basic to Java code.
- Supports over 70 Visual Basic controls and objects including Data, Adodc, Menu, Windows Common Controls (ProgressBar, ImageList, ListView, TreeView, etc.), FlexGrid, Grid, DBGrid, DataGrid, DBList, DBCombo, SSTab, and the ThreeD controls
Added: 2005-05-04
Attributes: Built for Java[BuiltForJava] Plug-in[PlugIn]
Ignore this
 
Advertise here! Contact us to know the options
Web site previews powered by WebSnapr
Hosted by WebHost4Life.com - Please use this Sponsor ID: madgeek - Thanks! hot newstransatlantys
Java, J2EE, and all Java-based marks are trademarks or registered trademarks of Sun Microsystems, Inc
This site is not affiliated in any way with Sun Microsystems, Inc.
part of the metaSapiens network: metaSapiens | Java Jobs | Fabrice's weblog | SharpToolbox | JavaToolbox | LINQ in Action | MapShares | Clair de Bulle