1

I was wondering if there is a definitive solution for building web applications that looks like desktop applications, for corporative users that are used to windows. I MEAN THE GUI DESKTOP PERSPECTIVE.

Can anyone help me with that? I use PHP.

I am in a group developing an application that will work for a bank, and that must look exactly like an application so the users do not even notice it is a web based one for security reasons (informed by the bank holder).

We have tried to use Java Applet, but it took just too much time to load, as the application is very big.

4

2 回答 2

2

我个人不能推荐PHP,所以这里有一些其他的......

Silverlight 是一个很好的开始。这甚至算作一个网络应用程序吗? http://en.wikipedia.org/wiki/Microsoft_Silverlight

作为 Microsoft 产品,SharePoint 是一个更好的选择。 http://en.wikipedia.org/wiki/Microsoft_SharePoint

在主观上,互联网现在如此普遍,只需编写一个友好的网页就足够了。每个人都使用互联网,通常可以找出很好地呈现格式的东西。

您的应用程序将提供哪些数据?这对您选择的框架有很大影响。

于 2013-10-15T14:21:14.587 回答
2

你可以使用 ExtJs 作为你的前端和 php 作为后端。ExtJs 是一个用于 web 应用程序的 javascript 框架。 http://www.sencha.com/products/extjs/

于 2013-10-15T14:22:11.547 回答