2008/10/20 秦虎 <[EMAIL PROTECTED]>: > hi, > i am a newbie to learn appfuse. I want to get external paging and sorting > in appfuse. Following > http://code.google.com/p/pagingappfuse/wiki/PagingSorting. But my project is > struts modular project. > I don't know how to make changes to suit my project. > > Someone can help me in details? > > Thanks!
I have worked on something similar - you can certainly use the external paging/sorting code as a guide, but the code is written quite specifically for Spring MVC, and not Struts. There are also issues with the fact that you're using a modular project. I personally am using JPA rather than the Hibernate API (and want to keep it that way for portability), so I need to work around the use of the Hibernate's Criteria API (there won't be such a JPA equivalent until version JPA 2.0) I posted back on some of the issues involved back in May: http://markmail.org/message/rulk4p6vqrabfstv http://markmail.org/message/lv7bx2ksao5yjmex Alex
