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
Is there any guide on how to convert a finished AppFuse app from mono-module
to multi-module?
Josep
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
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,
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