Click to See Complete Forum and Search --> : SQL, Swing and web pages?


RMarsh
05-02-2005, 12:19 PM
I want to create a web page that processes an SQL statement selecting rows from a database and loading them into a web-page that uses a scroll bar to move through the data. Also, restricting the number of rows is a requirement.

I don't need a complete solution, just tips on what tools would works best for a solution like this. SQL, HTML, XML, Java, Swing classes: are all possibilities, however, I'm not familiar enough with some of them to know where to start.

buntine
05-02-2005, 08:11 PM
You should not need any Swing classes as they are predominantly for Java GUI. HTML can do a much better job. ;)

You will need: A database, SQL, HTML, and Java Server Pages.

Regards.

ray326
05-02-2005, 11:21 PM
Being on an AS400 are you using Websphere for this? If so you'll find tons of examples and tutorials on the IBM Developerworks site.