ZEND+FLEXÈÏÖ¤+ÊÕ²Ø
http://corlan.org/2008/11/13/flex-and-php-remoting-with-zend-amf/ ZEND+FLEXÊÕ²Ø
http://www.keithcraigo.com/archives/66ZEND+FLEXÈÏÖ¤
http://www.keithcraigo.com/archives/181ZEND+FLEXÈÏÖ¤
http://ressources.mediabox.fr/tutoriaux:flashplatform:dynamique:remoting:zendlogin:zendlogin1ZEND+FLEXÈÏÖ¤
Flex and PHP: remoting with Zend AMF
The latest PHP library to add support for AMF and remoting is Zend Framework. The preview prelease version 1.7
offers a new component Zend_AMF that lets you create Flex applications
that talk to PHP backends using remoting. Since I am a big fan of
remoting as a way to get data to your Flex/AIR clients, I wanted to add
a short post explaining how to use it. Here
is another post I wrote on remoting with AMFPHP. Actually this post is a part of a larger article
I did for Adobe Developer Connection. I want to keep it more focused, so I wrote this one.
You can download a Flex Builder project that contains the code I explain in this article from here
. Inside of the archive you will find a readme.txt file explaining what to do with it.
Installing the Zend Framework
After downloading
the Zend Framework 1.7 archive, extract the files. Next, you have to
add the library folder to your PHP include path. Open the php.ini file
and add the path to the library folder to the include_path; on my
machine looks like:
include_path = “c:htdocszend_frameworklibrary”
Next, save the file and restart your web server. You can read more about installing Zend Framework here
. With this, you’ve completed the “installation” of Zend Framework.
What is AMF and remoting and why should you use it?
If you already know these answers, you may want to skip to the next
section. Let’s start by understanding remote procedure calls. Remote
procedure calls let Flex applications make direct calls on the methods
of your server side classes. Using BlazeDS or LiveCycle Data Services
you can expose your Java
Ïà¹ØÎĵµ£º
ѧflex¾ÍÊÇΪÁËÌø²Û£¬Íò¶ñµÄ¹«Ë¾£¬Äêµ×ʲô¶¼Ã»ÓУ¬º¦µÄÎÒ¶¼Ã»Ç®»Ø¼Ò£¬±¾ß°¡¡£
ѧflexÒѾÓÐÒ»¶Îʱ¼äÁË£¬ÎÒÊÇjava³ÌÐòÔ±£¬»¶Ó´ó¼Ò½»Á÷
×î½üѧÁ˵ãcairngorm ¸Ð¾õÓÃÆðÀ´±Èstruts·±ËöÒ»µã£¬·Ï»°ÉÙ˵£¬ÉÏ´úÂ룺
1.ÏÈ¿´vo,±¾ÊµÀýÊÇÒ»¸öÌí¼ÓÁªÏµÈ˵ÄСÀý×Ó£¬Ãû×Ö£¬ÓÊÏ䣬Ìí¼Óʱ¼äÈý¸öÊôÐÔ£¬¶¼ÊǸã javaµÄ£¬ÁõÈô ......
flexµ¯³ö¶Ô»°¿òʾÀý³ÌÐò·ÖΪÁ½²¿·Ö£ºMain.mxmlºÍSimpleTitleWindowExample.mxml£¬ÆäÖÐMail.mxmlΪÖ÷³ÌÐòÎļþ£¬SimpleTitleWindowExample.mxmlΪ¶Ô»°¿òÎļþ£¬¿ÉÒÔͨ¹ýÐÞ¸ÄSimpleTitleWindowExample.mxmlÎļþÀ´Ð޸ĶԻ°¿òÉϵÄ×é¼þ¡£
Main.mxml
<?xml version="1.0" encoding="ut ......
ÊÔÓÃÁËÒ»ÏÂFlex£¬´´½¨HelloWorldÓ¦ÓõÄ˳ÐòÈçÏ£º
1 ´´½¨Îļþ: HelloWorld-app.xml
<?xml version="1.0" encoding="UTF-8"?>
<application xmlns="http://ns.adobe.com/air/application/1.5">
<id>com.kdevn.flex.HelloWorld</id>
<version&g ......
ÔÚ±¾´ÎFlexÖ¸ÄÏÖУ¬ÈÃÎÒÃÇ¿´¿´ÈçºÎÔÚFlashÖÐʹÓÃCursorManagerÀà´´½¨Ò»¸ö¶¯»¹â±êÀ´Ì滻ĬÈϵļýÍ·¹â±ê¡£
1
. ´´½¨Ò»¸öеÄFlexÏîÄ¿ÃûΪAnimatedCursor£¬ÉèÖÃÖ÷MXMLÓ¦ÓóÌÐòÃûΪMain.mxml¡£
2
.
ÎÒÃǵÄ×Ô¶¨Òå¹â±êÊÇÒ»¸öswfÎļþ£¬Òò´ËÇë´ò¿ªFlashÀ´´´½¨×Ô¼ºµÄ×Ô¶¨Òå¹â±ê¡£Ö¡ÂÊÉèÖÃΪÊÊÓ¦FlexÖ¡ÂʵÄ24ÔÚÕâÀÎÒÃÇÖ»ÊÇ ......
Flash PlayerÊÇFlash/Flex³ÌÐòµÄÔËÐл·¾³¡£ËüÓÃÀ´ÔËÐÐ.swfÎļþ£¬Íê³É¼ÓÔØͼƬ£¬»æÖÆͼÏñ£¬ÇëÇóHTTPµÈÖ®ÀàµÄ²Ù×÷¡£Flash/Flex³ÌÐòÖ»ÄÜ×öFlash PlayerÄܹ»×öµÄÊÂÇé¡£
Flex³ÌÐò¾ÍÊÇFlash³ÌÐò£¬Flash²»ÄÜ×öµÄÊÂÇ飬FlexÒ»Ñù²»ÄÜ×ö¡£ËùÒÔ³ÌÐò°üº¬µÄÖ»²»¹ýÊǾßÌåÖ¸Á¶øFlash PlayerÔòÊÇÔËÐÐÖ¸Áî¡£Flash³ÌÐòºÍFlex³ÌÐòÔÚÄÚÈÝÉÏà ......