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 PROTECTED]
