I sat down to start work on “Lists” today, but ended up splitting the project up. It’s become a real pain to have to modify the service, because it’s in the same project. As is the DB stuff. All in one thing.
So, I’ve split it into three, the DB, Service, and Web. Which is how it’s been logically for some time now, it’s just nice to have it physically split. I’ve also moved the service to AEServiceLocation\Location.asmx instead of Service\Location.asxm, and updated everything to use that. Glad no one is writing against this stuff (will they ever? Hehehe).
Oh, I also got the forums up last night, both for AE and Ratajik Software. Once I get some people using the tech, it’ll be a place to talk about it.
Now that the project is split up, I’ve decided to remove the last piece of AE Web site that has DB in it, new user registration. So the web site will use a service to do this – but not the public one. I’m going to write a “Internal Admin” one or something like that. The only deal is, it really should only ever be used by the AE Web Site, so I need to figure out a way to deal with that. I may be able to look at the incoming IP for the request, or may do something stupid like just obfuscate it.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment