I am writing a java struts app. The end user is connecting to the app via http. My app takes their username and password and passes it to an http server. That works fine, but now they want me to change my verification from http to https. If I just change the URL it will not authenticate with...
I'm working on an internal application, and I'm wondering if I should make my beans final. I made all the methods(getters and setters) final for performance, and it helped a lot. Will making the actuall bean class give me a performance gain?
Amos
Programer/Analyst
United States Postal Service
Does anyone know of a way to get the names of variables from a bean. I want to write a class that creates spreadsheets from database queries, but I don't want to have to write it for each bean/table. I want to be able to pass in a list of beans and then do something like...
Does anyone know of a free library to use sftp inside of java? I'm writing a webservice, and I must be able to get files from an sftp server, and send them out in an XML document. I know how to send a file with XML, but java doesn't seem to have an sftp protocal built in.
Amos
Computer...
I want to read through an html file and write some html in the middle of it.
Here is what I have so far
#!/usr/bin/perl
use CGI qw(:standard);
print "content-type: text/html\n\n";
$topic = param('topic');
$name = param('name');
$date = param('date');
$story = param('story');
open(infile...
I'm trying to create an API that can transfer files from a database. I know I need to use byte[] and DataHandler, but I'm not sure how to accomplish this. I searched all over, can someone help me out?
Amos
Computer Science
U of MO - Rolla
I'm trying to use jdeveloper(job requires it) and wrap a database applet in an oc4j container. I can't find very good documentation on the net. Does anyone know where I might find some? Does anyone know how to do this?
Amos
Computer Science
U of MO - Rolla
Is there any way with SQLJ that a user can create a query while running the program or must I use the regular JDBC commands to do that? Can I mix JDBC queries and SQLJ?
Amos
Computer Science
U of MO - Rolla
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.