I came across open-source project PHP/javaBridge for connecting php application with java. But why should I use java with php? Is there any specific advantage for this? Thanks, Robert
I came across open-source project PHP/javaBridge for connecting php application with java. But why
Share
The main benefit is when you already have a lot of existing java libraries that you don’t want to recode in PHP, but where you do want to build new applications using PHP