converting ASP to JSP
843833Sep 17 2001 — edited Sep 17 2001hello
we are in the process of migrating from asp to jsp.
I would like to know how to convert the following asp code to jsp
dim obj
Set obj = server.createobject("test.testcls")
obj = obj.test(CStr(i_string),CStr(i_loc),Clng(intvalue))
Set obj = Nothing
the instance i am creating is a visual basic component.
is it possible to convert the above to jsp?
many thanks
sunny.