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 .
This forum is in readonly mode and serves as an archive of old information. All posting, registration and commenting abilities have been turned off. To get help, the Broadleaf team reguarly monitors the broadleaf-commerce tag on Stack Overflow so please ask your questions there.