I followed that web page, then got my DAO and DAOHibernate in core. In web, I got my PersonAction. But how to write Mananger in core and web to conect Hibernate and struts?
Thanks! Alex Coles wrote: > > 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 > > -- View this message in context: http://www.nabble.com/external-paging-and-sorting-in-struts-modular-project-tp20078483s2369p20085542.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
