質問

what are the benefits of using java bridge for php? Is it ready/stable for production environment, is there a "best approach" to how installing it/managing it?

役に立ちましたか?

解決

You can take advantage of good existing Java software, using your PHP application.

Three good examples I can think of right now are Lucene (free text indexing), BIRT (business intelligence/charts), and RapidMiner or Weka (datamining/ai/machine learning)

他のヒント

Im personally working with php java bridge right now, and I recommend this approach for reporting for example. You can use jasper reports and obtain good reports in your php framework.

One advantage is that you can use html test units.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top