Tags:
tag this topic
create new tag
,
view all tags
---+ Exercícios do dia 22.08.2009 ---++ Roteiro de Exercícios * Com a máquina virtual rodando, abra o Eclipse (atalho disponível no desktop); * Use o workspace default (pasta do desktop); * Baixe o projeto para a aula de hoje - download abaixo; * Importe o projeto no Eclipse; * Modifique a definição da sintaxe de <nop>WebDSL para dar suporte a propriedades, como _"authors : List<Person>"_, cujos valores são listas; * Implemente a estratégia _builtin-java-type_; * Modifique a sintaxe novamente de maneira que ela dê suporte a programas como o seguinte: <verbatim> define page home() { section{ header{"Users"} list{ for(user : User) { listitem{ navigate(tasks(user)) {output(user.username)} " (" output(user.tasks.length) ")" } } } navigate(newuser()){"Add new user"} } } </verbatim> * Implemente uma regra que traduz uma _Entity_ com apenas uma propriedade em uma classe _Java_; * Analise a definição das sintaxes de Java e <nop>WebDSL; * Qualquer dúvida, entrar em contato com os monitores. -- Main.LeopoldoTeixeira - 22 Aug 2009 -- Main.LeopoldoTeixeira - 15 Aug 2009
Attachments
Attachments
Topic attachments
I
Attachment
Action
Size
Date
Who
Comment
zip
exercicio20090815.zip
manage
2972.7 K
2009-08-15 - 14:56
UnknownUser
E
dit
|
A
ttach
|
P
rint version
|
H
istory
: r3
<
r2
<
r1
|
B
acklinks
|
V
iew topic
|
Ra
w
edit
|
M
ore topic actions
Topic revision: r3 - 2009-08-22
-
LeopoldoTeixeira
Home
Site map
APG web
CINCodingDojo web
CInBTCResearchProject web
LabPS web
Main web
PROBRAL web
InternalArea web
ProjetoProcad web
SPG web
Sandbox web
TAES web
TWiki web
TestProductLines web
TAES Web
Create New Topic
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
P
View
Raw View
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
Account
Log In
Register User
E
dit
A
ttach
Copyright © 2008-2021 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback