6 Replies Latest reply on Oct 3, 2007 7:50 PM by asookazian

    Seam + <h:dataTable> using two datasources

    asookazian

      So we have a use case that needs to update 3 of the columns (datasource = table in RDBMS 1) and display 3 of the columns from a select based on joins on tables in RDBMS 2. All six columns are displayed simultaneously in the same dataTable.

      What is the best way to handle the implementation of this case? Using entity beans or stored procs?

      Anybody used EJB3 with entity beans to do this?