This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Servlets and the fly likes VB to WEB Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "VB to WEB" Watch "VB to WEB" New topic
Author

VB to WEB

Dilip kumar
Ranch Hand

Joined: Oct 16, 2000
Posts: 360
Hello All :
We have an application in VB with different components for GUI (EXE), Business(DLL), and Database connection(DLL).
We are planning to move to web based application.
I was wondering if we could use these existing components in web based application instead of rewriting the whole stuff.
Any ideas ?
Thanks
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12269
    
    1
Obviously you will be re-writing your interface to use HTML forms or Java applets. The DLL libraries should be re-usable through standard Java JNI methods, but note that using the DLLs will restrict you to Intel/Microsoft servers.
Bill

------------------
author of:


Java Resources at www.wbrogden.com
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: VB to WEB
 
Similar Threads
Need to access USPS Web Service
java
.dll access problem in client machine
Weblogic 8.1: Configure a new JDBC Connection Pool
Java and C++