Need help in Architecture design in java

Posted by palakolanusrinu on Stack Overflow See other posts from Stack Overflow or by palakolanusrinu
Published on 2010-04-28T06:32:12Z Indexed on 2010/04/28 6:43 UTC
Read the original article Hit count: 238

Can anyone help in architecture design of one of my complex application.

Requirement : In web based application, we need to generate Excel kind of report as HTML page and after that we need to perform different kinds of operations like

  • Add manual rows
  • Delete rows
  • Edit rows
  • adding comments based on each cell
  • viewing the added comments.
  • attaching the file based on each cell
  • viewing the attached file.
  • Collapsible functionality for some of rows

In the process of design we have come up with DB design and application framework is Spring. and for Web not yet finalized. what is the best approach to implement this kind of UI? --JSF?(keep in mind we need to Excel operations like above mentioned operations) -- Any reporting tool which will provide editing functionality?

Please suggest me How can we do it? and what is the best technology for it? or is there any reporting tools?

© Stack Overflow or respective owner

Related posts about application-architecture

Related posts about java