RE: Calling java

2018-12-04 Thread Piotr Chabot Stadhouders via 4D_Tech
Thanks John, I will take a look at it!

Gr,
Piotr


Creating a plugin would be pretty involved. If LAUNCH EXTERNAL PROCESS is too 
slow, I would look into something like JSON RPC. For example,

https://www.jsonrpc.org/archive_json-rpc.org/implementations.html

https://github.com/briandilley/jsonrpc4j

John DeSoi, Ph.D.


> On Dec 4, 2018, at 1:48 AM, Piotr Chabot Stadhouders via 4D_Tech 
> <4d_t...@xxx.xxx> wrote:
>
> We need to call some java classes from within 4D.
> These classes deliver an interface to interact with a smart card connected to 
> the local PC
> Does anybody have an opinion how to handle this?
> I don't see any other way than to use these java classes, and one way or the 
> other call this java in 4D
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Calling java

2018-12-04 Thread John DeSoi via 4D_Tech
Creating a plugin would be pretty involved. If LAUNCH EXTERNAL PROCESS is too 
slow, I would look into something like JSON RPC. For example,

https://www.jsonrpc.org/archive_json-rpc.org/implementations.html

https://github.com/briandilley/jsonrpc4j

John DeSoi, Ph.D.


> On Dec 4, 2018, at 1:48 AM, Piotr Chabot Stadhouders via 4D_Tech 
> <4d_tech@lists.4d.com> wrote:
> 
> We need to call some java classes from within 4D.
> These classes deliver an interface to interact with a smart card connected to 
> the local PC
> Does anybody have an opinion how to handle this?
> I don't see any other way than to use these java classes, and one way or the 
> other call this java in 4D

**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**