- 授权协议: 未知
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://apps.sourceforge.net/trac/gwtruts/
- 软件文档: http://apps.sourceforge.net/trac/gwtruts/wiki/QuickStartGuidePageDecorator
软件介绍
GWTruts是一个易于使用的框架,使用GWT与MVC以及相关注入。它将 GWT 模块分成视图、控制器、数据验证三部分,跟传统的MVC Web框架的思路类似。它还提供了一个依赖注入机制,你可以使用自定义您的控制器和意见。它提供了网页设计师,您可以定义一个URL之间的映射和一组控 制器/意见和章节的HTML文件。
下面是使用了 GWTruts 的一个示例配置信息:
<?xml version="1.0" encoding="windows-1252"?>
<GWTruts xmlns="http://gwtruts.sourceforge.net/schema/GWTruts"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://gwtruts.sourceforge.net/schema/GWTruts
http://gwtruts.sourceforge.net/schema/GWTruts/GWTrutsSchema-0.6.xsd">
<controllers>
<controller name="mainController" class="com.yourcompany.app.client.controllers.MainController">
<property name="val1" value="122"/>
<property name="val2" text="bbbd"/>
<property name="val3" ref="mainView"/>
</controller>
<controller name="mainShowButtonController"
class="com.yourcompany.app.client.controllers.MainShowButtonController"
async="true"/>
</controllers>
<views>
<view name="mainView" class="com.yourcompany.app.client.views.MainView" singleton="true"/>
<view name="sayHelloView" class="com.yourcompany.app.client.views.SayHelloView"/>
</views>
</GWTruts>
How to Build a Billion Dollar App
George Berkowski / Little, Brown Book Group / 2015-4-1 / USD 24.95
Apps have changed the way we communicate, shop, play, interact and travel and their phenomenal popularity has presented possibly the biggest business opportunity in history. In How to Build a Billi......一起来看看 《How to Build a Billion Dollar App》 这本书的介绍吧!
