• 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

GUI Reproting Tool Required (Desktop Based application)

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Regarding the new reporting tool. Here I am mentioning the key points of my rquirement


Need a GUI kind of reporting tool, Where the user can drag and drop the tables, In that he can build the relations among the tables (if any exists). User should be given a provision to make alias names for tables and columns. Then saves his report
As a first step the user creates the table linking and Alias naming.

In the second step user can check his saved report and select the columns . Based on the selected columns a query should be populated automatically with all the selected columns and where clauses based on the links/joins with the user given alias names (if any). Based on this the repot should be generated..

Based on this requirement design and work should change (i.e.,) should not be a applet kind of thing ( the reason is that its a heavy weight component) .

So, please let me know which tool I can use from existing report generation tools in java. That should be a individual jar or utility kind of project (moreover a desktop application is also good enough for this)
 
Sheriff
Posts: 22815
132
Eclipse IDE Spring Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you already searched on open source sites, such as SourceForge.net? There are many others like that; Google can help you find those sites.
 
Every time you till, you lose 30% of your organic matter. But this tiny ad is durable:
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