You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:
have access to post topics
communicate privately with other members (PM)
not see advertisements between posts
have the possibility to earn one of our surprises if you are an active member
access many other special features that will be introduced later.
I'm trying to convert a large VB6 program to java and host it on any app. server.
Please let me know if there is any tool or sample codes that lets me do a one-to-one conversion from VB6 to java.
thanks
VB6 and Java use quite different programming models (procedural vs object oriented).
I think it would be best to just take the specs and do a clean implementation, especially since VB has nothing that even vaguely resembles servlets or EJBs.