Analyzed over 3 years ago
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
... [More]
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. [Less]
0
lines of code
0
current contributors
0
since last commit
4
users on Open Hub