Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 984095
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T04:57:35+00:00 2026-05-16T04:57:35+00:00

The situation occurs when getting some data from the database to compose a report

  • 0

The situation occurs when getting some data from the database to compose a report that is grouped by various fields. For example, grouped by month, then type and then actual vs prediction. The database query returns simply a List< Object[] >. But it is boring to directly render it as an HTML table. What I do is to group the data inside a Map<Integer, Map<String, Map<Type, Integer>>>. It can be done in a straightforward way and if I use TreeMap‘s, the data is automatically sorted for me. The resulting JSP code is much simpler.

Is there any problem with this approach? (memory, speed, or something else?)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T04:57:35+00:00Added an answer on May 16, 2026 at 4:57 am

    The HTML renderer shouldn’t have to know the implementation details of you DAO.

    I think for you DAO that returning List<Object[]> is more simple than returning Map<Integer, Map<String, Map<Type, Integer>>>. Every class interface should be easy to understand, so I would use List<Object[]>.

    If it’s more straightforward to render the HTML table using Map<Integer, Map<String, Map<Type, Integer>>> maybe is better to create a method to convert List<Object[]> to Map<Integer, Map<String, Map<Type, Integer>>>.

    This way you keep your UI detached from your database classes.

    You also asked about memory and speed. I think the best approach is to test both situations and use a profiler to measure if this is really an issue.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 543k
  • Answers 543k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Xcode will happily compile C++ code along with C and… May 17, 2026 at 6:40 am
  • Editorial Team
    Editorial Team added an answer I see that you are specifying the URL in the… May 17, 2026 at 6:40 am
  • Editorial Team
    Editorial Team added an answer Other answers discuss why you're getting a compile-time failure (which… May 17, 2026 at 6:40 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

Situation: I have a simple XML document that contains image information. I need to
Situation: A PHP application with multiple installable modules creates a new table in database
Situation: text: a string R: a regex that matches part of the string. This
The situation: I have a pieceofcrapuous laptop. One of the things that make it
The situation is this: You have a Hibernate context with an object graph that
I'm getting some weird behavior in asp.net MVC2 (at least it's not what I'm
I'm using NHibernate as my ORM. I have a situation where I have some
Situation: you've got a .swf embedded in an html page, and when you click
Situation: Site with content protected by username/password (not all controlled since they can be
Situation: Table TBL has ~10k entries for deletion, Table TBL has 14 child tables

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.