|
-
March 15th, 1999, 10:49 AM
#1
Web-based Java Grid Tool
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
-
March 17th, 1999, 03:48 AM
#2
Re: Web-based Java Grid Tool
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 [email protected]
-
March 18th, 1999, 12:43 PM
#3
Re: Web-based Java Grid Tool
Use the JTable class that's in javax.swing.*; package (downloadable from Javasoft.com page).
Alex
-
March 19th, 1999, 04:08 AM
#4
Re: Web-based Java Grid Tool
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|