Is there any OSLC service equivalent jars available in Spring boot application to communicate with IBM CLM & PLM applications?
We already have a java application built in j ava to communicate between IBM CLM & PLM applications. We are upgrading the application using Spring boot. Is there any upgraded jars or other suitable jars available to work with Spring boot ? |
2 answers
Ralph Schoon (63.5k●3●36●46)
| answered Nov 14, 2:54 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER I am not aware. You could try to look into the Eclipse Lyo project, if that could be reused. |
WiesÅ‚aw Fartuch (26●1)
| answered Nov 18, 9:20 a.m.
edited Nov 18, 9:32 a.m. by Ralph Schoon (63.5k●3●36●46) To integrate with IBM CLM (Collaborative Lifecycle Management) and PLM (Product Lifecycle Management) applications using OSLC (Open Services for Lifecycle Collaboration) in a Spring Boot application, there are several options you can consider. While there may not be specific "OSLC service equivalent jars" tailored exclusively for Spring Boot, you can utilize existing libraries and frameworks that support OSLC. One notable option is the Eclipse Lyo project, which provides SDKs for OSLC. This project includes consumer and provider SDKs primarily for Java, which can be integrated into your Spring Boot application. You can find these resources on the Eclipse Lyo GitHub page or their official website. Additionally, you might want to explore other open-source projects that facilitate OSLC integration, as they can offer valuable tools and examples for your implementation. If you're upgrading from a Java application, it would be beneficial to check the compatibility of existing libraries with Spring Boot and potentially adapt your current codebase to leverage Spring's features, such as dependency injection and RESTful services. While there may not be direct equivalents to the jars you used previously, adapting your application using available OSLC resources should enable effective communication with IBM CLM and PLM applications. Comments
Viswaprakash Puthukudi
commented Nov 21, 9:03 a.m.
Thanks for your answer. Let me explore the Eclipse Lyo. Currently we are using the same only. But the thing is there are so many Classes are deprecated which is used inside the application like DefaultHttpClient, DefaultHttpClient etc. When I upgraded the packages the classes referring inside those also deprecated. Any chance to get the latest eclipse lyo code base for the same?
Client Samples: https://github.com/OSLC/lyo-samples
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.