REST service on top of existing Service Implementation Admin
Posted: Tue Jun 11, 2013 12:17 am
Hi ,
i am using BLC 3 . In admin module we are trying to create a REST webservice layer on top of the existing service layer
i.e. AdminEntityService , our class implements the exsiting AdminEntityService
like for eg : ---
public class WebServiceAdminEntityService implements AdminEntityService{
// to do
}
And we will be consuming this service methods in the controller AdminBasicEntityController .
Now my question is that is this approach correct . Please correct me if my understanding is wrong .
And where can i include this new webservice class . where should i place this new class --
in broadleaf-open-admin-platform or
in admin .
i am using BLC 3 . In admin module we are trying to create a REST webservice layer on top of the existing service layer
i.e. AdminEntityService , our class implements the exsiting AdminEntityService
like for eg : ---
public class WebServiceAdminEntityService implements AdminEntityService{
// to do
}
And we will be consuming this service methods in the controller AdminBasicEntityController .
Now my question is that is this approach correct . Please correct me if my understanding is wrong .
And where can i include this new webservice class . where should i place this new class --
in broadleaf-open-admin-platform or
in admin .