meetup 的主页在页面右侧显示了近期聚会的信息。您将使用什么样的设计模式/工具(首选基于java)来实现这样的输出。
The home page of meetup shows information on the recent meetups on the right hand side of the page. What kind of design patterns / tools (pref java based) would you use to implement such an output.
发布评论
评论(1)
有几种不同的方法,您使用哪一种取决于多种因素,包括业务流程的复杂性、所需的灵活性程度和负载。
简单的解决方案
性能
一些不同的选项,基于以上内容作为起点:
灵活性
“最近回复”UI 小部件。
这就是你想要的信息吗?
There's a couple of different approaches, which one you use would depend on several factors including the complexity of the business processes, the degree of flexibility desired and load.
Simple Solution
Performance
A few different options, based on the above as a starting point:
Flexibility
"Recent RSVPs" UI Widget.
Is that the kind of info you were after?