Hi, is there a way through which i can access the .dll file of the system through my servlet? I want my servlet to use one of the .dll file in the windows C dir. Is this possible? Please help.
yes i did. I want a windows pop-up which will require mfc coding. the thing is i am tryn to control a hardware connected to my machine which requires the system .dll file. And as far as i think now is that i dont have to go with MFC now as that depends on the application that i create. What do you say?
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35230
7
posted
0
Well, it's hard to say what a machine we don't know anything about might or might not require. What does its documentation say?
I want to do this through a servlet. I wont be using any of the windows component,then is MFC required? [ November 01, 2008: Message edited by: Sudipto Shekhar ]
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35230
7
posted
0
Originally posted by Ulf Dittmer: What does its documentation say?
A Windows pop-up? MFC? Those sound like display technologies to me. If you want to use them in a servlet, then they would be displaying something on your server. Was that what you wanted to do?
Correct. If you want to display a message to the client, use JavaScript. Or an applet if you prefer that, but then you're not using server-side code anymore. So JavaScript it is
No, this is not what i intend to do. When the client requests for the servlet,the servlet invokes a call to the .dll file which is of a device driver,say of a bluetooth device and says it to switch it on! And in this process when ever a .dll file is accessed i want the the system to pop-up a window to ask for the permission to do so... so that is what it meant to be!
i said my work is in an experimental stage..hence it makes it makes no difference if i show it on the client side or the server side.i want a pop-up....on the server,for now. And for the detailed description i had said what i want to do.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35230
7
posted
0
Sticking the tongue out to people who are trying to help you isn't very nice, is it?
Without further details I'm afraid I can't contribute anything else.