Hi All, I'am very new Zope,We have an exsisting portal with ASP and SQL Backend.Now we plan to migrate it to Zope.Can Any one help me out it can be done.Also I want to know whether its possible to use PHP for server side Scripting. Thanks in Advance, Regards, Karunakaran. __________________________________________________ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/
XX XX wrote:
We have an exsisting portal with ASP and SQL Backend.Now we plan to migrate it to Zope.Can Any one help me out it can be done.
You don't need to change anything in your databases, but you will have to radically modify your ASP/HTML files to use Zope.
Also I want to know whether its possible to use PHP for server side Scripting.
If you are migrating to Zope, it's better to stick to Zope's own scripting mechanisms: DTML for conditional and iterated HTML generation, Python Methods for business logic and SQL Methods for database access. PHP and Zope do not integrate well. By the way, I am curious: why are you switching to Zope? Regards, Luciano Ramalho
ZPT might be "better" than DTML technically but in general zopistas... When do you recommend that companies like mine migrate from DTML development to ZPT?? Considering that more Z developers know DTML and there are mort mailing list entries to look at for DTML. There are more howtos etc. Peter
-----Message d'origine----- De : zope-admin@zope.org [mailto:zope-admin@zope.org]De la part de Chris Withers Envoye : jeudi 19 avril 2001 15:06 A : Luciano Ramalho Cc : XX XX; zope@zope.org Objet : Re: [Zope] Migration to Zope
Luciano Ramalho wrote:
DTML for conditional and iterated HTML generation,
I'd look at ZPT instead
Python Methods for business logic
Python Scripts or External Methods (where needed) would be better.
cheers,
Chris
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (4)
-
Chris Withers -
Luciano Ramalho -
Peter Bengtsson -
XX XX