
RIA
yexianyi
Software Architect @ Siemens
Email: yexianyi@hotmail.com
Linkedin: http://cn.linkedin.com/in/yexianyi/
Github: https://github.com/yexianyi/
展开
-
Building Flex Applications with JSPs
Building Flex Applications with JSPs by jlward4th on February 20, 2008 Avg Rating 2.6 (26) | Log in to rate post. Tagged with Data , JSP , MXML , Flex and other technologies , Java View Co转载 2008-05-24 22:56:00 · 929 阅读 · 0 评论 -
AIR:Articles:Working with Binary Data
AIR:Articles:Working with Binary Data From Adobe Labs (Redirected from Apollo:Articles:Working with Binary Data) By Ben Stucki (http://blog.benstucki.net) The Adobe Flex SDK introduced devel转载 2009-07-12 17:04:00 · 1127 阅读 · 0 评论 -
Actionscript Error: declaration must be contained within the <Declarations> tag, since it is not ass
Issue:When you edit a actionscript, you may got following error. Error:declaration must be contained within the tag, since it is not assign原创 2011-07-23 22:53:18 · 1629 阅读 · 0 评论 -
ActionScript: How to generate UUID using Actionscript
You can generate UUID String by invoking following code snippet. 1: import mx.utils.UIDUtil; 2: 3: var uuid:String = UIDUtil.createUID(); .csharpcode, .csharpcode pr原创 2011-06-16 21:42:00 · 1199 阅读 · 0 评论 -
AS TestCase: XMLList
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15原创 2009-07-20 21:56:00 · 870 阅读 · 0 评论 -
ADF Exception: Root cause error code is JBO-25200 Solution
Issue:You may got following ERROR message during testing ADF project. Exception: Error 500--Internal Server Error oracle.jbo.NotConnectedException: JBO-29114 ADFContext is not setup to p原创 2012-04-16 14:18:05 · 5112 阅读 · 0 评论 -
ADF Issue: triggerType="action" blocks action and actionListener of parent
Issue:While using tag, the parent of this tag's attrbutes, action and actionListener will be ignored, which is not a bug yet.However, this is really hard to implement our functionality. Solut原创 2012-05-14 16:36:40 · 1825 阅读 · 0 评论 -
ADF HOW TO: How to stop adf:Poll
Issue:When you triger a adf:poll, you may want to stop it untill some conditions are meet. Following solution will show you how to achieve it. Solution:public void onPoll(PollEvent pollEvent)原创 2012-05-16 09:37:33 · 2655 阅读 · 0 评论 -
ADF HOW TO: How to refresh page/region in backing bean
Issue:You may want to make page or region refresh after change something on the page field. Following solution will show you how to achieve it. Solution:AdfFacesContext.getCurrentInstance().ad原创 2012-05-16 09:57:10 · 1660 阅读 · 0 评论 -
Flex:关于mx:DataGrid ItemDoubleClick无效的解决方案
关于mx:DataGrid ItemDoubleClick无效的解决方案使用ItemDoubleClick方法必须将的doubleClickEnabled属性设为"true"。原创 2009-05-02 16:05:00 · 2209 阅读 · 0 评论 -
ActionScript: Flex里创建UUID
import mx.utils.UIDUtil;var uuid:String = UIDUtil.createUID();原创 2009-05-02 10:10:00 · 2869 阅读 · 0 评论 -
Creating Flex Builder Projects that Use Server Technologies
Creating Flex Builder Projects that Use Server TechnologiesYou can create Flex projects in Flex Builder 3 that use ASP.NET, ColdFusion, PHP, or J2EE server technologies. For information about creati转载 2008-05-25 19:42:00 · 1335 阅读 · 0 评论 -
Getting started with BlazeDS
Getting started with BlazeDSTable of Contents Introduction Setting up your BlazeDS environment Building a messaging application Building a remoting application转载 2008-05-30 16:16:00 · 1114 阅读 · 0 评论 -
Data integration and services
Data integration and servicesAdobe offers a range of solutions focused on the development of rich Internet applications that include high levels of data integration. These solutions include BlazeDS,转载 2008-05-30 16:25:00 · 918 阅读 · 0 评论 -
Adobe Releases BlazeDS, Open Source Version of LiveCycle Data Services
Adobe Releases BlazeDS, Open Source Version of LiveCycle Data ServicesOne of the difficulties facing developers who want to create rich internet applications is HTML’s static nature, which requires转载 2008-05-30 16:37:00 · 935 阅读 · 0 评论 -
Flex 翻页效果
Flex 翻页效果 使用FlexBook组件开发的Flex翻页效果网站欢迎访问 http://www.kdbotai.com 作者:叶现一 2008.8.19 E-mail:yexianyi@sohu.comQQ:32716347原创 2008-08-19 08:56:00 · 1638 阅读 · 0 评论 -
Flex辅助设计工具
Flex Components Advanced Form Animated Drap Tile CForm v1.0 Color Picker Custom Grid v1.0 Custom Grid v1.2 Dual S转载 2008-06-05 10:05:00 · 1609 阅读 · 0 评论 -
How to install and run FlexSpy
InstallationInstructions How to install and run FlexSpyInstallation instructionsFollow these steps to setup Flex-Spy in your Flex 2.0 application: In Flex Builder, open the Properti转载 2008-06-04 18:47:00 · 978 阅读 · 0 评论 -
Using the UIComponent class
Using the UIComponent class The UIComponent class is the base class for all Flex visual components. For detailed documentation, see UIComponent in the Adobe Flex Language Reference. Commonly转载 2008-06-17 08:30:00 · 915 阅读 · 0 评论 -
ADF HOW TO: How to update BC4JDataControl in DataBindings.cpx
Issue:When you create a new AM in ADF, you may be prompt of that the Package Ref of BC4JDataControl is not found. But actually, you already setup AM configuration correctly. And DataBindings.cpx is原创 2012-06-05 10:57:21 · 1794 阅读 · 0 评论