Pete,
The problem is that the DLL I have on my hands are reading certain tables from my database that I do not want my clients to know explicitly. These data are very volatile and I have to retrieve them often.
As for Obfuscators, I have a link here. http://www.jproof.com/...
There was some mention of compiling my JSP page into a servlet and then obfuscating it. It raises some questions for me:
1) What is the process of compiling? How do I go about it?
2) If I obfuscate a file, can I insert it via Include statements in other JSPs for usage of its...
Well, in this case, if I want to protect my code in JSPs, what can I do? I would research JNI but that will delay my development, which as it is, is behind time.
Is there a pretty fast way I can do this.
Thanks in advance.
Hi everyone,
I am on a project now that needs to access a DLL from JSP pages. We have a Custom.DLL that was compiled and works on VB and ASP. I would like to find out how to call functions from this DLL from my JSP page?
Thanks and regards,
John
Chopstik,
Actually no. What I have done is ASP calling ASP dll. However, since DLL is essentially VB in nature, I had my pitfalls.
Hope that helps.
Regards,
Skull
Hi all,
It seems we were all wrong. Apparently VB DLL cannot access ASP objects like Server, Response, etc. As such, we should write it as HTML string concatenation in the DLL and do Response.write in the ASP caller file. Like ->
DLL
Function Testing()
strhtml = "<Script...
Hi Chopstik,
I have already tried coding a dll in VB6. I am also trying to do what you are doing, hiding the connection string to an oracle database. However, I am not sure if VB code in DLL and ASP can mix. For that matter, I am trying to code other ASP procedures.
However, when I...
Hi,
I have coded an application totally in ASP. However, I would like to encode some of my codes in DLL for increased security. As such, I have chosen to encode pivotal files (eg files holding global variables and procedures) into DLL. Thus, I have a few questions seeking enlightenment :
1)...
Hi all,
I put a link to a document on my website (within one of the frames). Once I save the document by clicking on it, I can no longer click on the Nav items to move around. I can click but to no effect.
I have only 3 frames, top, nav and bottom. Can someone tell me how I can go...
Hi all,
Whenever I try to install Windows XP Pro on my AMD Athlon(TM) 1GHz PC, somehow it always does not go through. The system used to be on Windows 98 platform with no problems. I tried upgrading Windows 98, re-formating HDD, redoing the partitioning and clean install to no avail.
In...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.