• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Design Suggestion

 
Ranch Hand
Posts: 231
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
We have an application which is used to create verious complicated reports. The existing applcation is in applets. The user can select an report and can select various filters and will run the report. There are around 40 plus filers that can be appliaed to a reports. Every report will give more than 10,000 records so has pagination as well.

Now we are thinking of re-designing the application. I am thinking of struts framwork with extensive caching.

What would be the design suggestions for this kind of applications? I am also thinking of reusing most of the existing functionalites.
 
Ranch Hand
Posts: 2187
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You should consider the BIRT system. More information can be found at:

BIRT Overview

BIRT is an Eclipse-based open source reporting system for web applications, especially those based on Java.
 
reply
    Bookmark Topic Watch Topic
  • New Topic