-
Recently the original project seems to be active again.
see http://php-java-bridge.cvs.sourceforge.net/viewvc/php-java-bridge/php-java-bridge/ChangeLog?view=log
With the official v7.0.0, it loo…
-
We have an use case where we need to transmit a tree structure. Does the library support casting objects resulting from method calls to PHP plain classes (`stdClass`)?
If not, I would like to leave…
-
Looks like inner classes are not currently supported:
```java
$inner = $ba->java('com.acme.ClassName.InnerClass');
```
Error
```
CreateInstance failed: new com.acme.ClassName.InnerClass. Cause…
-
Currently, the API does not guarantee support for calling magic methods on objects or classes:
```php
// Returns JavaObject
$object = $bridge->java('...');
// Returns JavaClass
$class = $bridge…
-
How to handle this simple case using the bridge?
```java
EnumSet set = EnumSet.of(CustomEnum.FOO);
```
-
For research and new ideas, we can take a look at the [Parser.java](https://github.com/belgattitude/php-java-bridge/blob/master/src/main/java/io/soluble/pjb/bridge/Parser.java)
It might be interest…
-
From the 7.0.1 changelog
**7.0.1** 2017-02-25 7.0.1
> This release includes work on PHPDebugger which was removed from the soluble fork
> for licence issue. It was relicensed upstream to `GPL+…
-
Make the unit test suite (PHP->Java) running...
-
Hi,
README.md states that you distribute your code under the MIT license.
However, your source code contains at least two files (PhpDebugger.php and PhpDebugger.inc) which are covered by the GUI…
-
With this code and the JavaBridge war deployed to Tomcat 7 (I can get to Javabridge via a browser) :
public function bridgeAction ()
{
$options = [
'driver' => 'Pjb62',
'servle…