我想创建带有嵌套活动的网络应用程序。一项活动将嵌套其他活动项。我想为 GWT 使用 Slotted 框架,但是没有关于它的好教程。我想知道嵌套活动是否需要场所?
我需要网站模板。右面板(活动)、左、中、上、面包屑。在中心,我想为演示者设置位置。
我想创建带有嵌套活动的网络应用程序。一项活动将嵌套其他活动项。我想为 GWT 使用 Slotted 框架,但是没有关于它的好教程。我想知道嵌套活动是否需要场所?
我需要网站模板。右面板(活动)、左、中、上、面包屑。在中心,我想为演示者设置位置。
GWT 的ActivityManager与PlaceChangeEvent相关联。所以,是的,您需要使用“地点”来充分利用 Activity 和 ActivityManager 概念。
注意 - Activity和 AbstractActivity 与“Places”没有直接关系
Slotted has moved to GitHub and has move all the wikis here: https://github.com/slotted/slotted/wiki
There is a good tutorial for porting the standard GWT Activities and Places to Slotted here: https://github.com/slotted/slotted/wiki/Migrate-GWT-Activities-and-Places
As for an example of how to do different layouts, Slotted has an layout example here: https://github.com/slotted/slotted/tree/develop/examples/Layout