是否有开源且免费的日历 UI 可重用组件?

发布于 2024-08-27 07:54:41 字数 349 浏览 5 评论 0原文

我们需要实现调度子系统。我们计划将子系统与我们的桌面和在线应用程序集成。但我们希望重用尽可能多的组件。我们想要重用的组件之一是用于显示日期期间、带有事件的日历的组件。大多数日程安排系统(如 Outlook、Google 日历)都有类似的事件显示方法,我们希望这种方法已经开发为独立的可重用组件。

是否有日历/日程安排组件可以创建事件、拖放事件、显示日/月/年周期等?也许,Google 日历是最接近我们正在寻找的组件。

在大多数情况下,我们对基于 Java 的组件感兴趣。我们的服务器应用程序基于 Java Struts2 和用于客户端脚本编写的 jQuery。桌面应用程序是基于SWT的。我们对在线和桌面日历视图组件都感兴趣。

谢谢!

We need to implement scheduling subsystem. And we plan to integrate subsystem with our desktop and online applications. But we would like to reuse as many components as possible. One component that we want to reuse is the one for displaying date periods, calendar with events. Most scheduling systems like Outlook, Google Calendar have similar events displaying approach and we hope that this approach is already developed as independent reusable component.

Are there calendar/scheduling components where creating events, draging-and-droping them, displaying day/month/year periods, etc. are available? Probably, Google Calendar is the most close to the component we are looking for.

In most we are interested in Java-based components. Our server application is based on Java Struts2 and jQuery for client-side scripting. And desktop application is based on SWT. We are interested in both online and desktop calendar view components.

Thanks!

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

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

发布评论

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

评论(5

烟若柳尘 2024-09-03 07:54:41

There are three open source calendar controls in Eclipse Nebula alone:

千と千尋 2024-09-03 07:54:41

这在很大程度上取决于您正在使用的内容:桌面应用程序中的 SWT 或 Swing,或者您用来构建 Web 应用程序的 Web 框架。

也就是说,如果您可以使用 GWT,您可能会在 智能 GWT 日历组件及其变体。

It depends heavily on what you're working with: SWT or Swing in a desktop application or the web framework you're building a web application with.

That said, if you can use GWT, you might find an almost perfect fit to what you need in the Smart GWT calendar component and it's variants.

待"谢繁草 2024-09-03 07:54:41

当谈到富桌面客户端上的日历组件时,只需选择 MigCalendar。它不是免费的,但您找不到更好的了。不确定它是否适用于 SWT。

When it comes to a calendar component on rich desktop clients, just go for MigCalendar. It's not free, but you won't find a better one. Not sure whether it works on SWT tho.

写给空气的情书 2024-09-03 07:54:41

Jaret Calendar: http://xpmp.de/jaretcalendar.html

AFAIK 这些是唯一的发展.. 。

Jaret Calendar: http://xpmp.de/jaretcalendar.html

AFAIK these are the only developments...

心清如水 2024-09-03 07:54:41

或者:SWT-日历:http://www.julian-ronge.de/?page_id= 94

我还不能为每个答案发布多个链接:)

Or: SWT-Calendar: http://www.julian-ronge.de/?page_id=94

I cannot post more than one link per answer yet :)

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