顯示具有 clear toolkit 標籤的文章。 顯示所有文章
顯示具有 clear toolkit 標籤的文章。 顯示所有文章

2012年8月27日 星期一

Generating Ext JS and Java CRUD Applications with CDB

文章網址:http://flexblog.faratasystems.com/2012/04/18/generating-ext-js-and-java-crud-applications-with-cdb-part-1

以前前端是用 flex作為元件,目前這一家很棒的廠商已經開發出前端為 javascript的版本,我自己已經測試過,還蠻好的,如果有人就是覺得 html5 的 solution 永遠比 flex 好的話,特別是在這個時間、在企業應用的話,可以來玩看

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.