Re: ORM with convention over configuration?

2007-03-31 Thread Robertson-Ravo, Neil (RX)
You mean can they adhere to your convention or can they be configured to adhere to a bespoke convention? "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It con

Adding ADT and ADL to classpath for Apollo app creation

2007-03-31 Thread Andy Matthews
I'm trying to follow the walkthrough on the Labs site on how to create an HTML based Apollo app. To start off I'm duping their app, but whne it comes to compiling it for package or even for testing, I get an error in the command line. I followed the directions on how to add the adt.jar file to the

ORM with convention over configuration?

2007-03-31 Thread Damien McKenna
Do any of the current CF ORMs adhere to the notion of convention over configuration? For example, if I tell them to look at the "products" table I'd expect a field called "id" or "product_id" to be identified as the primary key, other fields ending in "_id" should be identified as foreign keys,

Re: Need help with n-tier looping

2007-03-31 Thread Peter Boughton
Okay, let's try /again/ ( my replies appear not to be getting through :( ) Anyhow, I've built a quick proof of concept locally. Whether it would work for you would depend on a few things. - Do you have any constraints on how data is stored? - When a node with children is closed, then re-opened,

Re: Need help with n-tier looping

2007-03-31 Thread Peter Boughton
Hmmm, my previous reply appears not to have gone through. Anyhow, I've built a quick proof of concept locally. Whether it would work for you would depend on a few things. - Do you have any constraints on how data is stored? - When a node with children is closed, then re-opened, should any childr

Re: Need help with n-tier looping

2007-03-31 Thread Peter Boughton
Do you have the data stored already, or are you free to decide how that will work? When you close a node, should any open levels underneath it also close or should they re-open next time you open that node? (ps: If you're serious about making this accessible you wont be using tables, you'll b

Re: Really weird encrypt problem/bug

2007-03-31 Thread Kris Jones
I've had issues with encrypt/decrypt when combined with URLEncodedFormat(). The issue always had to do with how strings got Decoded (not decrypted). If the encrypted value had a space in it (which I couldn't guarantee it wouldn't since we were using CF6.1), the space would be encoded as "%20". Whe

OT ISAPI Rewrite

2007-03-31 Thread Pete
Hi there I have just downloaded ISAPI Rewrite but have to admit at present I am struggling with understanding how to get it working so I can rewrite urls. Wondering if anyone had used and had experience doing this. Thanks in advance. Pete ~