CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 1999
    Posts
    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

  2. #2
    Join Date
    Mar 1999
    Posts
    9

    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]

  3. #3
    Join Date
    Mar 1999
    Posts
    37

    Re: Web-based Java Grid Tool



    Use the JTable class that's in javax.swing.*; package (downloadable from Javasoft.com page).


    Alex

  4. #4
    Join Date
    Mar 1999
    Posts
    5

    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
  •  





Click Here to Expand Forum to Full Width

Featured