dousong5492 2010-06-25 07:14 采纳率: 100%
浏览 26

如何将仪表板中的多个应用程序/体系结构集成为小部件?

I am interested in designing/building a dashboard application which will include widgets that represent applications that might be developed in different languages/architectures (PHP, Java, ASP.NET).

What will be the best way to do it? Any ideas?

Thanks

Alfredo

  • 写回答

1条回答 默认 最新

  • douliexu5623 2010-06-25 13:33
    关注

    It really depends on what you want the widgets to do. If the applications are backed by a database you can always query the database (assuming you have access) to get any pertinent data you may need.

    The Applications may have API's that can be used to make your widgets. Accessing the API (if applicable) will allow you as much or as little outward customization as allowed.

    I don't really think what you write you dashboard in matters too much as long as it can accomplish either or both of the two ways mentioned above.

    As an example Wordpress can use XML-RPC to post to blogs. You could post to multiple blogs with one submission using that technology (though technically not part of the API I believe).

    Without specifics on the Applications you are trying to use in your dashboard this is the furthest I can take this answer right now.

    评论

报告相同问题?

悬赏问题

  • ¥100 为什么这个恒流源电路不能恒流?
  • ¥15 有偿求跨组件数据流路径图
  • ¥15 写一个方法checkPerson,入参实体类Person,出参布尔值
  • ¥15 我想咨询一下路面纹理三维点云数据处理的一些问题,上传的坐标文件里是怎么对无序点进行编号的,以及xy坐标在处理的时候是进行整体模型分片处理的吗
  • ¥15 CSAPPattacklab
  • ¥15 一直显示正在等待HID—ISP
  • ¥15 Python turtle 画图
  • ¥15 stm32开发clion时遇到的编译问题
  • ¥15 lna设计 源简并电感型共源放大器
  • ¥15 如何用Labview在myRIO上做LCD显示?(语言-开发语言)