Raible's Wiki
Raible Designs AppFuseHomepage- Korean - Chinese - Italian - Japanese QuickStart Guide User Guide Tutorials Other ApplicationsStruts ResumeSecurity Example Struts Menu
Set your name in
UserPreferences
Referenced by
JSPWiki v2.2.33
Hide Menu |
This is version 4.
It is not the current version, and thus it cannot be edited. AppFuse 튜토리얼만약 당신이 AppFuse를 다운로드하고 당신의 컴퓨터에 이것을 셋업하길 원한다면, 당신에게 가장 좋은 방법은 QuickStart Guide 를 참조하는 것이다. 기본적으로 필요한 모든것이 셋업되었다면, 아래의 튜토리얼은 AppFuse를 사용하여 개발하기 위한 방법을 배우기 위해 가장 좋은 자원들이다.
NOTE: 이 튜토리얼은 AppFuse배포버전에 포함되어 있다. 만약 당신이 프로젝트 복사본을 수정하길 원한다면, "ant wiki"를 수행하라.
As of 1.6.1, you can generate most of the code covered in these tutorials. If you're using Struts+Hibernate, you can general all of it. For Spring and WebWork, it was too much trouble to write the installers so you will need to manually configure the Controllers and Actions. This was mainly due to the fact that I'm not using XDoclet for these web frameworks and the limitations of using Ant as an installer. The AppGen tool which generates the code is covered in Part I. There's also an AppFuse Generator project that has similar functionality to AppGen. Part I: Creating new DAOs and Objects in AppFuse - Java Object(table을 나타내는)와 이 object들을 데이타 베이스에 저장 시키는 Java 클래스들을 만드는 방법. Part II: Creating new Managers - 데이타베이스 계층(DAOs)과 웹 계층(Struts Actions)과의 연결을 위한 Business Facades 클래스를 만드는 방법. Part III: (Struts) Creating Struts Actions and JSPs - Action 클래스들과 JSP 페이지들을 만드는 방법.
Part IV: (Struts) Adding Validation and List Screen - 성과 이름을 필수 항목으로 하는 유효성 검사 로직을 personForm 에 추가하고 데이타 베이스에 있는 person 레코드들을 보여주는 화면을 추가합니다.
NOTE: You can generate the files created in these tutorials by using AppGen. If you experience problems - you should be able to compare your results to what AppGen does. To do this, cd into extras/appgen, and run "ant test-detailed". This will create an "appfuse-appgen" project, generate the code in these tutorials, and test everything.
Thomas Gaudin's Excellent AppFuse TutorialsThomas Gaudin has put together a couple of detailed and easy-to-follow tutorials on his site.
다른 관련 글들:
Server ConfigurationOtherOutdated Articles that still get some traffic:
|