You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MI for VS Code provides the capability to copy JARs to the <PRODUCT_HOME>/lib folder while exporting the CApp. To do that we can copy the necessary JARs to the deployment > libs folder in the Explorer view.
It's better if we can instruct this approach in our connector docs without instructing to copy jars to <PRODUCT_HOME>/lib directly.
Suggestion 02
Currently some Inbound endpoint example documentations instruct developer to download and copy inbound endpoint jar to <PRODUCT_HOME>/lib. But with newest version of VS code extension those jars get downloaded and copied to deployment > libs. Then those jars will be exported with CApp.
In creating inbound endpoints, with latest MI for VS code extension we can automatically generate injecting and error sequences. IMO we should clearly communicate that to developer the options he has through a Tip as bellow.
Current Limitation
Suggestion 01
MI for VS Code provides the capability to copy JARs to the
<PRODUCT_HOME>/lib
folder while exporting the CApp. To do that we can copy the necessary JARs to the deployment > libs folder in the Explorer view.It's better if we can instruct this approach in our connector docs without instructing to copy jars to
<PRODUCT_HOME>/lib
directly.Suggestion 02
Currently some Inbound endpoint example documentations instruct developer to download and copy inbound endpoint jar to
<PRODUCT_HOME>/lib
. But with newest version of VS code extension those jars get downloaded and copied to deployment > libs. Then those jars will be exported with CApp.So we need to remove that step from docs.
Suggestion 03
In creating inbound endpoints, with latest MI for VS code extension we can automatically generate injecting and error sequences. IMO we should clearly communicate that to developer the options he has through a Tip as bellow.
Suggested Improvement
Improvement 01
Example Change.
Version
4.3.0
The text was updated successfully, but these errors were encountered: