1. Struts2 and hibernate stackoverflow.comI want to add persistance storage to my struts2 app. Where is the best place to start ? I suppose I am looking for a good hibernate tutorial ? Thanks |
2. JSP/Struts2/Hibernate: loop through a self-referencing table stackoverflow.comLet's say we have a self-referencing table called PERSON, with the following columns: ID, PARENT, where PARENT is a foreign key to the ID column of another element in the PERSON ... |
3. Weird and infuriating struts problem! stackoverflow.comI keep getting the following struts error: descriptionThe server encountered an internal error () that prevented it from fulfilling this request. exception
|
4. SessionFilter with Struts to leep session alive in jsp forum.hibernate.orgIt didn't work for me until I realized that the error was the web.xml order. Here is my web.xml working |