tag:blogger.com,1999:blog-15279569.post116261788675985042..comments2009-07-09T19:12:45.168-06:00Comments on WebORB Blog: Invoke ActiveRecord Models Directly from FlexMark Pillerhttp://www.blogger.com/profile/18371158765462322166noreply@blogger.comBlogger7125tag:blogger.com,1999:blog-15279569.post-27055045771379950442007-01-22T00:58:00.000-06:002007-01-22T00:58:00.000-06:00For Rails 1.2.1 i needed to add the following rout...For Rails 1.2.1 i needed to add the following route to get the tests to run:<br /><br />map.weborb '/weborb', :controller => 'weborb', :action => 'index'<br /><br />In case people get stuckAnonymousnoreply@blogger.comtag:blogger.com,1999:blog-15279569.post-26730376259287129322007-01-06T18:06:00.000-06:002007-01-06T18:06:00.000-06:00Isn't that a security risk, what about authenticat...Isn't that a security risk, what about authentication? If you link the remote object to a model in the remoting config than surely you have complete control over the model - from the client side! Is this practice only advocated when the security risk isn't an issue?maccmanhttp://www.blogger.com/profile/11828549974152617616noreply@blogger.comtag:blogger.com,1999:blog-15279569.post-1164833681853146052006-11-29T14:54:00.000-06:002006-11-29T14:54:00.000-06:00It's great to be able to do this. I just don't kno...It's great to be able to do this. I just don't know what to think of it yet. I'm still a bit attached to service way of doing things.Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-15279569.post-1162827834871449892006-11-06T09:43:00.000-06:002006-11-06T09:43:00.000-06:00Great features Harris. The direct access to Model...Great features Harris. The direct access to Models is very usefull. An added benefit is that you can now support <BR/><A HREF="http://www.xml.com/pub/a/2005/11/02/rest-on-rails.html" REL="nofollow">the Restfull Web</A> from WebORB.Mikehttp://www.martinicity.netnoreply@blogger.comtag:blogger.com,1999:blog-15279569.post-1162755195821586452006-11-05T13:33:00.000-06:002006-11-05T13:33:00.000-06:00Harris - Wow! Those are really, really great feat...Harris - Wow! Those are really, really great features. The 'minor' feature that you mention will make it much easier to cleanly implement the ValueObject pattern in Cairngorm.Derek Wischusenhttp://www.flexonrails.netnoreply@blogger.comtag:blogger.com,1999:blog-15279569.post-1162650280393535092006-11-04T08:24:00.000-06:002006-11-04T08:24:00.000-06:00Harris - this is great stuff and I think lots of f...Harris - this is great stuff and I think lots of folks will find it helpful!Marknoreply@blogger.comtag:blogger.com,1999:blog-15279569.post-1162628943376700262006-11-04T02:29:00.000-06:002006-11-04T02:29:00.000-06:00Wow thats cool. I would think either is definately...Wow thats cool. I would think either is definately a viable way. But yes keeping business logic on the server makes sense. But allowing special requests to be processed client side is very cool, especially around user searching and filtering the UIs diplayed results. Nice feature!<BR/><BR/>CampbellAnonymousnoreply@blogger.com