Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
I'm new to develop in plugin. Now I try to connect same current database connection that application use. Can I do that? and How?
Thank you,
Krerkkiat
1 Comment
Rizwan Ahmed
Connection con = null;
DataSource db = (DataSource) AppUtil.getApplicationContext().getBean("setupDataSource");
con = db.getConnection();
hope this helps..