Hi All, I am just starting out in OfBiz and have been going through the documentation and mailing list here.
I am at the point where I was able to add fields to the AcctgTrans entity using a plugin. Now, I want to do two things: 1. Expose a few different RESTful web services to a client. I saw the the Apache Wink technique is deprecated. Is there a recommended way of doing this? 2. When a request is received, I need to do things like creating a new invoice/payment, creating an accounting transaction to simply move money between accounts, etc. I know I can take those actions from the OfBiz UI. However, how do I do so programmatically from a plugin? Thank you for your help, Sachin.
