eclipse settings information for development

Answered

I am new to agile and like teamcenter is there any settings for eclipse and agile connection . So if anybody have document related to this please give me.

Add Comment
1 Answer(s)
Best answer

Hi Rahul,

There are certain things you gotta do to start with. I recommend going through  SDK Developer Guide – Using APIs. Locate Agile PLM-9 documentation and download the zip as per version you are working on. In that zip you will have the guide.  Link : http://www.oracle.com/technetwork/documentation/agile-085940.html

You can access the sample-codes/documentation available on the below url  : http://www.oracle.com/technetwork/indexes/samplecode/agileplm-sample-520945.html
Based on your version you can download the code and have a look.

Coming to Eclipse, there are little bit of customization you need to do based on the kind of solution you are developing.

1. For standalone code to access Agile-API, create simple Java project from Create new wizard.  You need to add “AgileAPI.jar” in your build path to access agile api. You can find this file typically on your server at /Agile-Home/Agile/Agile9.X.X./Integration/sdk/lib or in the sample code.

2. For Action Based PX/Event Base PX, you need to follow certain additional configurations. You will get these details in the developer guide SDK Developer Guide – Developing PLM Extensions

3. For developing web-apps., create a web-project in eclipse add agile jars and get started.

Regards,
Arif

Agile Angel Answered on April 12, 2018.

Thank you sir

on April 12, 2018.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.