請教JDONJIVE3.6程式碼的問題
這幾天看了一下程式碼,有幾處不是很清楚,請高手們指教一下:
問題1:AcountServiceImp.java中:
/**
* init the account
*/
public Account initAccount(EventModel em) {
return new Account();
}
函式中引數沒用到,不知道這裡引進這個引數有什麼用?
感覺應該用下面的:
Account account = (Account) em.getModelIF();
若account為空再返回new Account();?
問題2:這個可能是沒時間檢查的原因吧:
public AccountProfileForm(){
account = new Account();
propertys = new ArrayList();
propertys = new ArrayList();
for(int i=0; i<maxSize; i++){
propertys.add(new Property());
}
}
propertys new了兩次.
剛學習jivejdon,還請各位多多指教.
問題1:AcountServiceImp.java中:
/**
* init the account
*/
public Account initAccount(EventModel em) {
return new Account();
}
函式中引數沒用到,不知道這裡引進這個引數有什麼用?
感覺應該用下面的:
Account account = (Account) em.getModelIF();
若account為空再返回new Account();?
問題2:這個可能是沒時間檢查的原因吧:
public AccountProfileForm(){
account = new Account();
propertys = new ArrayList();
propertys = new ArrayList();
for(int i=0; i<maxSize; i++){
propertys.add(new Property());
}
}
propertys new了兩次.
剛學習jivejdon,還請各位多多指教.
相關文章
- 請教Jive程式碼中的問題
- 請教applet程式的問題APP
- 關於詳細設計/程式碼的同步問題--請教
- 請教phpword問題PHP
- 請教SAXParseException問題Exception
- 請教:NullPointerException 問題NullException
- 請教:JdonFramework應用Demo程式問題Framework
- 請教!!iplanet的問題
- 請教web工程的的問題?Web
- 請教Beego Router 問題Go
- javah命令問題請教Java
- banq,Jdon Framework的問題請教Framework
- 請教一個cookies的問題Cookie
- 請教IoC模式中的問題模式
- 請教jive安裝的問題
- 請教一個executeBatch()的問題BAT
- 請教資料的返回問題
- jivejdon執行的問題請教
- 誠心請教一個關於hibernate程式碼設計的問題
- 請教個問題執行 httprunner 遇到的問題HTTP
- Proxy Authorization Required 問題請教UI
- 請教ejb釋出問題
- 請教一個JVM問題JVM
- 請教: jive安裝問題?
- 請教javac 編譯問題Java編譯
- 請教XMLHttpRequest和Servlet問題XMLHTTPServlet
- 請教高手一個問題!
- 請教:OpenSessionInViewFilter配置使用問題SessionViewFilter
- 請教一個struct tag的問題Struct
- jquery ajax請教的快取問題jQuery快取
- 請教個mysql叢集的問題MySql
- 請教一個ADAPTER的問題APT
- 請教使用jsp:include的問題JS
- Linux下的JavaC,問題請教LinuxJava
- 請教JSF和Struts的問題JS
- 請教大家一個JAVA的問題Java
- 請教一個WEB START的問題!Web
- 請教關於快取的問題快取