正确的交互网站系统设计理念/方法?

发布于 2024-08-29 07:54:55 字数 1434 浏览 4 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

情魔剑神 2024-09-05 07:54:55

由于您正在寻找新的网络 AJAX 方法,因此您可以通过 Google Web 来利用您的 Java 编程技能Toolkit (GWT),它使客户端和服务器端之间的集成非常无缝。您可以在客户端和服务器端使用 Java。 (GWT 编译器为客户端从 Java 生成 JavaScript)

我建议您查看 GWT 远程过程调用 (RPC) 教程,看看以异步方式在客户端和服务器之间进行通信是多么容易。

它可能非常适合您的项目,因为您不容易受到 SEO 等一些缺点的影响,因为我认为会计系统不会关心 SEO。

关键词:Java、交互式、AJAX 调用。

Since you are looking for new AJAX methods for the web, you can leverage your Java programming skills with Google Web Toolkit (GWT), it makes the integration between the client and the server sides quite seamless. You can use Java on both the client and the server side. (The GWT Compiler generates JavaScript from Java for the client side)

I recommend you have a look at the GWT Remote Procedure Call (RPC) tutorial to see how easy it is to communicate between the client and the server in an asynchronous way.

It might be a good fit for your project since you are not prone to some of its cons like SEO, as I do not think that an accounting system would care about SEO.

Keywords: Java, Interactive, AJAX Calls.

糖粟与秋泊 2024-09-05 07:54:55

在我看来,你已经提供了一个技术解决方案,在不知道你的设计应该做什么的情况下很难评论你的解决方案的质量。我们对您的项目范围一无所知。

如果您正在寻找一种制作网络应用程序的新方法,请查看免费下载

It seems to me that you're providing a technical solution already, it's hard to comment on the quality of your solution without knowing what your design should do. We don't know anything about the scope of your project.

If you're looking for a fresh method to make web apps, check out the free to download Get Real from 37Signals. For more formal, design-up-front projects, the old military standards (MIL-STD-810) will give you direction too.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文