Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

converting ASP to JSP

843833Sep 17 2001 — edited Sep 17 2001
hello

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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 15 2001
Added on Sep 17 2001
1 comment
202 views