It's all about the answers!

Ask a question

Is there going to be support for extending the jazz web ui f


Frank McGrath (242162) | asked Mar 18 '08, 1:33 p.m.
JAZZ DEVELOPER
If we create server components that require web ui for configuration, is
there any way to augment the jazz/admin application?

My quick perusal of the code leads me to believe that it is currently
hard-coded web ui, and not automatically configurable?

I hope I am wrong ;-)

One answer



permanent link
Richard Backhouse (6661) | answered Mar 19 '08, 11:57 a.m.
JAZZ DEVELOPER
You can add pages by providing extensions of the "net.jazz.ajax.pages"
extension point. Set the application scope of your page to :

<applicationScope id="com.ibm.team.repository.web.admin"/>

There is no way currently to extend admin pages that we provide.

Richard
Jazz Web UI and Server Development

fmcgrath wrote:
If we create server components that require web ui for configuration, is
there any way to augment the jazz/admin application?

My quick perusal of the code leads me to believe that it is currently
hard-coded web ui, and not automatically configurable?

I hope I am wrong ;-)

Your answer


Register or to post your answer.