Search Results

2
votes

Entities and Value Objects in Web Applications

Does the value objects state identify that particular instance? If not you could just pass back the old value and the new value when the edit form is submitted, then update any objects with the ol …
0
votes

Resending invitation/action emails

If you implement it I would get the user to re-enter and re-confirm the email address they entered and I would not allow it to be used more than a few times, otherwise it would be very easy to scri …
2
votes

Best text search engine for integrating with custom web app?

Sphinx may be worth your consideration, as it works well with several common RDMS (notably MySQL) …