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 Chriss Miller 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: *

  • Users: Diancecht
  • Content: Threads
  • Order by date
  1. Diancecht

    Today is the day

    And I feel OK :D IoT day Cheers, Dian
  2. Diancecht

    Retrieve PL/SQL parameters

    Hi all. I'm trying to build a generic program to execute stored procedures. What I want to achieve is to get the name of the procedure, manage to get the parameters and show a form to the user to get the input values. Now I'm stuck on how to dynamically retrieve the parameter names and types...
  3. Diancecht

    Retrieve PL/SQL parameters

    Hi all. I'm trying to build a generic class to execute stored procedures. What I want to achieve is to get the name of the procedure, manage to get the parameters and show a form to the user to get the input values. Now I'm stuck on how to dynamically retrieve the parameter names and types...
  4. Diancecht

    Requesting user interaction

    My question has to be with requesting user interaction in the middle of the process of a request. Imagine you have a site hosting a web application: that application has some options that calls a servlet and show the results. At some point of the servlet process, an authorization is requested...
  5. Diancecht

    Requesting user interaction

    Hi all. I'm not sure this is the correct forum to post this question. If not, please tell me and I'd try to find one more appropiate. My question has to be with requesting user interaction in the middle of the process of a request. Imagine you have a site hosting a web application: that...
  6. Diancecht

    IE Cache

    Hi all. I've posted this in the Browsers forum, but as it's highly related to XP, maybe someone here has thoughts to share. I'm playing around with offline content and cache in IE. My goal is to have some offline content avaliable for the user so he never needs to download it from the net. But...
  7. Diancecht

    IE cache

    Hi all. I'm playing around with offline content and cache in IE. My goal is to have some offline content avaliable for the user so he never needs to download it from the net. But I'm facing some issues that are surprising me, and I wondered if anyone has thoughts about it: 1.- When I set a...
  8. Diancecht

    Local scripts

    Please, please, don't burn me, don't send me to he hell of website designers. I have a large web application designed to be used by a large number of people whose LAN access is very slow. One thing we thought is change the application and make all references to javascript point to the local...
  9. Diancecht

    Internet Explorer settings

    Hi all. I'm feeling somehow guilty for cross-posting, but I think this is really a cross issue. My background is a web application accessed from some XP machines with IE6.0 installed. The application has some static elements that are downloaded once and stored as temporary internet files so...
  10. Diancecht

    Internet Explorer settings

    Hi all. I'm not sure this is the correct forum to post this, but as it's highly related to XP, it should be. My background is a web application accessed from some XP machines with IE6.0 installed. The application has some static elements that are downloaded once and stored as temporary...
  11. Diancecht

    Servlets and parsing SOAP request

    Maybe I'm trying strange things again, but I think this time it's not the case. The idea is that we have a kind of J2EE-based applications architecture and we want to make it SOA. The first idea that comes to my mind is implementing an entry point, in this case a servlet, that will receive...
  12. Diancecht

    JPG thumbnails not showing

    Hi all In windows explorer if I choose to view thumbnails for my images, all it now shows is a generic placeholder for the pics and not small versions of the actual image. The filmstrip option doesn't either work. The file association (Microsoft Photo Editor) hasn't changed and I haven't...
  13. Diancecht

    Wait for a frame to load tecnique

    Hi all. I'm facing the common problem of waiting for a frame to load. The url loaded in the frame is external, so no chance to use the onLoad event of the second frame. I've been searching for sollutions in this forum and in the outer dark space and I must admit I'm a little dissapointed...
  14. Diancecht

    External Data from XSLT

    Hi. From the XSLT specification, it can't access any external resources as databases, links or something like that. However, I was looking for a workaround for my situation: we use XSLT to generate some PDF forms. This PDF forms, some of which are legal contracts, have a lot of text. My...
  15. Diancecht

    XSLT to HTML editor

    Hi all. I've been searching on the net and on this forum, and didn't find anything appropiate. I was looking for an XML editor with XSLT capabilities. Specifically, I want the users to develop XSLT transformations to HTML and they're mainly concerned about the WYSIWYG thingie. The main...
  16. Diancecht

    Java portability

    Hi all. We all know that one of the most significant advantages of Java it's its portability: you can write once and run many times a program without caring about the underlying operative system. Is that rigth? Well, from my experience, as long as you run away form character encodings...
  17. Diancecht

    Synchronizing and execution order

    Hi all. I'm currently involved in a (at least for me) obscure part of Java: synchronization. I have some multithreaded apps that will want to access some resources all at a time and without interfernce. My first thought was just use se synchornized keyword and let the JVM do its job but some...
  18. Diancecht

    Dll debug information

    Hi all. I'm trying to debug and application that has several dll and ocx files generated by me. I've created debug configurations for all of them and included in the correct path. When I try to debug the application, by attaching the process to the debugger, an access violation error is thrown...
  19. Diancecht

    Remote monitoring Java applications

    OK, let's go again with one of my strange questions. Let's imagine that I have a have a Java application running on some machine. What I'm trying to do is to develop some kind of monitoring software for that application. That software will connect to the remote machine where the java...
  20. Diancecht

    Wrapping primitve data types

    Hi. I was jumping around one of my strange ideas and I was wondering if anyone has any thoughts about this. The idea is that I have an abstract data type called Data. That data can hold any kind of primitive type: int, char, boolean and so on. I have an estabilsh method for each data type...

Part and Inventory Search

Back
Top