cancel
Showing results for 
Search instead for 
Did you mean: 

Call Java Project from Webdynpro

Former Member
0 Kudos

Hello,

I have a Webdynpro Java Application , from which I want to call a Stand Alone Java Project ( having a .java Class File) , in the Action Method of the View, how can I achieve the same if it's possible?

Any help would be highly appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

junwu
Active Contributor
0 Kudos

you can search in the forum regarding how to use external lib

Answers (2)

Answers (2)

p330068
Active Contributor
0 Kudos

Hi,

If you want to use the java file in the project then place the java in src folder with mention proper path in java file.

then you can call in webdynpro methods.

If you want seperate java application then you can go with interface controller with Development component(DC).

Best Regards

Arun Jaiswal

Former Member
0 Kudos

Thanks for your help.

vijay_kumar49
Active Contributor
0 Kudos

Hi,

1.You can create public part to the Stand Alone Java Project.

2.You can call that Public part into the WDJAVA Application.

Please look at this Sample Example. You can fallow like this [communication between two DCu2019s|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0ae5f90-1679-2c10-4183-8c64cf932088?QuickLink=index&overridelayout=true]. And [How to use External Lib|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/9517] [original link is broken] [original link is broken];

Best Regards

Vijay K