Activity?

20 views
Skip to first unread message

Tim Badolato

unread,
Oct 7, 2013, 3:30:43 PM10/7/13
to reacto...@googlegroups.com
I'm evaluating active record solutions for an upcoming project and just stumbled across Reactor, however it looks abandoned :/

Would you suggest using Reactor on a new project or are people switching to other solutions? What solutions?

Thanks

Nathan Strutz

unread,
Oct 8, 2013, 3:58:14 PM10/8/13
to reacto...@googlegroups.com
Reactor has a lot of good code behind it, but if I were to implement something like an active record solution, I would start with ColdFusion's ORM. This works if you are running ColdFusion 9 or better.The active record pattern pretty much means an object knows how to CRUD itself, so you simply make an object.save() method that calls entitySave(this), and repeat for delete and read/load. You could implement this from a persistent bean super-class so you only have to write it once. From there, you just have to think about how you want to handle retrieving lists of records, which CF ORM has solved pretty well.

--
You received this message because you are subscribed to the Google Groups "Reactor" group.
To unsubscribe from this group and stop receiving emails from it, send an email to reactor-user...@googlegroups.com.
To post to this group, send email to reacto...@googlegroups.com.
Visit this group at http://groups.google.com/group/reactor-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply all
Reply to author
Forward
0 new messages