Introduction: Java Interface for a core in Perl

来源:互联网 发布:windows 10 蓝牙丢失 编辑:程序博客网 时间:2024/06/03 17:06

I am making a Java interface for a core in Perl, which is divided mainly into 2 parts:Interface and the communication between Java and Perl. So in the Java interface we can put the parameters and then the interface will then transfer the parameters to the Perl core, and then the Perl core will doing the dataprocessing and finally Perl core will send back some messages to Java to show in the console.

 

 I find it interesting so I put some instructinos here and hope it will help you.

1. Simple socket in Java
2. Simple socket in Perl
3. Socket between Java and Perl
4. Named pipe between Java and Perl


原创粉丝点击