Hello Smits, I apologise for the late reply, I was busy with my exams and projects.
*Our Approach :* We referred to the Services list provided by ofbiz and generated a template API wrapper for the services. This wrapper is working for Post calls. We are currently working on the REST APIs and our ultimate goal is to contribute back to the Community. *Project Git link* : https://github.com/sbv-solutions-private-limited/ofbiz-framework You may find the wrappers written in the below link, https://github.com/sbv-solutions-private-limited/ofbiz-framework/blob/trunk/hot-deploy/rest/src/main/java/org/cfbiz/rest/custom/PingResource.java Please feel free to ask questions/queries related to our approach. On Thu, Mar 21, 2019 at 9:42 PM Pierre Smits <[email protected]> wrote: > Hi Rahul, > > I would say that many of our (potential) adopters and contributors would > interested to learn how you have achieved the implementations of the REST > functionalities on services. > > Can you explain your approach a bit more? > > Maybe, when explaining a bit more, this will trigger other contributors to > share their insights/approached to help you move forward. While at the same > time, have the community come up with an acceptable approach to have such > in play in the code base. > > > Best regards, > > Pierre Smits > > *Apache Trafodion <https://trafodion.apache.org>, Vice President* > *Apache Directory <https://directory.apache.org>, PMC Member* > Apache Incubator <https://incubator.apache.org>, committer > *Apache OFBiz <https://ofbiz.apache.org>, contributor (without privileges) > since 2008* > Apache Steve <https://steve.apache.org>, committer > > > On Thu, Mar 21, 2019 at 1:29 PM Rahul Utkoor > <[email protected]> wrote: > > > Hi smits, > > > > We are able to write the rest api's for the services(for adding/updating > > the data) provided by ofbiz. Right now we are facing the difficulty with > > non-service functionalities(mostly for listing and getting the data). > > > > On Thu, Mar 21, 2019 at 4:42 PM Pierre Smits <[email protected]> > > wrote: > > > > > That would suggest a rest > > > > > > On Thu, 21 Mar 2019 at 12:05 Rahul Utkoor <[email protected] > > > .invalid> > > > wrote: > > > > > > > Hi Girish, > > > > > > > > Thanks for the reply. > > > > Yes, In our case an external system wants to interact with Ofbiz and > > get > > > > information. > > > > > > > > On Wed, Mar 20, 2019 at 5:49 PM Girish Vasmatkar < > > > > [email protected]> wrote: > > > > > > > > > Hi Rahul > > > > > > > > > > Do you have an external system that wants to talk to OFBiz and thus > > > > require > > > > > an interface/wrapper/web service to extract data from OFBiz? > > > > > > > > > > Best - > > > > > Girish > > > > > > > > > > On Wed, Mar 20, 2019 at 1:24 PM Rahul Utkoor > > > > > <[email protected]> wrote: > > > > > > > > > > > Hello all, > > > > > > > > > > > > We are having a requirement of writing a wrapper for > > listing/getting > > > > the > > > > > > data for the functionalities in accounting module of Ofbiz. For > > some > > > of > > > > > the > > > > > > listing functionalities, Ofbiz UI is tightly coupled with the > > backend > > > > > > implementation. In a crude way we can rewrite all the > > functionalities > > > > > using > > > > > > entityquery method, but it involves lot of effort to redo it for > > all > > > of > > > > > > them. Is there any optimal way to make use of existing methods? > > > > > > Any suggestions are most welcome. > > > > > > > > > > > > -- > > > > > > > > > > > > *Thanks & Regards,* > > > > > > *Rahul.* > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > *Thanks & Regards,* > > > > *Rahul.* > > > > > > > -- > > > Sent from my phone > > > > > > > > > -- > > > > *Thanks & Regards,* > > *Rahul.* > > > -- *Thanks & Regards,* *Rahul.*
