What is an ESB and why PLM should care?
Following up on my old article about ETL, another interesting piece of software for a PLM stack is the Enterprise Service Bus. Having a Service Bus in any company department...
Filter by Category
Filter by Author
Following up on my old article about ETL, another interesting piece of software for a PLM stack is the Enterprise Service Bus. Having a Service Bus in any company department...
Posted by Yoann Maingon
I’m resuming our series of blog post about configuration management concepts. The last one was about non-interchangeable revision. This week we cover the fork concept. Fork...
Posted by Yoann Maingon
I’m a little bit late on the marketing trend to write a post about low-code. But I was recently asked how “low-code” was Ganister PLM? I realized that you could...
Posted by Yoann Maingon
As an enterprise-wide data management platform, one of the main PLM goal is to provide the users with the right data at the right moment. The digital thread should provide a...
Posted by Yoann Maingon
There is a debate on cloud PLM stack. Some would argue that cloud PLM = SaaS PLM = Multi-tenant. Any discussion on this topic becomes quickly technical and looses 80% of the...
Posted by Yoann Maingon
As I’m now in the business of editing PLM software with Ganister. I have been involved in defining what would be a correct way of dealing with configuration management (CM)...
Posted by Yoann Maingon
Now that we have seen the most simple change in my previous blog post, let’s talk about the revision mechanical engineers will hate : THE NON-INTERCHANGEABLE REVISION !!!...
Posted by Yoann Maingon
On my french blog I wrote a blog post about some suggestions for a flexible configuration management solution. I’ll reproduce the article in English soon for a broader...
Posted by Yoann Maingon
Wow, this blog took a dramatic 180° turn. Don’t worry, this is still talking about PLM and more precisely about the Fit, Form, Function (and Safety for some companies)...
Posted by Yoann Maingon
When it comes to PLM, it is difficult to have a clear opinion on business models. These last few days I have seen multiple business models and pricing configuration from PLM...
Posted by Yoann Maingon
Following up on my old article about ETL, another interesting piece of software for a PLM stack is the Enterprise Service Bus. Having a Service Bus in any company department should be the norm. In their daily work people need IT services to support their activities. Remember these User stories you wrote when specifying your application? “As an X I want to Z”. Z is the service you are requesting. Then instead of buying a software why don’t we buy services? Not software as services but services as services. If your user wants to create a Part with an attached document, you could just buy a service which would allow him to do exactly this and also retrieve and update the created data. Of course, you look for a much bigger picture and PLM has most services you are looking for Out of the box.
So the ESB, will be a transversal view of your services. You can see it as a dictionary of all the services your IT offers to your users, it’s the Bus of services for you company. Not only it lists and execute the services you have built, but it can also cascade the services.
“creating a part of type mechanical should create a CAD document”:
You may have a service called PartCreation and another service called CadDocCreation. You could call them both separately, but on your bus you can add some internal logic to generate sequences of services.
Enterprise Service Bus also ensure the good orchestrations of the services based on your predefined triggers. This triggers can be internal to the bus, like the example we just explained (a part creation triggers a verification of its type and if this is a mechanical part then, a CAD doc is created) but it can be also plugged to external triggers.
“An email from a supplier with the answer to a Quotation request will trigger a workflow with actions for someone to review it”
We tend to say that flexible PLMs are the backbone of your company IT. We can say the same thing about the ESB, and actually if you have an ESB, it should become the reference in terms of dictionary of the services existing in your company.
If you don’t have yet a complete PLM implementation spread outside the PDM boundaries, you could manage your services with an ESB which would interact with your PLM. Your PLM would become one of the IT solutions which could be triggered by the ESB. If an accounting system needs some information from CAD designs, this accounting service would call a webservice from the ESB and the ESB will do the fetching from the PLM system.
The ESB is usually delivered with ETL capabilities. It makes it easy to connect to each application and each database that contains data needed by the services you will deploy. But it is actually a lot more, it is somehow an application framework, with features like identity management, database federation, request routing,…
Wikipedia has a great list of solutions:
I have actually used and implemented Talend at a large French manufacturing site. It requires a bit more infrastructure knowledge than the ETL but it was fairly easy to get started with a small set of services before growing over time.
I’m resuming our series of blog post about configuration management concepts. The last one was about non-interchangeable revision. This week we cover the fork concept. Fork...
Here is a short article a bit late this week about an interesting video I found about Parametric Shapes assisted with AI. This is based on a scientific paper recently published by...