Ruby on Rails ActiveRecord/Hibernate/NHibernate/EJB are all on the server so the developer has control over what queries to run and what code is ...
2118
Mark Piller
mpiller
Apr 24, 2007 8:36 pm
I wouldn't necessarily call it a flaw in the system. As long as there is a workaround or a vision for how to alleviate the problem, we should be OK. I suspect...
2117
Brad Culberson
bradculberson
Apr 24, 2007 8:17 pm
I don't see an easy/clean way, but it is a pretty big flaw in the system due to the flexibility. I love how simple this is, and for some tables/data this...
2116
Mark Piller
mpiller
Apr 24, 2007 7:54 pm
We're definitely in agreement. This is the very problem we're trying to solve. Stay tuned! :) Cheers, Mark ... app is ... Unlimited ... affordable ... ...
2115
John C. Bland II
katapultjohn
Apr 24, 2007 7:47 pm
What I meant was paying for X users then getting X+5 users means my app is going to kick them out until I buy more licensings. :-( Not good. Unlimited seems to...
2114
Mark Piller
mpiller
Apr 24, 2007 7:42 pm
Hi Brad, I totally understand the use-case here. Sounds like you would want to apply data-level constraints based on the credentials carried with a request....
2113
Mark Piller
mpiller
Apr 24, 2007 7:06 pm
Thanks, John. As for your example, there's surely a line between 2 users and unlimited users, so I am having hard time agreeing with you. If you anticipate...
2112
Brad Culberson
bradculberson
Apr 24, 2007 6:57 pm
i think that is a great step, but i am still slightly confused how you could ever stop this: i have partitioned data in a table where it is very important 1...
2111
John C. Bland II
katapultjohn
Apr 24, 2007 6:55 pm
Good deal Mark. I'll definitely be looking forward to this. The $99/connection isn't good for many situations. If we build an admin app that has dynamic users,...
2110
Mark Piller
mpiller
Apr 24, 2007 6:23 pm
I posted too soon, let me revise my comments... We just talked internally about Security and WDMF. As it turns out we're much closer to supporting security...
2109
Mark Piller
mpiller
Apr 24, 2007 5:00 pm
Hi Brad, WDMF security is not available in 3.1 yet. We're still working on it. The same approach to Security we have taken in WebORB is very much applicable to...
2108
Brad Culberson
bradculberson
Apr 24, 2007 4:47 pm
I just started looking at WDMF and am really interested how this is secured? A lot of security is based on what queries are allowed in the database. For...
2107
Mark Piller
mpiller
Apr 24, 2007 4:38 pm
Hey John, I hear ya. We have some announcements cooking to address this very concern. Stay tuned, I will be posting the news fairly soon. :) My goal is to make...
2106
John C. Bland II
katapultjohn
Apr 24, 2007 4:22 pm
Very nice Mark. The videos are very useful. Great work on the code generator. The only hinderance I see is the licensing. I ran this by our local .NET group...
2105
Mark Piller
mpiller
Apr 24, 2007 4:59 am
Hi guys, WebORB for .NET 3.1 is available for download. We pushed the release out earlier today. The most important feature in the new release is WebORB Data...
2104
Mark Piller
mpiller
Apr 23, 2007 11:07 pm
Are you talking about weborb service browser? Do you see any other methods for the given class? Thanks, Mark ... for the individual or entity to whom it is...
2103
Mark Piller
mpiller
Apr 23, 2007 11:01 pm
If you want to send one combined result, then, yes, you need to create another function that gets all the return values and send them in one composite object....
2102
Brian Holmes
madflexcoder
Apr 23, 2007 10:44 pm
I have a C# method that returns a generic type List<Object> and I can't seem to see it from flex. Weborb tells me it cant find Which brings up the question how...
2101
Brian Holmes
madflexcoder
Apr 23, 2007 10:43 pm
No, I want to call methods a, b and c on the server from within one call on the client and then return them to a handler. But I'll just set up a wrapper method...
2100
Mark Piller
mpiller
Apr 23, 2007 9:51 pm
Hey Brian, Do you want the same callback function to be called when a response is available for any of the three invocations? If so, just use the same function...
2099
Brian Holmes
madflexcoder
Apr 23, 2007 9:46 pm
Is there a way to bundle calls to the server using remote object? For example, can I call three different methods on the same object from within the same call...
2098
Brian Holmes
madflexcoder
Apr 20, 2007 8:20 pm
Are you going to support Oracle? ... From: flashorb@yahoogroups.com [mailto:flashorb@yahoogroups.com] On Behalf Of Mark Piller Sent: Thursday, April 19, 2007...
2097
Jurgen Beck
jbeck_sound
Apr 20, 2007 3:12 pm
Very nice, Mark! One of the benefits of being at conferences where you or Harris show off WebORB is the fact that you get to see how it is implemented....
2096
Mark Piller
mpiller
Apr 20, 2007 5:58 am
Hey guys, We're about to release a new version of WebORB for .NET - 3.1. The most significant feature in the new release is our own Data Management system -...
2095
tobiasoleary
Apr 11, 2007 2:46 am
Before beginning a response. Do you know how long it normally takes to get a standard license file for a Java WebOrb 2.0 standalone server? And another long...
2094
Mark Piller
mpiller
Apr 11, 2007 1:34 am
Brad and Bob, WebORB provides a simple way to create singleton remoting services. All you need to do is to add the following class attribute to a class you...
2093
Mark Piller
mpiller
Apr 11, 2007 1:25 am
Hi Tobias, The only way to do it is to fake a synchronous behavior by making the client wait until you get a callback from the server. Rather than putting the...
2092
Brad Culberson
bradculberson
Apr 10, 2007 5:05 pm
I would try using a static variable in your dll to store the data and lazy load it on first use (and refresh when you want). That works great for my web...
2091
Bob
rmcgrath02
Apr 10, 2007 4:40 pm
In past asp.net web applications, I have used the Application object to cache frequently accessed data across my web applications. I typically added code to...
2090
tobias.oleary
Apr 9, 2007 1:05 am
Hi, This is a long question but I really would appreciate any responses. Anyone know how to call a java webORB server synchronously or at least fake it. The...