Servlet To Java Application Communication

From: Anast (anastasiosm_at_hotmail.com)
Date: 04/11/04


Date: 10 Apr 2004 20:39:03 -0700

Hi all,

Firstly, I would like to write a Java servlet that it will be able to
connect with a database (mySQL) and search its contents (using JDBC).
Then, I would like to build a java application (NOT an applet), so
that it would be able to search for queries the database, and display
the results. Have you got any working examples that demonstrate the
previous described functionality or any similar? I have installed
Tomcat with MySQL Connector/J and MySQL in my box and work fine. Any
help would be appreciable.

Many thanks in advance.



Relevant Pages

  • Re: How to modify a MySQL database...
    ... and then update them with Java. ... To learn how to create a MySQL database, ... you will need to learn JDBC. ...
    (comp.lang.java.programmer)
  • Re: How to query a Date Column in SQL
    ... > I am in the process of refactoring a Java application which uses JDBC ... > to talk to Oracle and MySQL. ... > field that was represented in the database as a text field, ... MySQL JDBC drivers will support the escape sequence. ...
    (comp.lang.java.databases)
  • Re: "MySql 5" or "SQL Server 2005 Express"?
    ... do you have any experience using "MySql 5" or ... database-engine in a java web application? ... I have to choose one of them for a commercial web application that is database-indipendent but I've not idea what is the best. ... have not used Mysql with JDBC much, but what I have heard from others, ...
    (comp.lang.java.databases)
  • Re: JDBC insert-id
    ... > Is there a way to determine the insert-id of the last insert into a MySQL ... > database using JDBC? ... Here's a good article written by Mark Matthews, the author of Connector/J: ...
    (comp.lang.java.databases)
  • Re: MySQL Database problem (probably already solved in a message, but this is somewhat urgent)
    ... MySQL server has a database with a table, ... columns, an FSR column, and a password column. ... checked if the supposed arrays that were returned were actually arrays ...
    (comp.lang.php)