Hi ! I am trying to extend the functionality of a squid-based proxy to filter out ActiveX, JavaScripts and mobile code in general, from the web pages users will download. I am trying to make it an "intelligent" filter, in the sense of not just plainly removing the <OBJECT> tags from the...
Hi, I attended one interview now and I am unable to answer one question, actually the question was on the Java messaging,if we send some message to say MQ Series Queue and If the MQ series server is down, how do we can handle resending message, it should be simple but since i didn't work in...
I would like to transfer files from Unix machine to Mainframe system (using Unix machine as client). The transfer process need to be secure (ie. data sent thro network should be encrypted using 128-bit encryption algorithm). I came to understand that SFTP server is not available for Mainframe...
I hope you can help me with the following question. I have written a process part of which uses the NotesDOMParser to validate XML with a DTD. Now I want to validate the XML with an XSD schema. I saw an example of this on the Microsoft Developer Network site: "Validate Documents Using SAX",...
Hi, Im new to SAP.Im using SAP JCo to access SAP tables from my Java Project.Can u tell me whether I have to write queries for accessing specific fields of specific tables of SAP jst like any other database? If yes can u explain the steps to achieve the same. If no then how does JCO achieve the...
hi, i have to develop a web page which is having a menu with 2 levels of hierarchie. the menu items which should be seen to any user should be according to user's role for eg. a general user should get x,y,z menu items, a superuser should get all etc.the identification of role should be on...
Below given is a procedure to access a CL Program in iSeries from a Java web based program. create procedure libxxx/proc_name LANGUAGE CL FENCED EXTERNAL NAME 'libxxx/clprogram' PARAMETER STYLE GENERAL The external CL program has...
Hi, I was wondering when I connect to a lotus notes database through java's url connection like this one, where the target is a redirect target.. http://.......gbp.nsf/agWebLAL?OpenAgent&UNID=A9D19EDE65447DF5C1256F2000465E87&Source=Customer%20Portal This connects to a file in the database, and I...
Hi, Im trying to get back into java (its been a while) and i was wondering what % means in a expression. E.G 5 % 3 Appreciate any and all help Thanks Andy
Can anyone help me extract the Hour and the AM or PM as a string in a Java DateTime object in Java? I am using Domino 6.4 Thanks. George
I'D LIKE TO ASK HELP IN PROGRAMMING ESPECIALLY IN VISUAL BASIC.PLS SEND ME UPDATES ON DATABASE PROGRAMMING, INTERNET AND OTHER RELATED AND IMPORTANT KNOWLEDGES. THANKS.
I am inserting into a table which has a CLOB field. I insert a blank_clob and then try and retrieve the clob field again directly after insert. When I execute the select to retrieve the CLOB field I am getting ORA-01002: fetch out of sequence. The query looks like: select XML_DATA from XML_TABLE...
We are deploying a J2EE application on a Websphere 5.2 Application Server. This application accesses a DB2 database on an iSeries server which is not supporting transactions. We have already removed all transactions from the XML configuration files. We cannot find a way to configure the...
I don't find the exact reason why Java is called Platform independent. I have read it in many books. Still a practical overview is not there. Please Specify in more detailed.
I am using J2EE platform in my RHL 9.0 machine. But I am not able to servlet programs. How I can do that?
This is mu stored Procedure: CREATE PROCEDURE ADMINISTRATOR.DIMS_SP_PerformSearch ( vuserId integer, vsearchText varchar(500) , vfromID integer, voption integer ) ------------------------------------------------------------------------ -- SQL Stored Procedure...
Dear All I have a Stored Package written as follows: CREATE OR REPLACE PACKAGE firstPackage IS --Type definition TYPE sampleType IS RECORD ( name VARCHAR2(128), interface VARCHAR2(128), tablespc VARCHAR2(128) ); TYPE c_mx1_type IS REF CURSOR; --procedure...
Dear All I have a Stored Package written as follows: CREATE OR REPLACE PACKAGE firstPackage IS --Type definition TYPE sampleType IS RECORD ( name VARCHAR2(128), interface VARCHAR2(128), tablespc VARCHAR2(128) ); TYPE c_mx1_type IS REF CURSOR; --procedure...
I'm importing succesfully iSeries Spoolfiles in Windows Systems with an ActiveX/VisualBasic application and the CA400's cwbobj.dll. In order to optimize my VB app I would like to have specific informations about cwbobj's function ReadSplf and about filtering the Spoolfiles list by Outq. (Sorry...


