Re: How to deploy Microservice developed using Spring boot to ofbiz

2020-01-14 Thread Taher Alkhateeb
I think this thread belongs to u...@ofbiz.apache.org and might be better served there. On Wed, Jan 15, 2020, 4:58 AM Victor Hernadez wrote: > Hi Jakob, > > I see now, thanks for clarification, if you are going to continue working > on > Spring 2 / REST compatible efforts I would be interested in

Re: How to deploy Microservice developed using Spring boot to ofbiz

2020-01-14 Thread Victor Hernadez
Hi Jakob, I see now, thanks for clarification, if you are going to continue working on Spring 2 / REST compatible efforts I would be interested in participate on them. Kind Regards, Victor -- Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-Dev-f165671.html

Re: How to deploy Microservice developed using Spring boot to ofbiz

2020-01-14 Thread Jakob Handrick
Hi Victor, sorry for the late reply. Inline comments... Victor Hernadez wrote > I Jakob, > > Nice! I'm going to definitively play with it, just a few questions: > > *Which ofbiz version you used? > => 17.12 > *Where the standard ControlFilter, ContextFilter and ControlServlet are > configured

Re: How to deploy Microservice developed using Spring boot to ofbiz

2019-10-27 Thread Victor Hernadez
I Jakob, Nice! I'm going to definitively play with it, just a few questions: *Which ofbiz version you used? *Where the standard ControlFilter, ContextFilter and ControlServlet are configured? I expected to see them on web.xml *Are the standard ofbiz url mappings (e.g. /control/*) preserved? Than

Re: How to deploy Microservice developed using Spring boot to ofbiz

2019-10-23 Thread Jakob Handrick
I have put together a very simple sample Spring App with some custom resources, feel free to play around with it. https://github.com/sarathas/ofbiz-spring -- Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-Dev-f165671.html

Re: How to deploy Microservice developed using Spring boot to ofbiz

2018-08-31 Thread girish . vasmatkar
On 2018/08/05 02:44:58, Sudheer Kode wrote: > Hi, > > I have developed Microservice using spring boot. I want to deploy this > application to Apache ofbiz and want to make it up and running on ofbiz. I > searched lot on internet to find out the way but no luck and spent lot of > time on it.

Re: How to deploy Microservice developed using Spring boot to ofbiz

2018-08-05 Thread Deepak Dixit
Hi Sudheer, Your email has been moderated, Please subscribe to the mailing list http://ofbiz.apache.org/mailing-lists.html Thanks & Regards -- Deepak Dixit On Sun, Aug 5, 2018 at 8:14 AM, Sudheer Kode wrote: > Hi, > > I have developed Microservice using spring boot. I want to deploy this > ap

How to deploy Microservice developed using Spring boot to ofbiz

2018-08-05 Thread Sudheer Kode
Hi, I have developed Microservice using spring boot. I want to deploy this application to Apache ofbiz and want to make it up and running on ofbiz. I searched lot on internet to find out the way but no luck and spent lot of time on it. Can any one explain me the process in detail how to achiev