Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences


Referenced by
AppFuseQuickStart_zh
LeftMenu
SandBox




JSPWiki v2.2.33

[RSS]


Hide Menu

Articles_zh


Difference between version 5 and version 1:

At line 17 changed 1 line.
这里是我写的一些文章内容提炼和链接,以方便大家能够找到一些有用的资料:
这里是我写的一些文章内容提炼和链接,以方便大家能够找到一些有用的资料:
At line 19 changed 2 lines.
!!Appfuse开发指南
如果你已经下载了AppFuse并且希望在你的机器上完成安装配置,最合适的参考资料是[快速起步指南|AppFuseQuickStart_zh]。一旦你完成了所有的安装设置,下面的手册是学习如何使用[AppFuse]开发的重要资料。
!!Appfuse开发指南
如果你已经下载了AppFuse并且希望在你的机器上完成安装配置,最合适的参考资料是[快速起步指南|快速起步指南]。一旦你完成了所有的安装设置,下面的手册是学习如何使用[AppFuse]开发的重要资料。
At line 22 changed 1 line.
%%note __注意:__ Appfuse的发布包里面已经包括了这个指南。如果你希望更新你的工程目录下的手册(在 ''docs'' 目录下),运行 "ant wiki"。%%
%%note __注意:__ Appfuse的发布包里面已经包括了这个指南。如果你希望更新你的工程目录下的手册(在 ''docs'' 目录下),运行 "ant wiki"。%%
At line 24 changed 1 line.
从 1.6.1 版本开始,你可以产生这个指南所包含的源代码。如果你使用 Struts+Hibernate,你可以产生所有的源代码,如果使用Spring 或者 WebWork,因为写专门的安装程序比较麻烦所以你需要手工配置 Controllers 和 Actions。造成这个局面的主要原因是我没有为这些 web framework 使用 XDoclet 从而使得基于ant的安装程序功能受到了限制。 __AppGen__ 工具可以产生[第一部分|CreateDAO_cn]所需要的全部源代码。
从 1.6.1 版本开始,你可以产生这个指南所包含的源代码。如果你使用 Struts+Hibernate,你可以产生所有的源代码,如果使用Spring 或者 WebWork,因为写专门的安装程序比较麻烦所以你需要手工配置 Controllers 和 Actions。造成这个局面的主要原因是我没有为这些 web framework 使用 XDoclet 从而使得基于ant的安装程序功能受到了限制。 __AppGen__ 工具可以产生[第一部分|CreateDAO_zh]所需要的全部源代码。
At line 26 changed 1 line.
还有另外一个[AppFuse Generator|http://raibledesigns.com/page/rd?anchor=the_appfuse_generator] 项目建立的工具有类似AppGen的功能。
还有另外一个[AppFuse Generator|http://raibledesigns.com/page/rd?anchor=the_appfuse_generator] 项目建立的工具有类似AppGen的功能。
At line 28 changed 1 line.
__第一部分:__ [在AppFuse建立DAO和POJO |CreateDAO_zh] - 讲述如何创建POJO(对应相应的数据表)和 DAO(管理POJO持久化操作的对象)。
__第一部分:__ [在AppFuse建立DAO和POJO |CreateDAO_zh] - 讲述如何创建POJO(对应相应的数据表)和 DAO(管理POJO持久化操作的对象)。
At line 31 changed 1 line.
__第二部分:__ [创建新的Manager|CreateManager_zh] - 讲述如何创建一个 Business Facades ,它可以跟数据层 (DAOs)和web 层 (Actions 或 Controllers)交互。
__第二部分:__ [创建新的Manager|CreateManager_zh] - 讲述如何创建一个 Business Facades ,它可以跟数据层 (DAOs)和web 层 (Actions 或 Controllers)交互。
At line 34 changed 1 line.
__第三部分:__ __(Struts)__ [创建 Struts Actions和JSPs|CreateActions_zh] - 讲述如何创建在你自己的appfuse工程里面创建Actions和JSPs。包括生成JSP并且进行修改定制让它们好看一点。此外,你需要编写WebTest来测试这个JSP的功能。其他可选的web framework如下所示:
__第三部分:__ __(Struts)__ [创建 Struts Actions和JSPs|CreateActions_zh] - 讲述如何创建在你自己的appfuse工程里面创建Actions和JSPs。包括生成JSP并且进行修改定制让它们好看一点。此外,你需要编写WebTest来测试这个JSP的功能。其他可选的web framework如下所示:
At line 37 changed 4 lines.
* __<span style="color: green">Spring:</span>__ [&#21019;&#24314; Spring Controllers &#21644; JSPs|SpringControllers]
* __<span style="color: blue">WebWork:</span>__ [&#21019;&#24314; WebWork Actions &#21644; JSPs|WebWorkActions]
* __<span style="color: purple">JSF:</span>__ [&#21019;&#24314; JSF Beans &#21644; JSPs|JSFBeans]
* __<span style="color: orange">Tapestry:</span>__ [&#21019;&#24314; Tapestry &#39029;&#38754;&#21644;&#27169;&#29256;|TapestryPages]
* __<span style="color: green">Spring:</span>__ [创建 Spring Controllers 和 JSPs|SpringControllers]
* __<span style="color: blue">WebWork:</span>__ [创建 WebWork Actions 和 JSPs|WebWorkActions_zh]
* __<span style="color: purple">JSF:</span>__ [创建 JSF Beans 和 JSPs|JSFBeans]
* __<span style="color: orange">Tapestry:</span>__ [创建 Tapestry 页面和模版|TapestryPages]
At line 42 changed 1 line.
__&#31532;&#22235;&#37096;&#20998;:__ __(Struts)__ [&#22686;&#21152;&#26657;&#39564;&#21151;&#33021;&#21644;&#21015;&#34920;&#39029;&#38754;|ValidationAndList_zh] - &#22686;&#21152;&#19968;&#20010;&#39564;&#35777;personForm&#30340;firstName&#21644;lastName&#20026;&#24517;&#22635;&#39033;&#30340;&#26657;&#39564;&#36923;&#36753;&#65292;&#24182;&#19988;&#22686;&#21152;&#19968;&#20010;&#21015;&#34920;&#38754;&#26174;&#31034;&#25968;&#25454;&#24211;&#20013;&#25152;&#26377;&#30340;person&#35760;&#24405;&#12290;
__第四部分:__ __(Struts)__ [增加校验功能和列表页面|ValidationAndList_zh] - 增加一个验证personForm的firstName和lastName为必填项的校验逻辑,并且增加一个列表面显示数据库中所有的person记录。
At line 45 changed 4 lines.
* __<span style="color: green">Spring:</span>__ [&#22686;&#21152;&#26657;&#39564;&#21151;&#33021;&#21644;&#21015;&#34920;&#39029;&#38754;|ValidationAndListSpring]
* __<span style="color: blue">WebWork:</span>__ [&#22686;&#21152;&#26657;&#39564;&#21151;&#33021;&#21644;&#21015;&#34920;&#39029;&#38754;|ValidationAndListWebWork]
* __<span style="color: purple">JSF:</span>__ [&#22686;&#21152;&#26657;&#39564;&#21151;&#33021;&#21644;&#21015;&#34920;&#39029;&#38754;|ValidationAndListJSF]
* __<span style="color: orange">Tapestry:</span>__ [&#22686;&#21152;&#26657;&#39564;&#21151;&#33021;&#21644;&#21015;&#34920;&#39029;&#38754;|ValidationAndListTapestry]
* __<span style="color: green">Spring:</span>__ [增加校验功能和列表页面|ValidationAndListSpring]
* __<span style="color: blue">WebWork:</span>__ [增加校验功能和列表页面|ValidationAndListWebWork_zh]
* __<span style="color: purple">JSF:</span>__ [增加校验功能和列表页面|ValidationAndListJSF]
* __<span style="color: orange">Tapestry:</span>__ [增加校验功能和列表页面|ValidationAndListTapestry]
At line 50 changed 1 line.
%%note __&#27880;&#24847;&#65306;__ &#20320;&#21487;&#20197;&#29992;[AppGen]&#29983;&#25104;&#36825;&#20010;&#25351;&#21335;&#37324;&#21019;&#24314;&#30340;&#25152;&#26377;&#28304;&#25991;&#20214;&#12290;&#22312;&#32463;&#39564;&#19981;&#36275;&#30340;&#24773;&#20917;&#19979; - &#20320;&#21487;&#20197;&#25226;&#33258;&#24049;&#32534;&#20889;&#30340;&#31243;&#24207;&#21644;AppGen&#20135;&#29983;&#30340;&#31243;&#24207;&#20316;&#27604;&#36739;&#20197;&#26816;&#26597;&#38382;&#39064;&#12290;&#22914;&#26524;&#20320;&#24819;&#36825;&#26679;&#20570;&#30340;&#35805;&#65292;&#36827;&#20837;extras/appgen&#30446;&#24405;&#24182;&#36816;&#34892;"ant test-detailed"&#65292;&#36825;&#23558;&#21019;&#24314;&#19968;&#20010;"appfuse-appgen"&#24037;&#31243;&#65292;&#20135;&#29983;&#36825;&#20010;&#25351;&#21335;&#30340;&#25152;&#26377;&#20195;&#30721;&#24182;&#19988;&#36827;&#34892;&#27979;&#35797;%%
%%note __注意:__ 你可以用[AppGen]生成这个指南里创建的所有源文件。在经验不足的情况下 - 你可以把自己编写的程序和AppGen产生的程序作比较以检查问题。如果你想这样做的话,进入extras/appgen目录并运行"ant test-detailed",这将创建一个"appfuse-appgen"工程,产生这个指南的所有代码并且进行测试%%
At line 52 changed 1 line.
!!Thomas Gaudin&#30340;&#38750;&#24120;&#22909;&#30340;AppFuse&#24320;&#21457;&#25351;&#21335;
!!Thomas Gaudin的非常好的AppFuse开发指南
At line 54 changed 1 line.
Thomas Gaudin&#22312;&#20182;&#30340;&#32593;&#31449;&#19978;&#25918;&#20102;&#20004;&#20010;&#35814;&#32454;&#30340;&#24456;&#23481;&#26131;&#23398;&#20064;&#30340;&#24320;&#21457;&#25351;&#21335;
Thomas Gaudin在他的网站上放了两个详细的很容易学习的开发指南
At line 56 changed 2 lines.
* [&#22788;&#29702;&#26085;&#26399; &#65288;&#20351;&#29992;AppFuse &#21644; Struts&#65289;|http://www.thogau.net/page/thogau/tutorial01]
* [&#21019;&#24314;&#19968;&#20010;&#21487;&#25345;&#20037;&#21270;&#30340;&#21160;&#24577; web tree|http://www.thogau.net/page/thogau/tutorial02]
* [处理日期 (使用AppFuse 和 Struts)|http://www.thogau.net/page/thogau/tutorial01]
* [创建一个可持久化的动态 web tree|http://www.thogau.net/page/thogau/tutorial02]
At line 59 changed 1 line.
!&#30456;&#20851;&#30340; AppFuse &#25351;&#21335;
!相关的 AppFuse 指南
At line 61 changed 17 lines.
* &#25105;&#22914;&#20309;&#24314;&#31435;&#33258;&#24049;&#30340;[&#24320;&#21457;&#29615;&#22659;|DevelopmentEnvironment].
* [&#20351;&#29992;Eclipse&#24320;&#21457;&#20320;&#33258;&#24049;&#30340;AppFuse&#24212;&#29992;&#31243;&#24207;|AppFuseEclipse].
** &#22312; [MyEclipse|http://www.myeclipseide.com/] &#20013;&#20351;&#29992;Appfuse: [&#31532;&#19968;&#37096;&#20998;|http://www.jroller.com/page/RickHigh/20040119#integrating_appfuse_with_eclipse_2] &#21644; [&#31532;&#20108;&#37096;&#20998;|http://www.jroller.com/page/RickHigh/20040120#getting_myeclipse_to_work_with].
** ''AppFuse &#20063;&#25903;&#25345; [IDEA 4.0|http://www.intellij.com/idea/index.html] out-of-the-box, or at least the project files are included.''
* &#20351;&#29992;[Anthill|AppFuseAnthill] &#25110;&#32773; [CruiseControl|AppFuseCruiseControl] &#23436;&#25104; AppFuse &#33258;&#21160;&#27979;&#35797;&#12290;
* &#22914;&#20309;[&#20351;&#29992;Hibernate&#21019;&#24314;&#23545;&#35937;&#38388;&#30340;&#20851;&#31995;|HibernateRelationships].
* &#22914;&#20309;[&#22312;Resin&#19978;&#36816;&#34892;AppFuse|AppFuseOnResin].
* &#22914;&#20309;[&#22312;Orion&#19978;&#36816;&#34892;AppFuse|AppFuseOnOrion].
* &#22914;&#20309;[&#22312;Oracle&#19978;&#36816;&#34892;AppFuse|RunningOnOracle].
* &#22914;&#20309;[&#22312;DB2&#19978;&#36816;&#34892;AppFuse|AppFuseOnDB2].
* &#22914;&#20309;[&#22312;PostgreSQL&#19978;&#36816;&#34892;AppFuse|AppFuseOnPostgreSQL].
* &#22914;&#20309;[&#20351;&#29992;Velocity Template&#20195;&#26367;JSP|AppFuseVelocity].
* [&#22312;Eclipse&#20351;&#29992;Hibernate&#30340;XDoclet Template|XDocletEclipse].
* &#22914;&#20309;[&#21521;Appfuse&#20013;&#22686;&#21152;&#19968;&#20010;&#29420;&#31435;&#31867;&#24211;|AppFuseAddLibrary].
* &#22914;&#20309;[&#21521;Appfuse&#20013;&#22686;&#21152;&#19968;&#20010;servlet|AppFuseAddServlet].
* &#22914;&#20309;[&#33258;&#21160;&#20174;DAO&#23618;&#20135;&#29983;PDF&#25991;&#26723;|POJOToPDF].
* &#22914;&#20309;[&#33258;&#21160;&#20135;&#29983;&#27979;&#35797;&#29992;&#38543;&#26426;&#25968;&#25454;|TestData].
* 我如何建立自己的[开发环境|DevelopmentEnvironment].
* [使用Eclipse开发你自己的AppFuse应用程序|AppFuseEclipse].
* [AppFuse 和 NetBeans 5.0集成|http://blogs.sun.com/roller/page/vkraemer?entry=integrating_appfuse_and_netbeans_5]
** 在 [MyEclipse|http://www.myeclipseide.com/] 中使用Appfuse: [第一部分|http://www.jroller.com/page/RickHigh/20040119#integrating_appfuse_with_eclipse_2] 和 [第二部分|http://www.jroller.com/page/RickHigh/20040120#getting_myeclipse_to_work_with].
** ''AppFuse 也支持 [IDEA 4.0|http://www.intellij.com/idea/index.html] out-of-the-box, or at least the project files are included.''
* 使用[Anthill|AppFuseAnthill] 或者 [CruiseControl|AppFuseCruiseControl] 完成 AppFuse 自动测试。
* 如何[使用Hibernate创建对象间的关系|HibernateRelationships].
* 如何[在Resin上运行AppFuse|AppFuseOnResin].
* 如何[在Orion上运行AppFuse|AppFuseOnOrion].
* 如何[在Oracle上运行AppFuse|RunningOnOracle].
* 如何[在DB2上运行AppFuse|AppFuseOnDB2].
* 如何[在PostgreSQL上运行AppFuse|AppFuseOnPostgreSQL].
* 如何[使用Velocity Template代替JSP|AppFuseVelocity].
* [在Eclipse使用Hibernate的XDoclet Template|XDocletEclipse].
* 如何[向Appfuse中增加一个独立类库|AppFuseAddLibrary].
* 如何[向Appfuse中增加一个servlet|AppFuseAddServlet].
* 如何[自动从DAO层产生PDF文档|POJOToPDF].
* 如何[自动产生测试用随机数据|TestData].
At line 79 changed 3 lines.
!!&#26381;&#21153;&#22120;&#37197;&#32622;
* [Apache 2.x&#21644;SSL|ApacheSSL]
* [Apache 2.x&#21644;Tomcat 4.x|http://raibledesigns.com/tomcat/index.html]
!!服务器配置
* [Apache 2.x和SSL|ApacheSSL]
* [Apache 2.x和Tomcat 4.x|http://raibledesigns.com/tomcat/index.html]
At line 83 changed 2 lines.
* [Apache 1.3.x&#21644;Tomcat 4.x|http://www.galatea.com/flashguides/apache-tomcat-4-win32.xml]
* [&#21551;&#21160;Apache&#21644;Tomcat|http://www.raibledesigns.com/tomcat/boot-howto.html]
* [Apache 1.3.x和Tomcat 4.x|http://www.galatea.com/flashguides/apache-tomcat-4-win32.xml]
* [启动Apache和Tomcat|http://www.raibledesigns.com/tomcat/boot-howto.html]
At line 90 changed 1 line.
!!&#20854;&#20182;
!!其他
At line 92 changed 1 line.
* [AppFuse&#24320;&#21457;&#32773;&#25216;&#24039;|DeveloperTips]
* [AppFuse开发者技巧|DeveloperTips]
* [AppFuse与Rich Client 集成|RichClient]
* [AppFuse和Visualised Beans |VisualBeans]
At line 94 changed 1 line.
&#36824;&#26377;&#20123;&#29992;&#22788;&#30340;&#26087;&#25991;&#26723;&#65306;
还有些用处的旧文档:

Back to Articles_zh, or to the Page History.