Click to See Complete Forum and Search --> : Web-based Java Grid Tool


Andy Carter
March 15th, 1999, 09:49 AM
I have been tasked with writing a grid tool that will browse data over the web. The queries need to be set up on a web page and will connect to an Oracle backend.


The kicker: I've never written a java program. I have VB/VC++/ASP/Web database experience, though.


Does anyone know where I may find such a tool?

How about tips for someone just getting started and trying to accomplish this?


TIA!


Andy Carter

thiru
March 17th, 1999, 02:48 AM
Hello Andy,


You could try to use the argent coffee table grid tool for ur problem.Visit argent

web site www.argent.com and look for their 2.1 version(latest).It is a javabean

and help files are available.Look for the tutorials also.


best wishes

thiru

for any info contact at psthiru@wipsys.soft.net

Alex
March 18th, 1999, 11:43 AM
Use the JTable class that's in javax.swing.*; package (downloadable from Javasoft.com page).


Alex

Abhisheik R Vishwakarma
March 19th, 1999, 03:08 AM
both the method given above will work fine

but I feel JTable will be the better way as it will given a feel

of coding in java