• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

java printing references

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i need a complete reference about printing in java, especially which includes printing a bunch of data from a database in a particular format. so i wonder where can i find a good and reliable source (web sites,forums,or books) for it? it would be better if it comes up with some examples
thanks a lot guys..............
 
Ranch Hand
Posts: 3640
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JasperReports

iReport

For the example matter check the example and demo application comes with JasperReports.
 
evan theon
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i've tried iReport and jasperreport but it doesn't meet my expectation, i expect to have an application that can print a text file from a specific location, i'm thinking about designing the application with pure Java. So i need some references that can be used or related with my issue
but thanks anyway for your help i really appreciate it.....and for the upcoming helps i thank you all before
 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
> i need a complete reference about printing in java
Sun Printing Tutorial and the printing API documentation?

> especially which includes printing a bunch
> of data from a database in a particular format

With playing, you can create any format you like with the above. If you are after existing solutions, then the only two I really know of have been posted above.
 
Just the other day, I was thinking ... about this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic