1 Reply Latest reply on Apr 24, 2007 6:55 PM by pmuir

    seam & huge PDF report ?

    pista666

      hi folks,
      please help me with data report to PDF.

      so far i have tried to create class, based on seam-gen generated *List.java class, to be able to run report (xhtml with iText) on it's .resultList.

      But, is there any "standard/common' way to do it ?
      What with huge reports (like 10^6 rows)?

      (maybe would be good not to have all rows at once in memory)
      (some queries require 1 arg from user)
      (is there any option to use already writen native SQL queries ?)

      thanks a lot
      Stefan

        • 1. Re: seam & huge PDF report ?
          pmuir

           

          "pista666" wrote:
          (is there any option to use already writen native SQL queries ?)


          Yes, take a look at the Hibernate EntityManager manual, it discusses using native sql queries.