English 中文(简体)
在AWS SWF上,公布用户界面(html cs js)的好办法是什么?
原标题:On AWS SWF, what is the good approach to publish the user interface (html css js)?

首先,抱歉,我刚开始在AWS上开发应用软件,我有些问题可能对你来说很容易,但对我来说并不真正容易。

我同时也是春季框架的新用户,我需要对此做一些教诲(或者说不?SWF文件足够吗?? )但我的问题针对的是那些已经超过时间的人,并且可以对我的情况说什么是最好的教训。 (为什么? )

  • What is the good approach in UI design to have a web based application with ui dynamic changes? (like content slide, menu, etc... the most scalable choice)

与 sWF 运行的模型分开的视图( GWT 网络界面运行在 Elastic Beanstalk 上, 或 CloudFront PHP 界面使用好的 MVC PHP 框架吗? ) 吗? 所有连接到 API 的模型 。

或者我完全的网络应用程序是否使用“流程框架工作”和“GWT ”? (或者另一种技术? 现在,我选择了这个方法,即使我也要做辅导,但为什么不使用新的“达特谷歌”解决方案? )

  • What is the easiest approach to do it efficiently?

我理解SWF的逻辑方法, 我脑子里有我所有的项目结构(因此可以缩放的SWF模型), 但是很明显, 如果我想在我的项目中添加一个新的服务, 如果这个服务想要获得一份现有对象的清单(比如DymodDB的储存), 我想很容易地显示这些信息, 因为我已经为这个对象做了这个。

因此,有了PHP界面上的模型副本,我想我可以将显示此对象的方法联系起来,因此集中使用 PHP Projet 显示我的对象,然后用 PHP (搜索和只读?) 和 SWF 启动工作流程,以便有一个良好的工作模型来启动这些 WFT 。 这是一个好的方法吗? PHP 框架是否真的适合这样做? 相反,我在非 swf java UI 应用程序上做这个操作?

最佳回答

最后我找到了我在寻找的东西。要连接 UI 界面,我们只需要使用 SDK 的好课:

< a href=>http://docs.amazonwebservices.com/AWDKforPHP/latest/index.html#i=AmazonSWF" rel=“no follow'>http://docs.amazonwebservices.com/AWDKforPHP/latst/index.html#i=AmazonSWF

< a href=>http://docs.amazonwebservices.com/AWSJavaSDK/latest/javadoc/index.html" rel=“nofollow”>http://docs.amazonwebservices.com/AWSJavaSDK/latest/javadoc/index.html

我的问题很简单,但我无法理解 整个SWF结构。

因此,解决方案是用 SWF 流程框架工作来实施应用程序 MODEL- ConTROLER, 之后, 我们可以将 VEWs 和 SDK 中的任何一个 SDK 连接起来启动工作流程。 我们还可以很容易地将 Android 或 iPhone 应用程序与好的 SDK 连接起来。

问题回答

暂无回答




相关问题
How to start to create an application GUI using C#?

HI! I am new to C# and plan to use it for my application GUI. I am trying to make my GUI similar to SPSS:http://www.spss.com/images/08/statistics_screens/ez_rfm-big.jpg Is this easy in C#? Is there ...

Automatic height of edit box

My shoes application has three items stacked on top of each other (with a stack, of course), in order: A banner An edit box Two buttons in a flow What I want to do is have the banner stay at it s ...

Search by using the keyboard in a list/grid - algorithm

I need to implement a custom search in a grid and I would like to find some user interface guidelines that explain the standard way to implement it. I mean this kind of search that is initiated by ...

UI And TcpClient Issue in vb.net

I m having some problems with a small ircbot i m writing. Basically I connect to the server using a tcpclient in a seperate class, which also runs on its own thread. I want to display the server text ...

UI Convention: Shortcut key for application exit? [closed]

Is there a convention for the shortcut keys for application exit? Some applications uses Alt+X some others use Ctrl+ X and Ctrl+Q. Applications like FF and IE doesnot assign a shortcut at all. So is ...

热门标签