Hopefully this is a quick question and I'm just missing something simple, since I'm new to smartGWT!
We are using the LGPL Version of smartGWT and have an existing Hibernate configuration. We've got a working hibernate.cfg.xml and file mappings using the *.hbm.xml paradigm. I'd like to be able to use the smartGWT grids leveraging the smartGWT datasources so that scrolling and filtering are enabled.
But I can't find any documentation on how to create smartGWT datasources that leverage the existing Hibernate configuration. The documentation all seems to say it can be done, but I can't find an example. It seems that if I can figure this out, I can just attach the datasource to the grids.
As I said, I am likely missing something basic and simple, so any assistance will be appreciated.
Thanks!
We are using the LGPL Version of smartGWT and have an existing Hibernate configuration. We've got a working hibernate.cfg.xml and file mappings using the *.hbm.xml paradigm. I'd like to be able to use the smartGWT grids leveraging the smartGWT datasources so that scrolling and filtering are enabled.
But I can't find any documentation on how to create smartGWT datasources that leverage the existing Hibernate configuration. The documentation all seems to say it can be done, but I can't find an example. It seems that if I can figure this out, I can just attach the datasource to the grids.
As I said, I am likely missing something basic and simple, so any assistance will be appreciated.
Thanks!
Comment