Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Java
  4. Writing a simple HTML report using Java

Writing a simple HTML report using Java

Scheduled Pinned Locked Moved Java
javahtmlhelptutorial
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    raesa
    wrote on last edited by
    #1

    Hi, I have to write a report in HTML document using java. Can somebody suggest me some good tutorial or some good links that will help me in doing this task. It would be very helpful.Please do help me out. Thank You.

    A 1 Reply Last reply
    0
    • R raesa

      Hi, I have to write a report in HTML document using java. Can somebody suggest me some good tutorial or some good links that will help me in doing this task. It would be very helpful.Please do help me out. Thank You.

      A Offline
      A Offline
      Ali Shakiba
      wrote on last edited by
      #2

      Salam ( == Hi ); As I understood; you want to use Java to generate a report in HTML format. There is a simple to do job. You just need to do the following: 1- Create an HTML file and Open it in Java; 2- Add header data to the file; 3- Connect to your data source; for example MySQL using JDBC; 4- Run a query to the data source; 5- Parse the query result; 6- Add a parsed query result in appropriate places at the HTML file; 7- Finally add footer to the file; 8- Close the stream; To show it in your program; use the Swing library; there is a tut. on sun.com; link

      With my best and warmest regards; & With the hope of coming of Mahdi; Ali Shakiba; Kerman - Iran (Islamic Republic);

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups