Re: Integrating OFBiz with mobile clients

2018-10-28 Thread Taher Alkhateeb
Hi Satish, Multiple discussions happened around REST integration and it is a work in progress right now, you can check at the developers mailing list. I was just trying to find a solution _now_ and Michael gave me a good starting point. On Mon, Oct 29, 2018 at 8:00 AM satish wrote: > > Hi Taher,

Re: Integrating OFBiz with mobile clients

2018-10-28 Thread Taher Alkhateeb
Simple and beautiful, it's good to know that this is doable without issues. Thank you for sharing Michael. On Sun, Oct 28, 2018 at 7:48 PM Michael Brohl wrote: > > Hi Taher, > > we use http requests with authentication headers and Json as the > exchange format. > > Best regards, > > Michael > > >

Test mail

2018-10-28 Thread Aditya Sharma
Just testing. Tried sending a mail titled "Non working document links on OFBiz documentation page" using my personal email id on Oct 27, 2018 to user/dev list but couldn't get it delivered. Please ignore. Thanks and Regards, *Aditya Sharma* | Enterprise Software Engineer HotWax Commerce

Re: Integrating OFBiz with mobile clients

2018-10-28 Thread satish
Hi Taher, It will be better if we will use HTTPS based RESTful Services with Header Authentication which produces and consume JSON data. For this, we can use Jersey RESTful Web Services framework. I think we can easily expose most of OFBiz services as REST by using the Jersey framework. Thanks, S

Removing support alternate dispatcher and delegator for integration tests

2018-10-28 Thread Mathieu Lirzin
Hello, We are considering removing the support for setting an alternate dispatcher and delegator when running integration tests. This mechanism adds complexity to the way OFBiz handles those tests [1]. it isn't used anywhere in the framework but maybe some users relies on it elsewhere. If you a

Re: Integrating OFBiz with mobile clients

2018-10-28 Thread Michael Brohl
Hi Taher, we use http requests with authentication headers and Json as the exchange format. Best regards, Michael Am 28.10.18 um 17:08 schrieb Taher Alkhateeb: Hello Folks, We're looking at possible architectures for communication between OFBiz as a server and mobile apps (iOS & Android).

Integrating OFBiz with mobile clients

2018-10-28 Thread Taher Alkhateeb
Hello Folks, We're looking at possible architectures for communication between OFBiz as a server and mobile apps (iOS & Android). In other frameworks we usually achieve this using a RESTful API to communicate between both end points. Given that we didn't (yet) implement REST integration in OFBiz,