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
AppFuse_ko
LeftMenu




JSPWiki v2.2.33

[RSS]


Hide Menu

AppFuseSupport_ko


Difference between version 3 and version 2:

At line 17 changed 10 lines.
* What is [AppFuse]?
;:''[This article|http://today.java.net/pub/a/today/2004/07/15/thefuse.html] explains it best.''
* Is this the right place to ask AppFuse questions?
;:''Sure, but you'll probably get more visibility and input from the [help forum|https://appfuse.dev.java.net/servlets/ForumMessageList?forumID=566] or [mailing list|https://appfuse.dev.java.net/servlets/SummarizeList?listName=users]. Also, this wiki has recently been locked down b/c of spammers so you'll need to get a username/password from me to post anything. Don't forget that the [mailing list archives|http://news.gmane.org/group/gmane.comp.java.appfuse.user] are a great resources.''
* Why am I getting this error "Cannot create JDBC driver of class ' ' for connect URL 'null'"?
;:''Chances are you forgot to run "{{ant setup-tomcat}}" (or "{{ant setup}}" if you need to set up the database as well). Also, if you're using Tomcat make sure you are using the latest [recommended release|DevelopmentEnvironment]. ''
* Why do I get this error "build.xml:1037: taskdef class org.apache.catalina.ant.ReloadTask cannot be found"?
;:''Ant cannot find the ReloadTask which is in $CATALINA_HOME\server\lib\catalina-ant.jar. You need to ensure env var CATALINA_HOME (Windows dir %CATALINA_HOME% or Unix ls $CATALINA_HOME) points to the tomcat install base directory. This error can also occur when you wrap the path in double quotes, (ie. if you have set CATALINA_HOME="c:\Tomcat 5.5" then remove the double quotes!). ''
* How does build.properties and properties.xml fit together?
;:''Ant has immutable properties. The first time a property is set, it cannot be changed. Here's the order of how properties are set in AppFuse.''
* [AppFuse_ko]는 무엇인가.?
;:''[이 글|http://today.java.net/pub/a/today/2004/07/15/thefuse.html]이 이것을 가장 잘 설명하고 있다.''
* 이 위키가 AppFuse에 대한 질문을 요청하기 위한 곳인가.?
;:''물론이다. 하지만 당신은 [포럼|https://appfuse.dev.java.net/servlets/ForumMessageList?forumID=566]이나 [메일링 리스트|https://appfuse.dev.java.net/servlets/SummarizeList?listName=users]를 통해서 좀더 직관적이고 입력가능할것이다. 또한 이 위키는 스패머때문에 최근에 잠겨있다. 그래서 당신은 글을 포스팅하기 위해서는 나로부터 아이디와 비밀번호를 얻어야 할 필요가 있다. [저장된 메일링 리스트|http://news.gmane.org/group/gmane.comp.java.appfuse.user] 가 굉장히 좋은 자료인것도 잊지 말라.''
* 왜 내가 "Cannot create JDBC driver of class ' ' for connect URL 'null'" 와 같은 에러를 보게 되는가.?
;:''당신이 잊고 수행하지 않은 작업은 "{{ant setup-tomcat}}" 이다(또는 데이터베이스가 제대로 셋업될 필요가 있다면 "{{ant setup}}"). 또한 당신이 Tomcat를 사용한다면 가장 최신의 [추천되는 버전|DevelopmentEnvironment_ko] 인지를 확인해보라. ''
* 왜 내가 "build.xml:1037: taskdef class org.apache.catalina.ant.ReloadTask cannot be found" 와 같은 에러를 보게 되는가.?
;:''Ant가 $CATALINA_HOME\server\lib\catalina-ant.jar 파일내 ReloadTask를 찾을수 없는 것이다. 당신은 환경변수인 CATALINA_HOME(윈도우즈 디렉토리면 %CATALINA_HOME% , 유닉스라면 $CATALINA_HOME)가 tomcat설치 디렉토리를 가리키는지 확인할 필요가 있다. 이 에러는 당신이 쌍따옴표로 path를 감쌀때 발생할수도 있다(예를 들어 CATALINA_HOME="c:\Tomcat 5.5" 라고 셋팅되어 있다면 쌍따옴표를 제거하라.) ''
* build.properties와 properties.xml파일을 어떻게 맞추는가.?
;:''Ant는 변경할수 없는 프라퍼티를 가진다. 프라퍼티가 처음에 셋팅된다면, 이것은 변경할수 없다. 이것은 AppFuse에서 프라퍼티들을 셋팅하는 방법의 순서이다.''
At line 36 changed 2 lines.
* When working on a team, how to run test of a specific POJO using db-load task only in that specific table as well?
;:''First, instead of using all the sample-data.xml file, create another file say sample-person.xml and there put the data that you want insert. After that you can do this:
* 팀으로 작업할때, 특정 테이블에서만 db-load작업을 사용하여 특정 POJO를 테스트하는 방법은 무엇인가.?
;:''첫번째, 모든 sample-data.xml파일을 사용하는 대신에, sample-person.xml이라는 이름의 파일을 생성한다. 그리고 입력을 원하는 데이터를 그 파일에 적는다. 그리고 나서 다음의 명령을 수행한다.
At line 40 changed 1 line.
!!Development with AppFuse [#2]
!!AppFuse를 사용한 개발 [#2]

Back to AppFuseSupport_ko, or to the Page History.