sharplife


software is a artwork, also make the life better !!!
  首页  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  RIA

摘要:[转]http://www.onflex.org/ted/2007/12/2008-ria-trends.phpDistributed ApplicationsLogic is being moved to the edge of the Internet and executing on your computer. Your computer's CPU, memory, and hard d... 阅读全文

posted @ 2008-01-01 21:14 sharplife 阅读(484) 评论(0) 推荐(0)

摘要:[F:]http://www.onflex.org/ted/2006/06/adobe-developer-week-sessions.phpHere are links to the Adobe Developer Week sessions that were recorded live last week. There is some really great training here a... 阅读全文

posted @ 2007-12-21 09:18 sharplife 阅读(167) 评论(0) 推荐(0)

摘要:此篇主要谈flex2、flex3应用中deeplink的解决方案,urlkit的更新使用,flex3中内置的deeplink方案。参考前文转述。先说一下flex app中history management及deeplink的关系,首先,在flex2 framework应用是没有deeplink内置实现的解决方案的(当然,我们可以用前文所述的解决方案之一解决,如urlkit),仅仅有history... 阅读全文

posted @ 2007-12-20 21:33 sharplife 阅读(2014) 评论(0) 推荐(1)

摘要:[From]http://www.onflex.org/ted/2006/07/adobe-component-developer-summit.phpFlex 2 Basics - Ted Patrick Flex 2 Overview - Matt Chotin Flex Data Services Overview - Christophe Coenraets Flex Data Servi... 阅读全文

posted @ 2007-12-20 14:39 sharplife 阅读(248) 评论(0) 推荐(0)

摘要:[From]http://blog.vixiom.com/2007/11/09/evaluating-flex-application-frameworks/If you can't decide between Cairngorm or PureMVC, Luke Bayes and Ali Mills have a presentation up that walks through t... 阅读全文

posted @ 2007-12-20 14:27 sharplife 阅读(295) 评论(0) 推荐(0)

摘要:[转] It's been a while since I have posted about anything. Truth be told its been a while since I've had 3 free minutes. I have been working on a fairly large project that has been rough in some respec... 阅读全文

posted @ 2007-12-18 14:29 sharplife 阅读(452) 评论(0) 推荐(0)

摘要:flash.utils.ByteArray compressing 4.1MB to 20K Posted by Daniel Wanja 3 hours ago I am currently preparing a demo using an mx:OLAPCube and OLAPDataGrid which analyze the Rails sv... 阅读全文

posted @ 2007-12-14 23:51 sharplife 阅读(578) 评论(0) 推荐(0)

摘要:Flex Explorer 大全 ScaleNine 收集了现有的所有的Flex Explorer 的地址,这些Explorers都是很好的工具和学习资源。 Component Explorer Style Explorer Style Explorer with Kuler Import Transtions & Effects Explorer Charting Explorer ... 阅读全文

posted @ 2007-12-14 23:38 sharplife 阅读(424) 评论(0) 推荐(0)

摘要:Adobe的文档做的真是不错,比你买的flex书还flex得多...方便参考Flex 2.0.1 LiveDocshttp://livedocs.adobe.com/flex/201/扩展Flashhttp://livedocs.adobe.com/flash/9.0_cn/....For Designerhttp://www.adobe.com/designcenter/video_worksh... 阅读全文

posted @ 2007-12-14 17:03 sharplife 阅读(363) 评论(0) 推荐(0)

摘要:采用client flex+webservice的开发模式,很自然的,需要处理server端抛出的业务异常,本来是很普通的事,偏偏遇上flex,就有了特殊性了。就现在来讲,flash player9不区分网络异常还是服务端抛出的业务异常,通通作为http request io error,并且得不到异常的详细信息,现在的解决办法总体上来讲,就是让server正常的抛出业务异常,在webservic... 阅读全文

posted @ 2007-12-06 23:18 sharplife 阅读(1168) 评论(0) 推荐(0)

摘要:今天,第一次在公司组织培训,培训内容flex开发入门知识,采用的培训方式很新颖,用adobe的breeze进行在线培训,参与人数大概是六七十人,总体效果还算可以。总结一下几点不足:×培训内容的安排缺乏整体性×方式不够生动(少图多字)×培训未能由浅入深、保持连贯性下次的培训准备要进行充分的准备和安排,先根据目标从整体上把提纲安排好,之后的过程的细节和穿插的sample演示,得花花心思准备一下,也是一... 阅读全文

posted @ 2007-11-28 19:25 sharplife 阅读(189) 评论(0) 推荐(0)

摘要:[FROM]http://kbase.nou.com.cn/一、国外站点 1.资源类 Adobe Flex 2 Component Explorer: 官方的,展示了各种组件的用法,入门必看。 http://flexapps.macromedia.com/flex2beta3/explorer/explorer.html http://examples.adobe.com/flex2/inprod... 阅读全文

posted @ 2007-11-22 11:33 sharplife 阅读(472) 评论(0) 推荐(0)

摘要:近期,有些项目准备用flex作为client的实现,从html页面到flex的转换,估计还不会那么容易吧,用flex做大的应用,在国内恐怕还是很少很少,虽然这并不能说明什么,但一般走入新领域的第一人通常需要小心翼翼,否则...验证我们已经在做,和java(.net、php等),通常都会有几种选择提供给你,尽管真正成熟的并不存在太多可选,用来做门户还倒不感觉什么,结合起来做MIS,而且是企业内部的,... 阅读全文

posted @ 2007-10-27 14:23 sharplife 阅读(305) 评论(0) 推荐(0)

摘要:真正的事件dispatch者是event.target,监听事件(addEventListner)的对象是event.currentTarget,Flex skd中有言曰:"Event objects also have target properties that reference the actual object which dispatched the event. In some ca... 阅读全文

posted @ 2007-09-15 13:47 sharplife 阅读(3518) 评论(1) 推荐(1)

摘要:花了大半天的时间,读完了Steven Webster关于cairngorm微框架的几篇介绍,总结一下,印象最深的主要有三块,1、全局唯一的ModelLocator加上DataBinding,简化了client model(或者说state)的管理及view的更新,可以避免硬编码更新view的痛和极大的不方便及维护代价,这需要合理设计各view compomnent使之支持完全绑定化;2、Front... 阅读全文

posted @ 2007-09-13 19:53 sharplife 阅读(450) 评论(0) 推荐(0)

摘要:最近看时学习Flex应用,开始对Flex和Flash的关系有些模糊,读了Oreilly的Programming Flex 2才算是明白些,现记下。1、Flex应用程序的生命周期Flex应用就其根本上讲就是Flash应用,只不过其是基于Flex Framework(由ActionScript写就)开发的。Flex应用程序的根对象的是SystemManager(不是我们在flex应用上看到的Appli... 阅读全文

posted @ 2007-09-03 20:33 sharplife 阅读(825) 评论(0) 推荐(0)

摘要:资料:cab与mvp模式 http://www.agilelabs.cn/blogs/wind_tower/archive/2006/01/26/626.aspx Fowler MVP模式 http://www.martinfowler.com/eaaDev/ModelViewPresenter.html 之前一篇文章中用dojo的事件订阅、发布机制实现了声文同步效果,相... 阅读全文

posted @ 2007-04-28 13:55 sharplife 阅读(3381) 评论(3) 推荐(0)