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