Is there going to be support for extending the jazz web ui f
![](http://jazz.net/_images/myphoto/3ac04890783e92ebeb57343916d9fb09.jpg)
One answer
![](http://jazz.net/_images/myphoto/3ac04890783e92ebeb57343916d9fb09.jpg)
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:
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 ;-)