Re: [appfuse-user] Exactly how do we integrate Struts + spring + webservices using Appfuse

2010-06-22 Thread Josep García
What about restful web services? Is there any example of such with AppFuse? Josep 2010/6/22 Matt Raible > The following tutorial shows you how to develop Web Services when using > AppFuse. > > http://appfuse.org/display/APF/Web+Services > > Hope this helps, > > Matt > > On Jun 21, 2010, at 9:18

[appfuse-user] converting from mono tu multi-module project

2010-06-22 Thread Josep García
Is there any guide on how to convert a finished AppFuse app from mono-module to multi-module? Josep

Re: [appfuse-user] converting from mono tu multi-module project

2010-06-22 Thread Matt Raible
It shouldn't be too difficult if you know Maven well. Just move all your services and DAOs into a "core" module and then create a pom.xml to go with it that contains the dependencies used by those classes. Make it a JAR project and add it as a dependency to your WAR project. Then create a parent

Re: [appfuse-user] Exactly how do we integrate Struts + spring + webservices using Appfuse

2010-06-22 Thread Matt Raible
The M2 snapshot uses CXF, which has better support for REST. If you're using Struts 2 or Spring MVC, you might checkout their REST support. As for REST and XFire, the following wiki page doesn't make it clear if it's supported or not. http://docs.codehaus.org/display/XFIRE/REST Matt On Jun 22,

[appfuse-user] How use Selectbox by SpringMVC?

2010-06-22 Thread guo xiang
hello, I use appfuse 2.1.0-m2-snapshot(SpringMVC) create a project ,and use mvn appfuse:gen-model generate Model,DAO,Manager...code.but,My some model has many-to-one,one-to-many relationship.s:select code gengrated in xxx.jsp ,but not work.I want to modify xxxformControl to complete it,In API-doc"o