How to deploy Microservice developed using Spring boot to ofbiz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

How to deploy Microservice developed using Spring boot to ofbiz

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 achieve it.

Thanks,
Sudheer
Reply | Threaded
Open this post in threaded view
|

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

Deepak Dixit-4
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 <[hidden email]> 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.
>
> Can any one explain  me the process in detail how to achieve it.
>
> Thanks,
> Sudheer
>
grv
Reply | Threaded
Open this post in threaded view
|

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

grv
In reply to this post by Sudheer Kode


On 2018/08/05 02:44:58, Sudheer Kode <[hidden email]> 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.
>
> Can any one explain  me the process in detail how to achieve it.
>
> Thanks,
> Sudheer
>

Hi Sudheer
This is a delayed reply and I am unsure where you're on it.

You're going to have to do a lot of work in order to achieve this, if at all it is even remotely feasible.

Spring boot itself launches it's own container and so does ofbiz. There is no straight forward or step-by-step way to do this. You will probably need a deep understanding of ofbiz architecture and then figure out how (if at all) your microservices map to various components in ofbiz ecosystem.

It seems pretty daunting task and will require quite a bit of work.

Thanks,
Girish Vasmatkar
HotWax Systems


Reply | Threaded
Open this post in threaded view
|

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

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
Reply | Threaded
Open this post in threaded view
|

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

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. <webapp>/control/*) preserved?

Thanks,
Victor





--
Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-Dev-f165671.html
Reply | Threaded
Open this post in threaded view
|

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

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? I expected to see them on web.xml
> => I removed those for this proof of concept... Would have to play around
> with it to reintegrate them, but it should be no problem.
> *Are the standard ofbiz url mappings (e.g.
> <webapp>
> /control/*) preserved?
> => No, you'd have to reintegrate those. However, there are no OFBiz UIs
> (yet), so no need for control...
>
> Thanks,
> Victor
> => You're welcome ;)





--
Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-Dev-f165671.html
Reply | Threaded
Open this post in threaded view
|

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

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
Reply | Threaded
Open this post in threaded view
|

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

taher
I think this thread belongs to [hidden email] and might be better
served there.

On Wed, Jan 15, 2020, 4:58 AM Victor Hernadez <[hidden email]>
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 participate on
> them.
>
> Kind Regards,
> Victor
>
>
>
> --
> Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-Dev-f165671.html
>