I know that the answer to this question is not a simple one but any help or references will be greatly appreciated.
We have an n-tier application:
- User desktops have Business Object DLL and UI
- Application Server has Data Services DLL running in MTS
- DB Server running DB2/400 (or any other DBMS)
If a new user needs to use this application, we have to go through an installation process on that user's desktop. This installs the UI, Business Object DLL and all references for the Data Services tier.
How can we make this application available on the web?
First, Do we have to ftp our application to our website which is provided by our ISP or do we run it directly from our equipment? If we have to ftp everything to the ISP website, then how do run MTS and register the DLL, etc.? If on the other hand we run everything from our site then what would we need to do so that the web users can reach us from the web?
Second, I'd imagine that we'd have to rewrite the UI (or maybe not). The current UI is developed using VB forms, which I've never seen on the web and so I'm thinking that we'd have to write another front end. If this is the case then what are some of the common tools used?
I would like to start by developing a very simple web app to use one function from our application, if I can get that to work then I'll continue with the rest of the app.
I know that this is a very complex topic but any help to get me started will be greatly appreciated.
Thanks in advance!
We have an n-tier application:
- User desktops have Business Object DLL and UI
- Application Server has Data Services DLL running in MTS
- DB Server running DB2/400 (or any other DBMS)
If a new user needs to use this application, we have to go through an installation process on that user's desktop. This installs the UI, Business Object DLL and all references for the Data Services tier.
How can we make this application available on the web?
First, Do we have to ftp our application to our website which is provided by our ISP or do we run it directly from our equipment? If we have to ftp everything to the ISP website, then how do run MTS and register the DLL, etc.? If on the other hand we run everything from our site then what would we need to do so that the web users can reach us from the web?
Second, I'd imagine that we'd have to rewrite the UI (or maybe not). The current UI is developed using VB forms, which I've never seen on the web and so I'm thinking that we'd have to write another front end. If this is the case then what are some of the common tools used?
I would like to start by developing a very simple web app to use one function from our application, if I can get that to work then I'll continue with the rest of the app.
I know that this is a very complex topic but any help to get me started will be greatly appreciated.
Thanks in advance!