Re: [PROPOSAL] First Data Payment Gateway Integration

2020-06-15 Thread Suraj Khurana
+1 Nicolas. -- Best Regards, Suraj Khurana Senior Technical Consultant On Mon, Jun 15, 2020 at 8:23 PM Nicolas Malin wrote: > Hi Pritam, > > My preference go to move all gateway to plugin, to keep OFBiz framework > slim and the connector quality high. > > If all third payment gateway are in

Re: REST implementation

2020-06-15 Thread Carsten Schinzer
Hello, Certainly +1 for a REST API Implementation including JWT. I am implementing a REST API for internal use in my job based upon PHP and Symfony framework (FOS REST and NELMIO Bundle just in case someone is interested) and find VERY cool that the NELMIO API Doc Bundle comes with an

OFBiz Coding Conventions

2020-06-15 Thread Carsten Schinzer
Hello all, Like many of you, I am currently working on a piece to move services from minilang to Groovy DSL. When looking around in the Wiki I found that the Coding Conventions (https://cwiki.apache.org/confluence/display/OFBIZ/Coding+Conventions

Re: REST implementation

2020-06-15 Thread Girish Vasmatkar
Hi All I have tried to implement a draft proposal here - https://github.com/girishvasmatkar/ofbiz-rest-impl.git The readme contains details. In order to support the changes, I have made a corresponding change in the service definition to include a new attribute named "verb". This can also be

Re: [PROPOSAL] First Data Payment Gateway Integration

2020-06-15 Thread Nicolas Malin
Hi Pritam, My preference go to move all gateway to plugin, to keep OFBiz framework slim and the connector quality high. If all third payment gateway are in plugin system, we are sure that the framework contains correct standard call in function process, and we 're not tempted (to go fast) to

Re: REST implementation

2020-06-15 Thread Pritam Kute
Hello Girish, +1 for having REST implementation using Jersey as a separate plugin and not to disturb the OFBiz default Control servlets and filters. IMO we should also think about the end-point security implementations alongside as it is one of the crucial things that users look into while

[PROPOSAL] First Data Payment Gateway Integration

2020-06-15 Thread Pritam Kute
Hello Devs, I hope everyone is safe and well. Apache OFBiz has OOTB integrations for most of the widely used payment gateways around the world. We are working on integrating First Data Payment Gateway for one of the websites. The First Data payment gateway is quite popular and comes in the list

Re: Use Compound Widget on rest of the project

2020-06-15 Thread Nicolas Malin
Hi, Compound widget is interesting from my view in final component, where your code is closer than business cover so limited to reuse. For the "middle-ware" component, I have a doubt about the must valuable to convert it or how to convert it. To organize by compound widget maybe introduce to

Re: Use Compound Widget on rest of the project

2020-06-15 Thread Olivier Heintz
Hi James, It's a good idea, but question is, how to group ? I have tested compound Widget for the POC VueJs, and I use it with one compound widget file by resouceName (on a REST uri format point of view). In example, 4 files: Example, ExampleItem, ExampleFeature, ExampleFeatureAppl I'm waiting