Many would think at this point I am talking about better AJAX support in the core.多くはこの時点で考える私は話して良いのコアajaxサポートされています。 While we do need better support for AJAX and I am not talking about DWR, I don’t think that’s what ails Java in its quest for being .より良いながら私たちのサポートを行う必要がありますAJAXと話してグループ私は、私はないと思うのは、どのようなクエストをジャワailsている。 At the end we will look at two ways in which we can overcome this problem.我々は見ての最後に、 2つの方法ではこの問題を克服することです。

Java is taking a beating in better mass adoption against PHP simply because it is harder to setup in web hosting environment. Javaが撮影した大量養子縁組に対するPHPの拍動が良いというだけの理由を設定することが難しく、ウェブホスティング環境です。 PHP and even Ruby is available as an Apache module which is very trivial to setup and use. PHPとさえルビーはApacheのモジュールとして利用できるようにこれは非常にささいセットアップと使用します。 JSP / Servlets on the other hand is much harder to integrate with Apache.のJSP /サーブレットは、他の手は非常に難しいとApacheを統合する。

Why Apache is the the key to Web 2.0 adoption? なぜApacheは、ウェブ2.0の鍵を養子縁組ですか?
Apache is the most popular web server, known for its stability and ease of use.最も人気のウェブサーバーのApacheは、知られて使いやすさと安定性を実現します。 It is cross platform.これはクロスプラットフォームです。 Most Web 2.0 companies and products rely on Apache as their web server and for right reasons.ほとんどのWeb 2.0企業や製品に依存してApacheのWebサーバーと権利のためにその理由が考えられます。

What are the problems of Java in Apache Integration? どのような問題が発生させ、 ApacheのJava統合ですか?
Complexity in short.複雑さの短いです。 Tomcat is probably the most popular JSP, Servlet container for most organizations. Tomcatのは、おそらく最も人気のJSPやServletコンテナをほとんどの組織です。 Tomcat is free (which aids its popularity) and developed under the Apache organization. Tomcatが無料(その人気がエイズ)と開発されては、 Apacheの組織です。 I would have expected both these products to be tightly integrated.私はこれらの製品の両方が期待されると密接に統合します。 In reality it is a nightmare from hell to even begin.現実には今の悪夢からは、地獄にも開始します。 I wouldn’t say there aren’t any documents.と言ったつもりはない書類にはない。 There areには、 fewわずかな confusing紛らわしい ones which leads to more questions than answers.ものよりも進んでいくと他の質問の回答です。 What we lack is a clear simple guideline to integrate the two.私たちに欠けるのは、明らかに単純な2つの指針を統合する。

Solutions ソリューション
Previouly I had described a much simpler way to previouly私ははるかに簡単な方法を説明 integrate Tomcat 5.5 with Apache 2.x Tomcat 5.5の統合をApache 2.xの , in just 5 steps.は、わずか5手順を実行します。

However we need to move further.しかし私たちより詳細を移動する必要があります。 We need to make Java Servlet container as easily integratable as php or ruby .私たちのJava Servletコンテナを作る必要がありますintegratableとしてphpやルビーと同じように簡単です。 Running a separate Tomcat instance may not be an acceptable solution to many web hosting providers. Tomcatのインスタンスを実行して、別の受け入れ可能な解決策をすることができない多くのウェブホスティングプロバイダです。 We need to be able to run Tomcat within Apache itself, use its threads.私たちTomcatを実行する必要がありますApacheの自体には、そのスレッドの1つを使用します。 In the distant past there was another Apache project JServ which did that.遠い過去に別のApacheプロジェクトがあったがjservんだけどね。 Later it was discontinued in favor of Tomcat.後には、 Tomcatの廃止に賛成です。 Tomcat is powerful but most small developers do not need its full gamut of capabilities. Tomcatが強力なしかし、ほとんどの小規模の開発者ならほぼ対応する必要はありません、完全な機能を提供します。 Most of them would be happy with a smaller subset which is available everywhere, even on one dollar hosting .かれらの多くは小規模なサブセットには満足してこれはどこでも入手可能な、 ホスティングでも1ドルです。

And finally Sun and java community needs to approach web hosting providers and make the language ubiquitous in every hosting platform, big or small.そして最後に太陽とJavaコミュニティのニーズにアプローチするウェブホスティングプロバイダですべてのホスティングプラットフォームの言語ユビキタス、ビッグまたは小規模です。 Apachefriends has done an admirable job with XAMPP for LAMP community and has made Tomcat 5.5 available with its simplified LAMP installation. apachefriendsには立派な仕事を完了するためにXAMPPランプコミュニティとTomcat 5.5のご利用には、簡体字ランプのインストールを開始します。 Now if only we could package Java with all Linux and BSD installations by default…今すぐ私たちがパッケージの場合にのみ、 Javaと、デフォルトですべてのLinuxとBSDのインストール…