Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Adkron
  • Content: Threads
  • Order by date
  1. Adkron

    HTTPS for login

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

    java beans final?

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

    variable names

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

    sftp

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

    input into the middle of a file

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

    Binary Data & WebService

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

    oc4j???

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

    SQLJ and JDBC

    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

Part and Inventory Search

Back
Top