I want to show in a progress bar the progress of the loaded maps.
For example in the console the following progress shows:
INFO: Mapping resource: common/Organizacion.hbm.xml
May 6, 2004 4:09:33 PM net.sf.hibernate.cfg.Binder bindRootClass
INFO: Mapping class: common.Organizacion -> T_Organizacion
May 6, 2004 4:09:34 PM net.sf.hibernate.cfg.Configuration addResource
INFO: Mapping resource: common/Evento.hbm.xml
May 6, 2004 4:09:34 PM net.sf.hibernate.cfg.Binder bindRootClass
INFO: Mapping class: common.Evento -> T_Evento
May 6, 2004 4:09:34 PM net.sf.hibernate.cfg.Configuration addResource
INFO: Mapping resource: common/TipoEvento.hbm.xml
May 6, 2004 4:09:34 PM net.sf.hibernate.cfg.Binder bindRootClass
INFO: Mapping class: common.TipoEvento -> T_TipoEvento
May 6, 2004 4:09:34 PM net.sf.hibernate.cfg.Configuration addResource
INFO: Mapping resource: common/Vigencia.hbm.xml
May 6, 2004 4:09:34 PM net.sf.hibernate.cfg.Binder bindRootClass
INFO: Mapping class: common.Vigencia -> T_Vigencia
May 6, 2004 4:09:34 PM net.sf.hibernate.cfg.Configuration addResource
INFO: Mapping resource: common/Dia.hbm.xml
I want to show this in a graphical way.
I dont know if its enough clear.?
Thanks.
|