GSoC 2017 - More Metadata Management in AdminUI

System Information OWA

Next, I want to implement another OWA to display the system information which was currently displayed under admin/maintenance/systemInfo.htm. Module part was implemented through legacy-UI module - System Information Controller class.

It’s required the WebServices REST feature to display that system information through the OWA. Currently, It hasn’t REST feature for this section, So I want implement REST feature for SystemInfo section.

I just created SystemInfomationResource1_8 and implemented REST feature for this section. Now, I can reterive SystemInformation to my OWA through this REST service using JSON format.


But there are some issues want to fix for the better REST implementation. I have raised the problem in this talk thread, @dkayiwa take a look at here and help to improve this REST part.