Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Converting VB to Java

0 views
Skip to first unread message

John McGuigan

unread,
Jun 5, 1999, 3:00:00 AM6/5/99
to
Firstly let me apologise for cross-posting, but I'm not too sure where this
message should go (probably in the bin :>).

For the past few months I've been developing a Visual Basic front end to our
customer database. The project needed to be up and running fairly quickly so
not knowing java I picked VB. My manager and myself both agreed at the time
it should be browser based due to the fact we have both PC and Mac clients,
but speed was the major issue.

The IT Director has now turned round and said that he wants a browser based
version within 2 months. Now as I said I don't know java, or jdbc, or beans,
or whatever so I'd be grateful if someone out there could tell me of a tool
which will take my VB code and its components (ADO, datagrid etc) and
convert them into java or active server pages or something I can embed into
a browser page.

Unfortunately Mac support is essential, personally I'd load a skip with the
Macs and solve my problem that way.

I don't have a problem with learning a new language, but time and lack of
experience in the language would probably make a dogs dinner of the whole
thing.

Anyway thanks for bearing with me.

Could you reply via e-mail as well as the newsgroups.


John McGuigan


--
There is no black race, white race, or yellow race .... only the human race.

Aaz

unread,
Jun 6, 1999, 3:00:00 AM6/6/99
to

John McGuigan wrote in message
<7japoo$pu7$1...@nclient5-gui.server.virgin.net>...

>Firstly let me apologise for cross-posting, but I'm not too sure where this
>message should go (probably in the bin :>).
>
>For the past few months I've been developing a Visual Basic front end to
our
>customer database. The project needed to be up and running fairly quickly
so
>not knowing java I picked VB. My manager and myself both agreed at the time
>it should be browser based due to the fact we have both PC and Mac clients,
>but speed was the major issue.
>
>The IT Director has now turned round and said that he wants a browser based
>version within 2 months. Now as I said I don't know java, or jdbc, or
beans,
>or whatever so I'd be grateful if someone out there could tell me of a tool
>which will take my VB code and its components (ADO, datagrid etc) and
>convert them into java or active server pages or something I can embed into
>a browser pa


The only tool I know that is able to convert COMPILED vb ocx-s
and use ActiveX dll-s & Documents is Ms Visual J++ 6.0
It's an Java tool that has some integrity with VB and C++ (Ms of course), so
you might be able to convert you vb code into Java, but
I'm not really sure. Good luck anyway.
Aaz

Igor V. Burtsev

unread,
Jun 7, 1999, 3:00:00 AM6/7/99
to
If Mac have IE 4.* or higher, it is easy for you to remake your project with
VBScript and DHTML

--
== BrIg ==
b...@k3140.dd.vaz.tlt.ru


Avik Sengupta

unread,
Jun 7, 1999, 3:00:00 AM6/7/99
to
Check out Applet Designer from GreyMatter. Purports to do what you desire.

http://www.greymatter.co.uk/gmWEB/nodes/NODE06C0.HTM

Cheers
-
Avik

John McGuigan <j.mcg...@virgin.guig.net> wrote in message
news:7japoo$pu7$1...@nclient5-gui.server.virgin.net...


> Firstly let me apologise for cross-posting, but I'm not too sure where
this
> message should go (probably in the bin :>).
>
> For the past few months I've been developing a Visual Basic front end to
our
> customer database. The project needed to be up and running fairly quickly
so
> not knowing java I picked VB. My manager and myself both agreed at the
time
> it should be browser based due to the fact we have both PC and Mac
clients,
> but speed was the major issue.
>
> The IT Director has now turned round and said that he wants a browser
based
> version within 2 months. Now as I said I don't know java, or jdbc, or
beans,
> or whatever so I'd be grateful if someone out there could tell me of a
tool
> which will take my VB code and its components (ADO, datagrid etc) and
> convert them into java or active server pages or something I can embed
into

Avik Sengupta

unread,
Jun 7, 1999, 3:00:00 AM6/7/99
to

Jeff Jones

unread,
Jun 10, 1999, 3:00:00 AM6/10/99
to
Another approach is to use you existing VB code in VB6 to create .ASP pages.
VB6 supports this nicely, and would leverage your existing code. If you run
IIS as your web server, any HTML browser can use it, since all the
VB/COM/ODBC stuff stays on the server, and all the browser see is HTML. No
having to worry about learning Java and putting up with its inherent
slowness. VB6 also supports creating DHTML pages, but given that you want
to support other than Windows, ASP may be the better of the two.

You may have other criteria that preclude this solution, but it is how I
would handle such a request.

Jeff Jones

John McGuigan wrote in message
<7japoo$pu7$1...@nclient5-gui.server.virgin.net>...

0 new messages