Yeah, mine is a "collection of functions"! It has some pretty advanced system in place such as the dataitems system where a non-programmer can create a database type structure, with search screens, results and on-line data entry pages. All linked into the actual content system which is output as XML and XSLT stylyed. Took me about 4-5 months to develop to the stage it is at now, all in ASP/COM/SQL Server2K.
Dan -----Original Message----- From: Anders Borum [mailto:lundholm@;sphereworx.com] Sent: Thursday, October 24, 2002 15:07 To: ActiveServerPages Subject: Re: Portals Hello! > I think I will port my CMS system over to .NET when our new Win 2k servers > arrive and learn J2EE in the background as well! Same here. I did a proof of technology (and deployed about 10 projects on the core =o) on our "Elementum" technology, and am looking forward to writning it up in .NET now. Unfortunately the current CMS API is based on a large colleciton of COM classes with functions (yes, collections of functions is a good description), and no real object model. We did this to keep a 100% stateless environment where objects are unable to hold state - thus preventing the programmer from storing them in session/application variables (will serialize the sessions to a single thread). But the technology works like a charm and writing it up in .NET shouldn't take more than 6 months of intensive programming. And yes, it's pretty big. -- Venlig hilsen / with regards Anders Lundholm (senior developer) Boje & Mobeck A/S E-mail: [EMAIL PROTECTED] Web: http://www.boje-mobeck.dk --- You are currently subscribed to activeserverpages as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% _____________________________________________________________________ This e-mail has been scanned for viruses by the WorldCom Internet Managed Scanning Service - powered by MessageLabs. For further information visit http://www.worldcom.com _____________________________________________________________________ This e-mail has been scanned for viruses by the WorldCom Internet Managed Scanning Service - powered by MessageLabs. For further information visit http://www.worldcom.com --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
