WEB开发网
开发学院图形图像Flash 基于flex4技术从零开发flex博客系统: 6 Using Flu... 阅读

基于flex4技术从零开发flex博客系统: 6 Using FluorineFx

 2009-05-05 12:06:14 来源:WEB开发网   
核心提示: 该类用.net重写了Greeting应用所需的所有接口,其方法名称,基于flex4技术从零开发flex博客系统: 6 Using FluorineFx(5),返回类型,命名空间等与先前第四课中java代码完全相同,效果与java版本相同:本课最终源码:1,gapp_flexblog_cli

该类用.net重写了Greeting应用所需的所有接口,其方法名称,返回类型,命名空间等与先前第四课中java代码完全相同。把站点debug起来,地址为http://localhost:2037/dotnet_web/Gateway.aspx。修改gapp_flexblog_client中Greeting.mxml文件,把RemotingObject的endpoint改为http://localhost:2037/dotnet_web/Gateway.aspx。这个地址在读者的机器上有可能会不同。之所以用debug模式,在于方便调试。修改过的Index.mxml的部分代码如下:

private function configRemoting() : void
{
        _remotingObj.source = "sban.flexblog.HelloWorld";
        _remotingObj.endpoint = "http://localhost:2037/dotnet_web/Gateway.aspx";
}

仅有endpoing不同而已。

把gapp_flexblog_client项目的输出目录定位在bin-debug目录下,并且在iis中设置http://localhost/指向该目录。运行基于.net的Greeting应用,效果与java版本相同:

基于flex4技术从零开发flex博客系统: 6 Using FluorineFx

本课最终源码:

1,gapp_flexblog_client项目源码与第5课同

2,FluorineFx Web Site源码:dotnet_web.zip

3,sql server数据库源码:

http://file.ddvip.com/2009_05/2009_05/1241515087_ddvip_5692.rar

出处:http://sban.cnblogs.com

系列文章:

基于flex4技术从零开发flex博客系统 : 1 开发环境配置与hello world

基于flex4技术从零开发flex博客系统 : 2 与servlet服务端交互

基于flex4技术从零开发flex博客系统 : 3 使用Remoting服务

基于flex4技术从零开发flex博客系统 : 4 数据存储

基于flex4技术从零开发flex博客系统 : 5 数据存储之管理Greeting

基于flex4技术从零开发flex博客系统: 7 Using JPA

基于flex4技术从零开发flex博客系统: 8 using jsp and jstl

上一页  1 2 3 4 5 

Tags:基于 flex 技术

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接