Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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 ?

0 votes



2 answers

Permanent link

I am not aware. You could try to look into the Eclipse Lyo project, if that could be reused.

1 vote


Permanent link

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.


1 vote

Comments

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?


Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,943
× 7,496
× 1,326

Question asked: Nov 12 '24, 6:27 a.m.

Question was seen: 297 times

Last updated: Nov 21 '24, 11:41 a.m.

Confirmation Cancel Confirm