文章網址:http://flexblog.faratasystems.com/2012/04/18/generating-ext-js-and-java-crud-applications-with-cdb-part-1
以前前端是用 flex作為元件,目前這一家很棒的廠商已經開發出前端為 javascript的版本,我自己已經測試過,還蠻好的,如果有人就是覺得 html5 的 solution 永遠比 flex 好的話,特別是在這個時間、在企業應用的話,可以來玩看
2012年8月27日 星期一
2011年1月11日 星期二
2010年8月30日 星期一
2010年4月23日 星期五
在Module使用 Clear Data Builder 的問題
vrasputnis
I am judging purely by the underlying Flex error - flex.messaging.io.amf.ASObject
cannot be cast to com.wintek.mids.dto.DeptDTO.
Whenever you use modules, rule #1 is to link Flex DTOs to the application and
NOT to the module. You can use Flex library project, in particular and tune
the CDB to generate Flex DTO's directly into that library. Add that project
as, say, merge-in to the application. To the module add the same project as
extern, because DTO classes will be provided by the parent application domain.
I am judging purely by the underlying Flex error - flex.messaging.io.amf.ASObject
cannot be cast to com.wintek.mids.dto.DeptDTO.
Whenever you use modules, rule #1 is to link Flex DTOs to the application and
NOT to the module. You can use Flex library project, in particular and tune
the CDB to generate Flex DTO's directly into that library. Add that project
as, say, merge-in to the application. To the module add the same project as
extern, because DTO classes will be provided by the parent application domain.
2010年2月11日 星期四
Flex 作品3 - 儀器管理
網址:
作品Demo
為一個儀器管理系統, MSA, Measurement Systems Analysis,目的可以讓使用者管理儀器,而使用者需定期校正儀器,看其功能是否正常,所以最主要就是可以讓使用者把校正結果明確的記錄下來
開發工具為: Flex builder 3
資料庫整合: Clear Data Builder 3.1 (flash builder 4就不建議用了)
CDB 3.1說明
JAVA Application Server: Glassfish 2.1.1
在glassfish 使用的技術如下:
security :採用 jdbc realm
非同步程式更新:建立一個Queus,並使用Meassage Driven Bean
主要程式:建立一war
作品Demo
為一個儀器管理系統, MSA, Measurement Systems Analysis,目的可以讓使用者管理儀器,而使用者需定期校正儀器,看其功能是否正常,所以最主要就是可以讓使用者把校正結果明確的記錄下來
開發工具為: Flex builder 3
資料庫整合: Clear Data Builder 3.1 (flash builder 4就不建議用了)
CDB 3.1說明
JAVA Application Server: Glassfish 2.1.1
在glassfish 使用的技術如下:
security :採用 jdbc realm
非同步程式更新:建立一個Queus,並使用Meassage Driven Bean
主要程式:建立一war
2009年10月16日 星期五
在Clear Data Builder 3.1 上,譔寫SQL時使用 nvl注意事項
如果你在slq上有在select 上數值欄位有使用nvl 函數的話,產生出來的flex 欄位,在輸入時如果其值 > 100 或某一個數值的話,有可能會存不進去,產生一個sql的錯誤,雖然其 dto內的程式碼看起來都正常,但就是會有這個問題,要注意一下。
訂閱:
文章 (Atom)