-
I would really apprecaite as much feedback as possible:
My question is, I have created a VB standalone app and I want to convert the app to the web. Many people tell me that the way to go is JAVA. Since JAVA runs on both browsers and that it is capable of running on any OS.
VBSCRIPT however does nto do all this.
Can anyone tell give me there feedback? Which one is the better langauge to use? I want to create a fast application.
What are the advantages and disadvantages of both?
Thank you
Stevie
-
if you can do it in java then do it in java
if its a webbased app
write it in asp since its server side scripting, it will run on different plateform as well
and it depends on exactly what the app does..
every language has its benefits
to insult someone, use german
to show effection towards someone, use french
-
Dear Steven,
If you do not want to miss the work and feel of a true programming language then go to Java. Using Java applets u can migrate your app to the web. But applets are slow and so people end up designing web apps in JSP which is nothing but a copy of ASP with Java as the main programming language.
If u wanna learn a new environment involving scripting and handling browser headaches then u can go to ASP or JSP.
Doing a web app in ASP is equivalent to doing it in JSP.
Also it all depends on what ur app does and how doeable it is in scripting.
So all the best.