example « Struts « JPA Q&A





1. Decent tutorial or working example of Hibernate 3 + Struts 2 + Tiles 2 on myeclipse    struts.1045723.n5.nabble.com

Hi, Can anyone forward me to a good tutorial or a working example of Hibernate 3 + Struts 2 + Tiles 2 on myeclipse. Maybe a project i can import in myeclipse or so, any simple skeleton will do, I tried my hand directly but cannt get through i get some exceptions everytime i add struts and hibernate with tiles ...

2. [jira] Created: (WW-3245) Jasper plugin does not support supply of data via report parameters (for example Hibernate session object)    struts.1045723.n5.nabble.com

Jasper plugin does not support supply of data via report parameters (for example Hibernate session object) ---------------------------------------------------------------------------------------------------------- Key: WW-3245 URL: https://issues.apache.org/struts/browse/WW-3245 ...

3. Struts 2 & Hibernate Examples?    struts.1045723.n5.nabble.com

4. struts-hibernate example and firebird problem    forum.hibernate.org

Hello- With some difficulties but i've managed to install struts-example on Tomcat-4 and Firebird-1.0. And have a lot of questions. What should this example show? I mean how to play with this example? I did not find any help, only readme about how to install this example. Well, I've installed it. What next? I see a text entry with Submit button ...

5. Example of Struts+Hibernate+SpringFrameWork    forum.hibernate.org

6. Hibernate Struts Example    forum.hibernate.org

I have written a very simple shopcart application using Struts and Hibernate. I looked quite a bit for a decent tutorial and example but found nothing, so I put this together. For anyone else wondering how to integrate Hibernate and Struts, here is an example: http://www.simplecart.org The source is available under a BSD license. THIS IS NOT PRODUCTION QUALITY SOFTWARE. It ...

7. Looking for a good Hibernate/Struts2 example for foreign key    forum.hibernate.org

Does anybody know of a good code-example of a foreign key relation implemented in Hibernate / Struts2? The main problem I'm facing is how to display the relation in both table-view (with the foreign key in a column) and form-view, with the foreign key as a select-box using . In the table-view I get the following result: Company--------------Owner Some company-------ognl.NoConversionPossible In ...