Menu

[r532]: / trunk / php-java-bridge / debian / control  Maximize  Restore  History

Download this file

80 lines (70 with data), 3.8 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Source: php-java-bridge
Section: web
Priority: optional
Maintainer: Andre Felipe Machado <af-machado@uol.com.br>
Build-Depends: debhelper (>= 5), libncurses5-dev (>= 5.5-2 ), libselinux1-dev (>= 1.30-1 ), libsepol1-dev (>= 1.12.24-1 ), php5-dev (>= 5.1.0 ) | php4-dev (>= 4.4.4 ), automake (>= 1.6.3 ) | automake1.7 | automake1.8 | automake1.9, sun-java5-jdk (>= 1 ), locales (>= 2.3.6.ds1-4 ), gcc (>= 3.2 ), make (>= 1 ), liblucene-java, libitext-java, dpatch
Standards-Version: 3.7.2
XBS-Homepage: http://php-java-bridge.sourceforge.net
Package: php-java-bridge
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, sun-java5-jre, liblucene-java, libitext-java
Description: XML-based net connection protocol between PHP-Java / ECMA 335 vm.
The PHP/Java Bridge is an optimized, XML-based network
protocol which can be used to connect a native script
engine with a Java or ECMA 335 virtual machine.
It is more than 50 times faster than local RPC via SOAP,
uses less resources on the web-server side and it is faster
and more reliable than a communication via the Java Native
Interface.
This Debian package installs C implementation as php modules.
Package: php-java-bridge-docs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}
Description: XML-based net connection protocol between PHP-Java / ECMA 335 vm.
The PHP/Java Bridge is an optimized, XML-based network
protocol which can be used to connect a native script
engine with a Java or ECMA 335 virtual machine.
It is more than 50 times faster than local RPC via SOAP,
uses less resources on the web-server side and it is faster
and more reliable than a communication via the Java Native
Interface.
This Debian package installs user documentation.
Package: php-java-bridge-j2ee-docs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}
Description: XML-based net connection protocol between PHP-Java / ECMA 335 vm.
The PHP/Java Bridge is an optimized, XML-based network
protocol which can be used to connect a native script
engine with a Java or ECMA 335 virtual machine.
It is more than 50 times faster than local RPC via SOAP,
uses less resources on the web-server side and it is faster
and more reliable than a communication via the Java Native
Interface.
This Debian package installs J2EE server user documentation.
Package: php-java-bridge-j2ee
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, sun-java5-jre, tomcat5, liblucene-java, libitext-java
Description: XML-based net connection protocol between PHP-Java / ECMA 335 vm.
The PHP/Java Bridge is an optimized, XML-based network
protocol which can be used to connect a native script
engine with a Java or ECMA 335 virtual machine.
It is more than 50 times faster than local RPC via SOAP,
uses less resources on the web-server side and it is faster
and more reliable than a communication via the Java Native
Interface.
This Debian package installs the bridge J2EE server
implementation.
Package: php-java-bridge-devel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, sun-java5-jre, liblucene-java, libitext-java, php-java-bridge
Description: XML-based net connection protocol between PHP-Java / ECMA 335 vm.
The PHP/Java Bridge is an optimized, XML-based network
protocol which can be used to connect a native script
engine with a Java or ECMA 335 virtual machine.
It is more than 50 times faster than local RPC via SOAP,
uses less resources on the web-server side and it is faster
and more reliable than a communication via the Java Native
Interface.
This Debian package Contains the development documentation.
Also the development files needed to create java applications
with embedded PHP scripts.