HTML « Table « JPA Q&A





1. Tag library or servlet for html tables    forum.hibernate.org

Our company start work on developing of large account system based on Hibernate + Struts (we are newbies in Hibernate). This system will contain a lot of html tables, which can user change, modify ... . I develop servlet which parameters: 1. name of hibernate class (for example "eg.Customer") 2. list name of columns for view (for example "customer.firstname, customer.address.street, customer.someobject.someobject2.anyproperty,...") ...