<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<TITLE>Message</TITLE>

<META content="MSHTML 6.00.2800.1498" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=741201520-22082005><FONT face=Arial color=#0000ff 
size=2>Hi,</FONT></SPAN></DIV>
<DIV><SPAN class=741201520-22082005><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=741201520-22082005><FONT face=Arial color=#0000ff 
size=2>Unfrtunatelly I have no clever answer, I am just participating the 
discussion because I was thinking about integrating cartoweb in Typo3 CMS. So if 
someone has any idea/suggestion I will be glad to hear.</FONT></SPAN></DIV>
<DIV><SPAN class=741201520-22082005><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=741201520-22082005><FONT face=Arial color=#0000ff 
size=2>regards</FONT></SPAN></DIV>
<DIV><SPAN class=741201520-22082005><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=741201520-22082005><FONT face=Arial color=#0000ff size=2>dejan 
gambin</FONT></SPAN></DIV>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px">
  <DIV></DIV>
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT 
  face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> 
  cartoweb-users-bounces@lists.maptools.org 
  [mailto:cartoweb-users-bounces@lists.maptools.org] <B>On Behalf Of </B>Eduardo 
  Patto Kanegae<BR><B>Sent:</B> Monday, August 22, 2005 6:19 PM<BR><B>To:</B> 
  cartoweb-users@lists.maptools.org<BR><B>Subject:</B> Fwd: [Cartoweb-users] 
  Fwd: a mapserver framework for flexibility<BR><BR></FONT></DIV>Sorry listers! 
  :-)<BR><BR>My reply did not include the list 
  mail.<BR><BR>best<BR><BR>---------- Forwarded message ----------<BR><SPAN 
  class=gmail_quote>From: <B class=gmail_sendername>Eduardo Patto Kanegae</B> 
  &lt;<A 
  href="mailto:e.patto.kanegae@gmail.com">e.patto.kanegae@gmail.com</A>&gt; 
  <BR>Date: Aug 22, 2005 12:51 PM<BR>Subject: Re: [Cartoweb-users] Fwd: a 
  mapserver framework for flexibility<BR>To: Claude Philipona 
  &lt;claude.philipona@...&gt;<BR><BR></SPAN><SPAN style="FONT-STYLE: italic">Hi 
  Claude, thanks for answering me. :-) <BR><SPAN 
  style="FONT-STYLE: italic"><BR><SPAN style="FONT-STYLE: italic">MamboServer is 
  a very nice CMS which basically has a "component" architecture...you can 
  install, uninstall or create your components.<BR><BR><SPAN 
  style="FONT-STYLE: italic">Example: I could create a "CartoMambo" 
  component...so when users pointo to "Maps" link on the application( which 
  should be something like 
  "/index.php?option=com_cartomambo&amp;param1=xxx&amp;param2=yyyy..." ) the 
  file "cartomambo.php" should be included from "components" 
  directory.<BR><BR>Mambo has its own functions to handle inputs(get/post...it 
  also filter data againts xss, injections...) and also a database API to run 
  SQLs. <BR><BR>Could I be able to insert "carto client" code inside this 
  component file?<BR><BR>How does cartoclient interface widgets are handled? As 
  pre-defined .html files? such as mapserver and chameleon does?<BR><BR>best 
  regards.<BR><BR>Eduardo<BR></SPAN><BR></SPAN></SPAN></SPAN>
  <DIV><SPAN class=e id=q_105dee3537182177_1><BR>
  <DIV><SPAN class=gmail_quote>On 8/22/05, <B class=gmail_sendername>Claude 
  Philipona</B> &lt;<A onclick="return top.js.OpenExtLink(window,event,this)" 
  href="mailto:claude.philipona@camptocamp.com" target=_blank> 
  claude.philipona@camptocamp.com</A>&gt; wrote:</SPAN> 
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">Hi,<BR><BR>As 
    Cartoweb and mambo are both in PHP, it is already a good start.<BR><BR>The 
    cartoweb architecture allows you to separate the the cartoserver <BR>(whiche 
    drives the mapserver) from the cartoclient (which handles mainly<BR>the 
    rendering).<BR><BR>So you wouldn't have to implement both as Mambo modules, 
    but only the<BR>cartoclient part, which is a good point. I don't know mambo 
    good enough to <BR>tell if you could use the mainstream cartoclient straight 
    away. You will<BR>probably have to adapt somme part. We would have to talk 
    about this with<BR>the main CartoWeb developers. But one thing is sure, you 
    can always rewrite <BR>part of it, or even the whole cartoclient to suite 
    your needs. For<BR>instance, we did developp for a client a special 
    cartoclient in JSP feeded<BR>by the standard cartoserver.<BR><BR>So yes 
    CartoWeb could fit, but we would have to study a little bit more the 
    <BR>Mambo architure to tell more precisely how easily it would 
    fit.<BR><BR><BR>Claude<BR><BR>&gt; -------- Message original 
    --------<BR>&gt; Sujet: [Cartoweb-users] Fwd: a mapserver framework for 
    flexibility<BR>&gt; Date: Sun, 21 Aug 2005 22:00:10 -0300 <BR>&gt; De: 
    Eduardo Patto Kanegae &lt;<A 
    onclick="return top.js.OpenExtLink(window,event,this)" 
    href="mailto:e.patto.kanegae@gmail.com" 
    target=_blank>e.patto.kanegae@gmail.com</A>&gt;<BR>&gt; Pour: <A 
    onclick="return top.js.OpenExtLink(window,event,this)" 
    href="mailto:cartoweb-users@lists.maptools.org" 
    target=_blank>cartoweb-users@lists.maptools.org</A><BR>&gt;<BR>&gt; 
    Hi,<BR>&gt;<BR>&gt; I forgot to consider CartoWeb to do this 
    job!<BR>&gt;<BR>&gt; Could CartoWeb fit?<BR>&gt;<BR>&gt; -------- Original 
    Message --------<BR>&gt; Subject:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;a 
    mapserver framework for flexibility <BR>&gt; 
    Date:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sun, 21 Aug 2005 
    21:45:11 -0300<BR>&gt; From:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    Eduardo Patto Kanegae<BR>&gt; To:&nbsp;&nbsp; <A 
    onclick="return top.js.OpenExtLink(window,event,this)" 
    href="mailto:MAPSERVER-USERS@LISTS.UMN.EDU" 
    target=_blank>MAPSERVER-USERS@LISTS.UMN.EDU</A><BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; 
    Hi folks,<BR>&gt;<BR>&gt; I'm currently looking for a MapServer *framework* 
    to build MapScript<BR>&gt; applications inside another application : 
    MamboServer.<BR>&gt;<BR>&gt; Just to clarify, MamboServer ( <A 
    onclick="return top.js.OpenExtLink(window,event,this)" 
    href="http://www.mamboserver.com" target=_blank>www.mamboserver.com</A> ) is 
    a free CMS<BR>&gt; software written in PHP and have a lot of great 
    features.<BR>&gt;<BR>&gt; Now, we want to integrate MapServer inside Mambo 
    as a mambo component.<BR>&gt;<BR>&gt; I was thinking to use Chameleon as 
    preffered mapping framework, but is <BR>&gt; my suggestion 
    right?<BR>&gt;<BR>&gt; Can I&nbsp;&nbsp;do it? Or chameleon can just work 
    alone? I mean, can I use<BR>&gt; Chameleon widgets to load MapFiles,<BR>&gt; 
    draw maps but inside another PHP application? ( because, we need to <BR>&gt; 
    validate user rights, etc...)<BR>&gt;<BR>&gt; another idea I was thinking 
    about is to develop OGC maps, to be used<BR>&gt; with desktop applications 
    (JUMP,uDig,ArcGIS OGC,...)<BR>&gt; and also a set of "mirror" 
    maps&nbsp;&nbsp;using NON-ogc access , to be used by <BR>&gt; PHP/MapScript 
    applications. I was thinking in doing<BR>&gt; things this way to get some 
    "speed" on web applications. But, is this<BR>&gt; really necessary? Or OGC 
    maps should be enough<BR>&gt; to feed web MapServer clients and desktop 
    clients? <BR>&gt;<BR>&gt; thanks in advance.<BR>&gt;<BR>&gt; best 
    regards.<BR>&gt;<BR>&gt; --<BR>&gt; Eduardo Patto 
    Kanegae<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; 
    _______________________________________________<BR>&gt; Cartoweb-users 
    mailing list <BR>&gt; <A 
    onclick="return top.js.OpenExtLink(window,event,this)" 
    href="mailto:Cartoweb-users@lists.maptools.org" 
    target=_blank>Cartoweb-users@lists.maptools.org</A><BR>&gt; <A 
    onclick="return top.js.OpenExtLink(window,event,this)" 
    href="http://lists.maptools.org/mailman/listinfo/cartoweb-users" 
    target=_blank>http://lists.maptools.org/mailman/listinfo/cartoweb-users 
    </A><BR><BR>--<BR>camptocamp SA<BR>Claude Philipona<BR>PSE-A / 
    EPFL<BR>CH-1015 Lausanne, Switzerland<BR>phone: +41 21 693 86 32<BR>fax: +41 
    21 693 86 20<BR>mobile: +41 78 648 32 84<BR><A 
    onclick="return top.js.OpenExtLink(window,event,this)" 
    href="mailto:claude.philipona@camptocamp.com" 
    target=_blank>claude.philipona@camptocamp.com</A><BR></BLOCKQUOTE></DIV><BR><BR 
  clear=all><BR></SPAN></DIV><SPAN class=sg>-- <BR>Eduardo Patto Kanegae<BR><A 
  onclick="return top.js.OpenExtLink(window,event,this)" 
  href="http://www.webmapit.com.br" target=_blank>http://www.webmapit.com.br</A> 
  </SPAN><BR clear=all><BR>-- <BR>Eduardo Patto Kanegae<BR><A 
  href="http://www.webmapit.com.br">http://www.webmapit.com.br</A> 
</BLOCKQUOTE></BODY></HTML>