Admin GUI Review

Document: GlassFish v3 Admin GUI One Pager

Reviewer: Tom Mueller

Review date: 7/17/2008

Response date: 7/17/2008

Item Type Comment Response
1 Question Under Update Center integration, the first paragraph says "there is the progress icon and message showing the progress status." Currently, the only method that the API provides for obtaining progress information is through the Log object. One could create a special log handler and attach it to the com.sun.pkg.client log and you can get information messages down to the detail of each individual file that is downloaded. However, this doesn't provide any goal information, etc. that a normal progress object would. Is what the API currently provides satisfactory for what you are describing here? Yes, the API from build 11 is enough. It is just a progress icon, not giving the % of the download or the task. Providing detail info through a log handler will be considered for the final v3 release. One pager updated.
2 Comments The 2nd paragraph in that section says that the "date" of a package will be displayed. I just added a Version.getPublishDate() method so that you'll be able to display this. This will be in build 12. Great. thanks!