共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
oss.trustie.net/open_source_projects | 主页 > 开源项目社区 > Wall Next Generation |
Wall Next Generation
|
4 | 0 | 211 |
贡献者 | 讨论 | 代码提交 |
WNG is a JSP tag-library, what tags really do is to build "components", i.e. to create Java objects which you can connect like Lego bricks to build a mobile page programmatically. The actual rendering is postponed to a later stage, i.e. when the programmer is ready. Of course, the rendering can be made follow the JSP life-cycle (and this will be the most common usage, I suspect), but nothing prevents you, the programmer, from having the object model generate mobile mark-ups in situations I cannot think of at the moment.