English 中文(简体)
我怎么能把 Java带回现有的PHP站点,而没有为 Java桥增加一个星座服务器?
原标题:How do I add a Java backend to an existing PHP site without adding a tomcat server for Java Bridge?

Currently we re using PHP for our websites. Now we re thinking about writing the backend in Java, because of the type safety of the language, and the availability of all kind of tools for Java. I ve been reading about Java Bridge and now I m wondering how to set this up.

我们已经通过阿帕奇重新使用PHP。 我的理解是,为了使用Java Bridge I,还需要安装Tomcat。 这意味着我有两个服务器(Apache和Tocat),我需要为后台增加安全,因为它突然向整个世界开放。 我失踪了吗? 是否有另一种办法使PHP-Java连接不增加服务器? 通常如何这样做?

Any directions or links on how to to do this or any best practices on how to set it up are greatly appreciated. I didn t find the official Java Bridge site very clear. Thanks!

最佳回答

我目前正在测试Zend Java桥的使用情况。 两周前,我确实测试了。 PHP/Java桥开放源解决方案。 这确实要求你把 j瓦的班子放在一个网络服务器上(我确实使用Tomcat 6)。 泽德解决办法不需要一个网络服务器。 如果你把你的商业逻辑放在简单的java课堂上,你就简单地将课堂划在一个(或几个)jar里。 之后,你开始把Zendjava桥成一辆汽车车,然后穿过Zend Java桥,作为你自己的jar。

摘自狗窗户:

C:DevelopmentToolsPHPendServerin>java -classpath javamw.jar;mybusinesslogic.jar - Dzend.javamw.port=10002 com.zend.javamw.JavaServer

在此,我不得不指出,自1 0001个港口(这是桥梁的缺省)已经投入使用(使用网状-a探测港口冲突)。 请注意,泽斯德解决办法只有在由泽斯德服务器(社区或商业版)管理的阿帕奇服务器上安装了贵格纳特文,而且泽斯德·贾瓦桥服务公司正在运营,其港口为1,0002个,配备泽斯德服务器行政专线。

为了执行我的业务逻辑,我计划使用简便的Java pojo s, Spring, JPA and Hibernate。

问题回答

你们不需要敲响。 根据你的指示,可以开始 Java

java - Djava.ext.dirs=lib -jar JavaBridge.jar HTTP_LOCAL:80 2个记录仪表

校准包括你希望使用的 Java图书馆。

Peter

奥基,我不是这方面的专家。 基本上,甚至不是一滴。 但是,你们的备选办法大致如下:

For the JavaBridge you have to have a TomCat server.
There is also a JavaBridge in Zend Server CE.
And there is Quercus

http://de.php.net/manual/en/book.java.php rel=“nofollow”

You can look at Gearman. its not exactly, what you are looking for, but it allows Clients and Workers in different languages. As a nice side effect it allows parallel processing with background jobs ;)





相关问题
Tomcat´s server.xml dynamic configuration

My web application uses the same database configuration as the application XYZ. I have a resource declaration for a context in server.xml, so I have a duplicated configuration (once for web ...

session transfer issue from Tomcat to ASP.Net

I am using Tomcat to host JSP and using IIS 7.0 to host aspx (C# + .Net 3.5 + VSTS 2008), and I have some session transfer issue from JSP page to ASPX page. JSP page is in one domain and all other ...

JSP exception - class not found (tomcat)

I m setting up an existing application on a new Tomcat 5.5 server connecting to a Postgres database (running on Debian Lenny). When I access it I get a series of stack traces with the following root ...

热门标签