开发者

Are there any open source and free calendar UI reusable components?

开发者 https://www.devze.com 2022-12-25 13:17 出处:网络
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

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!


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

  • CalendarCombo
  • CDateTime
  • DateChooser / DateChooserCombo


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.


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.


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

AFAIK these are the only developments...


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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消