Since 4/3/2012 7:41:32 AM, dmckeon has written 10 articles and participated in 24 conversations. dmckeon signature: dmckeon
dmckeon's articles:
Items(10) /1
Pass XML string from Javascript to JSP3175 (6/15/2006 5:09:02 PM) comp.lang.javascript I have a Javascript that is building an XML string and then invokes a JSP. I need to pass the XML string from the Javascript to the JSP. What's the best way to do that? I am new to this technology and really ... dmckeon
# in XML string613 (6/15/2006 2:45:25 PM) comp.text.xml I have an XML string that contains a "#" character. I am passing the string to a JSP page and it reads up to the character before the "#" but nothing after that. I am new to this, so I was wondering if "#" is... dmckeon
Run a Servlet Without a Submit Button915 (6/14/2006 2:18:42 PM) comp.lang.java.programmer I am new to Java and am trying to figure out how to run a servlet without the need for a user to click a submit button. I have a web service that converts a file to PDF and then a servlet that displays the PDF... dmckeon
Rewrite Twice?345 (5/31/2006 3:14:54 PM) comp.lang.cobol I have a situation where I'm processing a request that comes in a sequential file. At the end of processing, we rewrite the record so we know processing is complete. I'm now adding some logic and want to perf... dmckeon
Where do the Java imports exist?816 (5/5/2006 6:03:43 PM) comp.lang.java.programmer I work from home and connect to the office over a VPN. When I'm connected to the office, it takes over 5 minutes for me to create a web service using IBM Rational Application Developer 6.0. When I am not conn... dmckeon
Include Schema Name When Creating XML522 (4/26/2006 2:31:46 PM) comp.lang.java.programmer I have a Java program that creates an XML string and I wanted to pass in a schema name to include when the DOM object is created. Here is my Java code. The startDocument method automatically adds "". Is ther... dmckeon
Nesting XML Elements in Java917 (4/18/2006 8:37:32 PM) comp.lang.java.programmer I am new to Java and XML, so forgive any ignorance. I am working on a program to create an XML document and I am having some problems with nesting. I want something like the following: John Doe ... dmckeon
The best way to return a record layout?229 (12/27/2005 3:23:05 PM) comp.lang.java.programmer I am in the process of converting a COBOL system to Java using web services, but I am realy new to Java. We currently use COBOL copybooks that contain record layouts so we don't need to redefine database field... dmckeon
localhost:90801340 (10/14/2005 1:01:01 PM) comp.lang.java.programmer I am new to Java and web services. I am trying to create a JSP page which invokes a web service. Every time I attempt to access anything on localhost:9080, I get an HTTP 500 Internal Server Error. Does anyon... dmckeon
MicroFocus File Name Limitations245 (9/18/2003 9:28:50 PM) comp.lang.cobol We have encountered limitations in several MicroFocus Workbench functions. I know this product is no longer supported, but we are unable to get approval to purchase NetExpress. File handling functions such as... dmckeon
dmckeon's replies:
Items(8) /1
localhost:90801340 (10/14/2005 1:01:01 PM) comp.lang.java.programmer I am new to Java and web services. I am trying to create a JSP page which invokes a web service. Every time I attempt to access anything on localhost:9080, I get an HTTP 500 Internal Server Error. Does anyon... dmckeon(34)
The best way to return a record layout?229 (12/27/2005 3:23:05 PM) comp.lang.java.programmer I am in the process of converting a COBOL system to Java using web services, but I am realy new to Java. We currently use COBOL copybooks that contain record layouts so we don't need to redefine database field... dmckeon(34)
Nesting XML Elements in Java917 (4/18/2006 8:37:32 PM) comp.lang.java.programmer I am new to Java and XML, so forgive any ignorance. I am working on a program to create an XML document and I am having some problems with nesting. I want something like the following: John Doe ... dmckeon(34)
Include Schema Name When Creating XML522 (4/26/2006 2:31:46 PM) comp.lang.java.programmer I have a Java program that creates an XML string and I wanted to pass in a schema name to include when the DOM object is created. Here is my Java code. The startDocument method automatically adds "". Is ther... dmckeon(34)
Where do the Java imports exist?816 (5/5/2006 6:03:43 PM) comp.lang.java.programmer I work from home and connect to the office over a VPN. When I'm connected to the office, it takes over 5 minutes for me to create a web service using IBM Rational Application Developer 6.0. When I am not conn... dmckeon(34)
Rewrite Twice?345 (5/31/2006 3:14:54 PM) comp.lang.cobol I have a situation where I'm processing a request that comes in a sequential file. At the end of processing, we rewrite the record so we know processing is complete. I'm now adding some logic and want to perf... dmckeon(34)
Run a Servlet Without a Submit Button915 (6/14/2006 2:18:42 PM) comp.lang.java.programmer I am new to Java and am trying to figure out how to run a servlet without the need for a user to click a submit button. I have a web service that converts a file to PDF and then a servlet that displays the PDF... dmckeon(34)
# in XML string613 (6/15/2006 2:45:25 PM) comp.text.xml I have an XML string that contains a "#" character. I am passing the string to a JSP page and it reads up to the character before the "#" but nothing after that. I am new to this, so I was wondering if "#" is... dmckeon(34)