Re: How to Integrate with PHP or external java webapp

Rex Madden <[email protected]> Mon, 6 Jun 2005 19:59:14 -0400
Newsgroups gmane.comp.web.sitemesh.general
Message-ID <[email protected]>
sitemesh can decorate any type of content. A web request should go through 
your servlet, which in turn must pass the request through to whatever other 
type of webapp (java or not). As long as the content from the other webapp 
is well formed HTML, sitemesh can handle it.

On 6/6/05, hypergori <[email protected]> wrote: 
> 
> Hi guys.
> 
> I am examining Sitemesh and got questions.
> 
> How can Sitemesh integrate server-side web architectures that are not Java 
> based such as CGI (Perl/Python/C/C++/etc), PHP, Cold Fusion, etc... ?
> (... excerpt from SiteMesh features)
> 
> I could't find any examples about above.
> ( what I found says it cannot .. I hope it is not true)
> 
> Question 1.
> Does it mean that we need some adapter servlet to run PHP and CGI ,etc on 
> AP server ?And we need to make our own adapter servlet ?
> 
> Questoion 2.
> Should I just read document and forum more deeply to find what I want?
> 
> Questio 3.
> How about java-java integration ?
> Can Integrate two different weapps on one tomcat ?
> ( I know how to share decorators between different web apps)
> 
> What I want is to integrate my java wepapp on Tomcat and PHP on Apache.
> One Menu Pane has 2 links. one navigate to java app and
> the other php app on main pane.
> 
> Thanks.
> 
> ---------------------------------------------------------------------
> Posted via Jive Forums
> 
> http://forums.opensymphony.com/thread.jspa?threadID=3046&messageID=8060#8060
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 
>