[root]/continuum-web/src/main/java/org/codehaus/continuum/web/action
remove old web module
0 lines of code changed in:
o adding licenses
o updating maven one form
15 lines of code changed in:
o updating state content generator to account for the new checkout and
update states.
0 lines of code changed in:
o Adding missing license.
16 lines of code changed in:
o create an action that can make arbitrary calls into the application model.
the action is configured with the role of the application model and a series
of calls. each call has an id (cid) and an expression to use when calling
the application model. so you just need to specify the cid in the webapp
and the expression will be looked up and executed using the request
parameters.
So i can do something like
http://...?action=cam&cid=buildProject
and
continuum.buildProject(#id)
will be executed.
No java code required!
2 lines of code changed in: