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.

Flex 專案愈長愈大的問題 - include flex library with RSL mode

目前想用flex 幫公司作個系統,但有考慮到使用Flex,所有系統檔案都要下載到Client ,如果以後檔案愈來愈大的話,下載的時間就會變長,所以想一個解決的方法,相關文章如下,簡單的說,使用這種模式就是讓很多專案都可以使用相同的library囉,相對的只要下載一次就好了,參考看看

http://livedocs.adobe.com/flex/3/html/help.html?content=rsl_09.html


不知道在開發silverlight 是不是也是跟我一樣會愈到相同的問題呢

2010年4月14日 星期三

Servlet 3.0 Asynchronous

Servlet 非同步功能的支援,有興趣的朋友可以參考看看
參考網址

這個讓我想到gmail檔案上傳的功能,在選擇上傳第二個檔案的同時,第一個檔案已經開始上傳ing中,就是使用這個技術嗎 ?

2010年4月13日 星期二

IPhone, IPad 不支援 flash的原因

早在iphone 2g 出來後,我就覺得jobs沒有把他不想說的秘密說出來。

Jobs 說因為它會使裝置秏更多的電,而且不夠輕巧,所以不支援 Flash

但有人作過實驗,跑flash的程式只多秏 6%的電,並不是所說的那麼嚴重,

所以我想應該是如果讓這些裝置支援 flash的話,AIR 或 Flex 的程式就可以跑了

這樣可能會影響APP store business model,apple可能就會少收很多錢囉