| Projects on Google Code | Results 1 - 3 of 3 |
[http://code.google.com/p/fubumvc http://fubumvc.googlecode.com/svn/trunk/doc/logo/FubuMVC_Logo_Medium.jpg]
=FubuMVC=
FubuMVC is a _Front Controller_-style MVC framework designed primarily for Web applications built on ASP.NET (though it can be used for other non-web, non-ASP.NET purposes).
=...
= FubuMVC Contrib =
This is a Contrib project for FubuMVC
== FubuMVC ==
FubuMVC is a Front Controller-style MVC framework designed primarily for Web applications built on ASP.NET (though it can be used for other non-web, non-ASP.NET purposes). The repository is located at: http://code.google....
* create a project using maven
{{{
mvn archetype:create \
-DgroupId=mycompany \
-DartifactId=helloworld \
-DarchetypeGroupId=com.googlecode.restful \
-DarchetypeArtifactId=restful-struts2-archetype \
-DarchetypeVersion=1.5-SNAPSHOT \
-DremoteRepositories=http://restful.googlecode...