Why does ASP2JSP have the competitive advantage for converting ASP to JSP?
• ASP2JSP is the only commercially sold and supported ASP to JSP converter • If you ever want to look at the Java code, ASP2JSP is the only product to use, since it • converts to built-in data types. Easier to read, more efficient • converts to native Java API. If you want to program in Java then you should use the Java API as much as possible and not a VB API layered on top of the Java API • creates files and code structure that is organized the same as what the ASP/VB programmer is used to so the transition to working with the Java code is smooth. VB programmer will still recognize and feel comfortable with the Java version of their code. • converts entire project, code and all • customizable, can add support for 3rd party objects • How to I run ASP2JSP? ASP2JSP is a command-line utility. From a command prompt type in: asp2jsp *.bas *.cls *.asp • Is the source to the Java library available? Yes. The source is available at an additional cost. Call for details. • Are there any run-time