Connect external database

Confluence User - 14 Mar, 2016

I want to connect external db between Joget and Odoo ERP (PostgreSQL DB). I have 2 way for connect.

  1. create own web service and use JSON plugin to connect that service. Can json plugin do that ?
  2. use  bean shell to create connection to external DB.

 

Please explain pros. and cons of both method and which method do you recommend?

If you have documentation about this please send to me

database

1


15 Mar, 2016
confluenceUser
confluenceUser

create own web service and use JSON plugin to connect that service. Can json plugin do that ?

This is a very good idea. To only consume what is enlisted.

use  bean shell to create connection to external DB.

Exposing and writing directly into another system's database is risky as the other system may not be aware of the kind of data manipulation made. the web service way you mentioned is better.

See Integration

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print