[ 
https://issues.apache.org/jira/browse/PHOTARK-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12918043#action_12918043
 ] 

Sriskandarajah Suhothayan commented on PHOTARK-63:
--------------------------------------------------

The above calls are from 
trunk/photark-ui-admin/src/main/webapp/admin/js/admin.js

and all of them are calling through doPost, doDelete, etc in the 
trunk/photark-jcr/src/main/java/org/apache/photark/jcr/services/JCRImageUploadServiceImpl.java

but they have to call the methods in the 
trunk/photark-jcr/src/main/java/org/apache/photark/jcr/services/JCRAlbumImpl.java
through JSON-RPC calls.

I too have a question, since all these are working fine do we need to change?
If we are migrating to rest in very near future then we don't need this change, 
else this will help to maintain the code


> Change phortak trunk code which uses REST calls to JSON-RPC calls
> -----------------------------------------------------------------
>
>                 Key: PHOTARK-63
>                 URL: https://issues.apache.org/jira/browse/PHOTARK-63
>             Project: PhotArk
>          Issue Type: Improvement
>            Reporter: Sriskandarajah Suhothayan
>            Priority: Minor
>
> Currently handling Album description and deleting pictures are been done 
> through REST calls and not through JSON-RPC calls  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to