gpt4 book ai didi

java - Java Web 应用程序中的 Ajax 和复杂图形

转载 作者:行者123 更新时间:2023-12-02 08:33:19 25 4
gpt4 key购买 nike

在我看来,WWW 迟早会出现成熟的 AJAX 网站,这样我们就不会再有每次您点击某处时,页面都会重新加载。

现在我想让你问这个问题。

可以使用哪些工具和框架来使 Java Web 应用程序在 Tomcat 上运行

具有 AJAX 功能,例如“就地,无需重新加载页面”表格排序

单击其列标题、多选项卡可以立即向用户打开新屏幕而无需重新加载页面、将数据保存在数据库中而无需重新加载页面,以及我们通常在网络上看到的其他类似内容页。



这一切可能都应该基于 AJAX。

但是如何将此 AJAX 功能与现有的 Java Web 框架(比如说 Spring MVC)集成?

或者也许还有其他框架更适合这种需求,但可以与核心 Spring 集成?

最佳答案

你的问题比较困惑——AJAX调用都是客户端的,任何服务器端技术都可以将数据返回给客户端。

话虽这么说,您可以尝试看看 Google Web Toolkit .

With the GWT SDK, you write your AJAX front-end in the Java programming language which GWT then cross-compiles into optimized JavaScript that automatically works across all major browsers. During development, you can iterate quickly in the same "edit - refresh - view" cycle you're accustomed to with JavaScript, with the added benefit of being able to debug and step through your Java code line by line. When you're ready to deploy, the GWT compiler compiles your Java source code into optimized, standalone JavaScript files.

除此之外,GWT 支持内置的对象序列化以传输到您的 Java servlet,从而允许您的 GWT 客户端和现有 Java 技术极其简单(技术术语)集成。

关于java - Java Web 应用程序中的 Ajax 和复杂图形,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2661329/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com