它可能非常适合您的项目,因为您不容易受到 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.
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.
发布评论
评论(2)
由于您正在寻找新的网络 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.
在我看来,你已经提供了一个技术解决方案,在不知道你的设计应该做什么的情况下很难评论你的解决方案的质量。我们对您的项目范围一无所知。
如果您正在寻找一种制作网络应用程序的新方法,请查看免费下载
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.