Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Skull2003

    JSP With DLLs

    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/...
  2. Skull2003

    JSP With DLLs

    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...
  3. Skull2003

    JSP With DLLs

    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.
  4. Skull2003

    JSP With DLLs

    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
  5. Skull2003

    ASP and DLLs

    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
  6. Skull2003

    ASP and DLLs

    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 = &quot;<Script...
  7. Skull2003

    ASP and DLLs

    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...
  8. Skull2003

    ASP and DLLs

    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)...
  9. Skull2003

    Frames messed up after saving file

    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...
  10. Skull2003

    Failure to load system during XP Installing

    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...

Part and Inventory Search

Back
Top