Re: MySQL: InnoDB vs MyISAM or InnoDB + MyISAM

2012-05-03 Thread Ron X
Perconna - fork MySQL - supports transactions and hot backup (like copy on write) And MySQL at version 5.1 MyISAM supports transactions. 2012/5/2 Kieran Kelleher kelleh...@gmail.com LOL was talking about the MySQL-WebObjects database world. Sorry if I caused you distress with thoughts of

Main or other...

2012-05-03 Thread Ron X
hi for all i wanna to start application using another component - not Main! so i do: @Override public WOActionResults defaultAction() { return pageWithName(Start.class); } but i have again: Error: com.webobjects.appserver.WOPageNotFoundException:

Re: Main or other...

2012-05-03 Thread Paul Hoadley
Hi Ron, On 03/05/2012, at 5:12 PM, Ron X wrote: hi for all i wanna to start application using another component - not Main! so i do: @Override public WOActionResults defaultAction() { return pageWithName(Start.class); } That alone is not quite sufficient, but

Re: Main or other...

2012-05-03 Thread Ron X
yes, now i do that: public LSXApplication() { setDefaultRequestHandler(new ERXDirectActionRequestHandler()); } but nothing changed :-( 2012/5/3 Paul Hoadley pa...@logicsquad.net Hi Ron, On 03/05/2012, at 5:12 PM, Ron X wrote: hi for all i wanna to start application

Re: Main or other...

2012-05-03 Thread Ron X
and it is very strange - because i have Main component. but i have exception, that i haven't it! 2012/5/3 Ron X ron.x.by...@gmail.com yes, now i do that: public LSXApplication() { setDefaultRequestHandler(new ERXDirectActionRequestHandler()); } but nothing changed :-(

Re: Selenium

2012-05-03 Thread Paul Hoadley
Hi Ron,On 03/05/2012, at 6:43 PM, Ron X wrote:but no tests i've seen:and so i have seen in all my applications - i have selenium test, but they aren't displayed in browser.what is the error?I've seen this before (where Selenium won't even find the test suite), and I can't remember all the details,

Re: Selenium

2012-05-03 Thread Ron X
yes, thanks. it helps :-) 2012/5/3 Paul Hoadley pa...@logicsquad.net Hi Ron, On 03/05/2012, at 6:43 PM, Ron X wrote: but no tests i've seen: and so i have seen in all my applications - i have selenium test, but they aren't displayed in browser. what is the error? I've seen this

Default D2W Rules for Components

2012-05-03 Thread David Holt
Hi all, A few of us have been discussing creating an additional default rule set for Modern D2W applications based on a new optional key in the user info dictionary and the existing prototypeName for an attribute. We were thinking of using a new key such as d2wComponentType = mailto as a new

Re: Default D2W Rules for Components

2012-05-03 Thread Chuck Hill
I am not a real D2W guy, but that seems like an obviously good idea to me. Chuck On 2012-05-03, at 10:33 AM, David Holt wrote: Hi all, A few of us have been discussing creating an additional default rule set for Modern D2W applications based on a new optional key in the user info

Re: Default D2W Rules for Components

2012-05-03 Thread David Holt
Another idea that just came to me is that you could swap components in and out wholesale too. By changing a property to include/exclude a rule model you could change from a normal component set to an AJAX component set, for example. On 2012-05-03, at 10:36 AM, Chuck Hill wrote: I am not a

Re: Default D2W Rules for Components

2012-05-03 Thread Anjo Krank
Been using this for years, eg: 35 : ((entity.userInfo.isLarge != 'YES' and not (entity.name like '*Statistic')) = showResultsImmediately = true [BooleanAssignment] Cheers, Anjo Am 03.05.2012 um 19:33 schrieb David Holt: Hi all, A few of us have been discussing creating an additional

WOWODC lodging and other news

2012-05-03 Thread Pascal Robert
Hi everyone, First, a new topic is added to WOWODC 2012: Dynamic Components, by Johann Werner. How do you optimize your most frequently used components to take less memory and be faster? This talk will have a look at WODynamicElement and its subclasses showing how you can make your own ones.

Re: [Wonder-disc] Default D2W Rules for Components

2012-05-03 Thread Paul Yu
I agree. Anything that will allow a new developer to have a better out of the box experience would be great. -- Paul Yu Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Thursday, May 3, 2012 at 1:36 PM, Chuck Hill wrote: I am not a real D2W guy, but that seems like an obviously

AjaxFileUpload succeeded message disappearing

2012-05-03 Thread Larry Mills-Gahl
I have an AjaxFileUpload component that is working well except that when it is finished with the upload, the success message goes away. The progress bar also goes away and there is no confirmation that the file has been succesfully uploaded (even though it has) Does anybody have an idea of what