Java/JSP Web 应用程序中的丰富交互

发布于 2024-07-09 19:29:44 字数 370 浏览 5 评论 0原文

我正在使用 Struts 和 Hibernate 在 JSP 中编写一个网站。 我正在寻找一种方法来实现丰富的用户界面,在该用户界面中您可以拥有的不仅仅是按钮。 例如,拖放、在您输入更多字母时实时更新的下拉列表等。有没有办法将 Swing 等与 Struts 和 Hibernate 结合使用? 或者还有其他选项可以用来制作丰富的用户界面吗? (如果有更好的选择,我愿意放弃 Struts 和/或 Hibernate)

基本问题:我工作的组织对我们可以或不能使用哪些开发工具和开源库有严格的规定,并且更新批准列表的速度相当慢。 列表中还没有任何 AJAX 事物(例如 GWT、dojo)。

感谢您花时间阅读这篇文章!

I'm writing a website in JSP using Struts and Hibernate. I'm looking for a way to implement a rich UI where you can have more than just buttons. For examples, drag and drops, drop down lists that updates itself in real time as you type more letters out etc. Is there a way to use something like Swing with Struts and Hibernate? Or are there any other options available for making a rich UI?? (I'm open to abandon Struts and/or Hibernate if there are better alternatives)

Fundamental problem: The organization I work for have strict rules about what development tools and open source libraries we can or cannot use, and is pretty slow on updating their approval list. None of the AJAX things (e.g. GWT, dojo) are on the list yet.

Thank you for taking the time to read this post!

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

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

发布评论

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

评论(2

旧人九事 2024-07-16 19:29:44

首先,Struts和Hibernate的使用对UI的交互性没有影响,因为这两者都是服务器端技术。

除非您可以使用 GWT、OpenLaszlo 或 Flex 等技术,否则实现丰富用户界面的唯一方法就是使用原始 JavaScript 自行编写。 如果您可以说服您的组织允许您使用 JavaScript 库(例如 JQuery 或 Prototype),那么这会容易得多。

First of all, the use of Struts and Hibernate has no impact on the interactivity of the UI, because both of those are server-side technologies.

Unless you can use a technology like GWT, OpenLaszlo or Flex, the only way you`ll be able to achieve a rich user interface is by writing it yourself in raw JavaScript. This would be a lot easier if you can persuade your organisation to allow you to use a JavaScript library such as JQuery or Prototype.

太傻旳人生 2024-07-16 19:29:44

您始终可以将 Adob​​e Flex 之类的东西用于您的 UI 部分,并为其提供基于 java 的后端...

新的 JavaFX 技术怎么样? IceFaces 还是 RichFaces (JSF)?

You can always use things like Adobe Flex for your UI pieces and have a java-based backend for it...

How about that new JavaFX tech? IceFaces or RichFaces (JSF)?

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