Re: Git Help

2012-03-29 Thread Kieran Kelleher
Hi Johnny, (1) This config file does not look right to me - and might be the reason that it "looks like" your master tracks the origin/integration branch (which, according to your branch -avv output, does not exist) [core] repositoryformatversion = 0 filemode = true bare

Re: Logo proposal

2012-03-29 Thread Michael Gargano
it's so close to death already, do we really need to push it? :) Sent from my iPhone On Mar 29, 2012, at 4:52 PM, Alexis Tual wrote: > Hi, > > is this Capitain LeChuck leading the dead pirates :] ? > > (Sorry I've been playing too much > http://itunes.apple.com/us/app/the-secret-monkey-isla

Re: Compact vs Verbose

2012-03-29 Thread David Avendasora
On Mar 30, 2012, at 4:02 AM, Farrukh Ijaz wrote: > Heard you guys, I'll make sure my submission gets compiled and run within the > constraints set in community contribution :) Thanks, Farrukh. I really do apologize for being a bit of an ass earlier. :-) Dave

Re: D2W: Pattern for complex object creation

2012-03-29 Thread David Holt
I just may ask some myself ;-) Sent from my iPad On 2012-03-29, at 5:48 PM, Ramsey Gurley wrote: > Come to WOWODC. David and I will be doing a D2W lab. It will be a perfect > opportunity to ask questions about D2W flow and such :-) > > Ramsey > > On Mar 29, 2012, at 5:18 PM, Tim Worman wrote

Re: Compact vs Verbose

2012-03-29 Thread David Avendasora
On Mar 30, 2012, at 12:58 AM, Chuck Hill wrote: >> >> Longer? Just nest them! >> >> a? >> b? >> f(): >> c? >> g(): >> h(): >> d? >> i(): >

Re: D2W: Pattern for complex object creation

2012-03-29 Thread Paul Hoadley
On 30/03/2012, at 10:30 AM, Ramsey Gurley wrote: More than one way to skin a cat here. I'd probably just set up a wizard. step 1, choose a practice with an ERD2WEditToOneRelationship that filters the list to only practices with billables that have no invoice. >> >> I would

Re: D2W: Pattern for complex object creation

2012-03-29 Thread Ramsey Gurley
Come to WOWODC. David and I will be doing a D2W lab. It will be a perfect opportunity to ask questions about D2W flow and such :-) Ramsey On Mar 29, 2012, at 5:18 PM, Tim Worman wrote: > I love reading stuff like this - really useful. Every time I try to use D2W I > get a certain distance into

Re: creating new object D2W

2012-03-29 Thread Ramsey Gurley
You can very easily do it just the way you said originally Ted. That's actually the recommended way for Controller code. Model code, like setting a create date, should live in the model. Model View Controller. MVC. Keep a clean separation between these three and you will be able to reuse your

Re: D2W: Pattern for complex object creation

2012-03-29 Thread Tim Worman
I love reading stuff like this - really useful. Every time I try to use D2W I get a certain distance into it and then feel as as if I'd be faster developing a standard WO app than navigating a whole new manner of thinking (and composing rules). Figuring out how to make a D2W app flexible has bee

Re: D2W: Pattern for complex object creation

2012-03-29 Thread Ramsey Gurley
On Mar 29, 2012, at 4:57 PM, Paul Hoadley wrote: > Hi guys, > > David, I'll look at your solution shortly, but Ramsey's here was closer to > what I was envisaging. > > On 30/03/2012, at 9:57 AM, David Holt wrote: > >> On 2012-03-29, at 4:23 PM, Ramsey Gurley wrote: >> >>> More than one way t

Re: D2W: Pattern for complex object creation

2012-03-29 Thread Paul Hoadley
Hi guys, David, I'll look at your solution shortly, but Ramsey's here was closer to what I was envisaging. On 30/03/2012, at 9:57 AM, David Holt wrote: > On 2012-03-29, at 4:23 PM, Ramsey Gurley wrote: > >> More than one way to skin a cat here. I'd probably just set up a wizard. >> >> step 1

Re: D2W: Pattern for complex object creation

2012-03-29 Thread Ramsey Gurley
On Mar 29, 2012, at 4:27 PM, David Holt wrote: > > On 2012-03-29, at 4:23 PM, Ramsey Gurley wrote: > >> More than one way to skin a cat here. I'd probably just set up a wizard. >> >> step 1, choose a practice with an ERD2WEditToOneRelationship that filters >> the list to only practices with b

Re: creating new object D2W

2012-03-29 Thread David Holt
See my note to Paul for an example of this. Use ERXThreadStorage David On 2012-03-29, at 4:29 PM, Theodore Petrosky wrote: > yes but I have other values like depending on who is logged in. the object is > 'owned' by that user. I am storing the user in the session so i was thinking > of: > >

Re: creating new object D2W

2012-03-29 Thread Theodore Petrosky
yes but I have other values like depending on who is logged in. the object is 'owned' by that user. I am storing the user in the session so i was thinking of: ((D2WComponent) component).object().takeValueForKey(session.currentUser, "person"); init sounds good for the creationDate but what about

Re: D2W: Pattern for complex object creation

2012-03-29 Thread David Holt
On 2012-03-29, at 4:23 PM, Ramsey Gurley wrote: > More than one way to skin a cat here. I'd probably just set up a wizard. > > step 1, choose a practice with an ERD2WEditToOneRelationship that filters the > list to only practices with billables that have no invoice. > step 2, choose billables

Re: D2W: Pattern for complex object creation

2012-03-29 Thread Ramsey Gurley
More than one way to skin a cat here. I'd probably just set up a wizard. step 1, choose a practice with an ERD2WEditToOneRelationship that filters the list to only practices with billables that have no invoice. step 2, choose billables form a filtered list for that practice with an ERD2WEditToM

Re: D2W: Pattern for complex object creation

2012-03-29 Thread David Holt
On 2012-03-29, at 3:22 PM, Paul Hoadley wrote: > Hi David, > > On 30/03/2012, at 4:11 AM, David Holt wrote: > >> On 2012-03-29, at 8:51 AM, Ramsey Gurley wrote: >> >>> >>> On Mar 29, 2012, at 2:31 AM, Paul Hoadley wrote: >>> Anyway, the subject above is probably a misnomer: I'm not tryi

Re: D2W: Pattern for complex object creation

2012-03-29 Thread Paul Hoadley
Hi David, On 30/03/2012, at 4:11 AM, David Holt wrote: > On 2012-03-29, at 8:51 AM, Ramsey Gurley wrote: > >> >> On Mar 29, 2012, at 2:31 AM, Paul Hoadley wrote: >> >>> Anyway, the subject above is probably a misnomer: I'm not trying to create >>> particularly complex objects, but I am trying

Re: D2W: Pattern for complex object creation

2012-03-29 Thread Paul Hoadley
Hi Ramsey, On 30/03/2012, at 2:21 AM, Ramsey Gurley wrote: > On Mar 29, 2012, at 2:31 AM, Paul Hoadley wrote: > >> Anyway, the subject above is probably a misnomer: I'm not trying to create >> particularly complex objects, but I am trying to do something outside CRUD, >> which is pretty much a

Re: creating new object D2W

2012-03-29 Thread David Holt
On 2012-03-29, at 2:16 PM, Ramsey Gurley wrote: > > On Mar 29, 2012, at 1:48 PM, Theodore Petrosky wrote: > >> I am creating an new object page with this. >> >> public EditPageInterface createBriefAction() { >> >>EditPageInterface component = >> D2W.factory().editPageForNewObjectWithConf

Re: Git Help

2012-03-29 Thread Johnny Miller
Here you are: mala:wonder johnnymiller$ git status # On branch master # Changes to be committed: # (use "git reset HEAD ..." to unstage) # # new file: Examples/Ajax/MooToolsExample/Components/MTMediaBoxTestPage.wo/MTMediaBoxTestPage.html # new file: Examples/Ajax/MooToolsExampl

Re: Git Help

2012-03-29 Thread Kieran Kelleher
Last one should be this, sorry: $ git log --graph --oneline --all On Mar 29, 2012, at 5:27 PM, Kieran Kelleher wrote: > And what is the output of this: > > $ git status > > > .. and the first 20 lines or so of this: > > $ log --graph --oneline --all --color --decorate > > > > > > On

Re: Git Help

2012-03-29 Thread Kieran Kelleher
And what is the output of this: $ git status .. and the first 20 lines or so of this: $ log --graph --oneline --all --color --decorate On Mar 29, 2012, at 5:05 PM, Johnny Miller wrote: > Hi Kieran, > > See output from commands below. > > Question: And which local branch are you tryi

Re: creating new object D2W

2012-03-29 Thread Ramsey Gurley
On Mar 29, 2012, at 1:48 PM, Theodore Petrosky wrote: > I am creating an new object page with this. > > public EditPageInterface createBriefAction() { > > EditPageInterface component = > D2W.factory().editPageForNewObjectWithConfigurationNamed("CreateBrief", > session()); > component.

Re: Logo proposal

2012-03-29 Thread Paul Yu
+1 Sent from my iPad On Mar 29, 2012, at 5:01 PM, Chuck Hill wrote: > <1876.jpg> > > > > On 2012-03-29, at 1:58 PM, Ramsey Gurley wrote: > >> favicon from my default project template ;-) >> >> >> >> >> On Mar 29, 2012, at 11:56 AM, James Cicenia wrote: >> >>> Cowbells! We need more Cow

Re: Git Help

2012-03-29 Thread Johnny Miller
Hi Kieran, See output from commands below. Question: And which local branch are you trying to push to which branch in your own fork? My fork is https://github.com/johnnykahalawai/wonder I would like to be able to make commits to my fork and then make the pull requests to Wonder's integration

Re: Logo proposal

2012-03-29 Thread Chuck Hill
<> On 2012-03-29, at 1:58 PM, Ramsey Gurley wrote: > favicon from my default project template ;-) > > > > > On Mar 29, 2012, at 11:56 AM, James Cicenia wrote: > >> Cowbells! We need more Cowbells! >> On Mar 29, 2012, at 1:18 PM, Ramsey Gurley wrote: >> >>> >>> On Mar 29, 2012, at 9:53 AM,

Re: [Wonder-disc] WebObjection

2012-03-29 Thread Kieran Kelleher
:D ROFL! On Mar 29, 2012, at 4:28 PM, Chuck Hill wrote: > Hmmm, we could rename it to Wails. Sort of fits this discussion too! :-P > > > On 2012-03-29, at 12:56 PM, Johnny Miller wrote: > >> I like it. But personally I think we should go with something that's more >> illustrat

Re: Logo proposal

2012-03-29 Thread Ramsey Gurley
favicon from my default project template ;-) <> On Mar 29, 2012, at 11:56 AM, James Cicenia wrote: > Cowbells! We need more Cowbells! > On Mar 29, 2012, at 1:18 PM, Ramsey Gurley wrote: > >> >> On Mar 29, 2012, at 9:53 AM, Daniel Mejia wrote: >> >>> Hi all, >>> >>> Some time ago, Pascal req

Re: Git Help

2012-03-29 Thread Kieran Kelleher
What is the output of the following two commands $ git branch -avv $ git remote -v And which local branch are you trying to push to which branch in your own fork? On Mar 29, 2012, at 4:18 PM, Johnny Miller wrote: > Hi, > > I'm trying to make a commit to my Wonder fork and I'm not clear as

Re: checkBox clickable from a Rule

2012-03-29 Thread Philippe Rabier
For a list, you write rules with task='edit' ? Or because you want a different behavior for the list, you do specific rules for the edit task? However, your first rule seems to be wrong. If (propertyKey = 'estimateApproved') is true, the rule will be fired whatever the value of task. The same f

Re: checkBox clickable from a Rule

2012-03-29 Thread Ramsey Gurley
Look at the parenthesis :-) Needs to be (task = 'edit' and entity.name = 'Brief') and (propertyKey = 'abECD' or propertyKey = 'abPresident' or propertyKey = 'estimateApproved') Default rules should be handling the display boolean for you as long as those keys are boolean attributes and not just

creating new object D2W

2012-03-29 Thread Theodore Petrosky
I am creating an new object page with this. public EditPageInterface createBriefAction() {     EditPageInterface component = D2W.factory().editPageForNewObjectWithConfigurationNamed("CreateBrief", session());     component.setNextPage(session().context().page());     if(component instanceof D2

Re: Problem with ERAttachmentMigration

2012-03-29 Thread David Holt
You could try adding a model dependency to your migration file? public NSArray modelDependencies() { return new NSArray(new ERXModelVersion[] { new ERXModelVersion("ERAttachment", 0) }); } On 2012-03-29, at 1:21 PM, Pascal Robert wrote: > > Le 2012-03-29 à 16:07, David Hol

Re: Problem with ERAttachmentMigration

2012-03-29 Thread Pascal Robert
Le 2012-03-29 à 16:07, David Holt a écrit : > You have these properties set? > > # Migrations > er.migration.migrateAtStartup=true > er.migration.createTablesIfNecessary=true Yes, and migrations for the two other models works fine. > > On 2012-03-29, at 1:03 PM, Pascal Robert wrote: > >> I h

Git Help

2012-03-29 Thread Johnny Miller
Hi, I'm trying to make a commit to my Wonder fork and I'm not clear as to where my commit is going. I think the problem started when I tried to switch my upstream to Wonder's integration branch. Here is my repositories configuration. Does anybody see what could be wrong with it? [core]

Re: Problem with ERAttachmentMigration

2012-03-29 Thread David Holt
You have these properties set? # Migrations er.migration.migrateAtStartup=true er.migration.createTablesIfNecessary=true On 2012-03-29, at 1:03 PM, Pascal Robert wrote: > I have a rather strange problem with ERAttachmentMigration: the ERAttachment > table is not created, so when the linked tab

Problem with ERAttachmentMigration

2012-03-29 Thread Pascal Robert
I have a rather strange problem with ERAttachmentMigration: the ERAttachment table is not created, so when the linked table try to create the foreign key, it crash the migration. I have tried to do some debugging, and in ERXMigrator._buildDependenciesForModelsNamed, pendingModelNames and proces

Re: Compact vs Verbose

2012-03-29 Thread Farrukh Ijaz
Heard you guys, I'll make sure my submission gets compiled and run within the constraints set in community contribution :) Farrukh On 2012-03-29, at 7:58 PM, Chuck Hill wrote: > > On 2012-03-29, at 9:55 AM, Ramsey Gurley wrote: >> >> Longer? Just nest them! >> >> a? >>

Re: Most requested stuff on Google Moderator

2012-03-29 Thread Lachlan Deck
It seems a core concept of smaller building blocks is being overlooked in favour of the monolithic all-or-nothing-one-stop-shop. Wonder, itself is a set of frameworks built ontop of other frameworks/jars. There is no need for 'everything' to live inside Wonder. There's this neat little feature

Re: Logo proposal

2012-03-29 Thread James Cicenia
Cowbells! We need more Cowbells! On Mar 29, 2012, at 1:18 PM, Ramsey Gurley wrote: > > On Mar 29, 2012, at 9:53 AM, Daniel Mejia wrote: > >> Hi all, >> >> Some time ago, Pascal requested some help to redesign the WO community site. >> I would like to try to help with that job. I'm sending a

Re: Apple and WO (Google Moderator thread)

2012-03-29 Thread Pascal Robert
Le 2012-03-29 à 14:28, Johann Werner a écrit : > > Am 29.03.2012 um 16:35 schrieb Kieran Kelleher: > >> […] If you don't like the wiki or the documentation, stop complaining about >> it, go fix one wiki or javadoc thing, even one little 10-minute thing. […] > > There are over 900 javadoc warn

Re: Apple and WO (Google Moderator thread)

2012-03-29 Thread Johann Werner
Am 29.03.2012 um 16:35 schrieb Kieran Kelleher: > […] If you don't like the wiki or the documentation, stop complaining about > it, go fix one wiki or javadoc thing, even one little 10-minute thing. […] There are over 900 javadoc warnings in Wonder frameworks waiting to be fixed let alone all

Re: checkBox clickable from a Rule

2012-03-29 Thread Theodore Petrosky
I just started the font method and I kind of liked it because it gave me a great deal of control over the look with css. However, D2WDisplayBoolean works great. Interesting this works with the editPage: (((task = 'edit' and entity.name = 'Brief') and propertyKey = 'abECD') or propertyKey = 'ab

Re: checkBox clickable from a Rule

2012-03-29 Thread David Holt
Sorry Ted, I completely misunderstood your question. You don't WANT to edit the boolean :-) Ramsey is correct. David On 2012-03-29, at 10:31 AM, Ramsey Gurley wrote: > It sounds like you're using an edit boolean component on a list page. If > that's the case, you need to change it to a disp

Re: Most requested stuff on Google Moderator

2012-03-29 Thread Kieran Kelleher
If you are making some big commit/feature that you are not really sure in your own mind whether it will get kickback and you are done and want peer review, there is nothing stopping you pushing that feature branch to your own fork, copying the project github URL and sending an email to the maili

Re: D2W: Pattern for complex object creation

2012-03-29 Thread David Holt
Hi Paul, On 2012-03-29, at 8:51 AM, Ramsey Gurley wrote: > > On Mar 29, 2012, at 2:31 AM, Paul Hoadley wrote: > >> Anyway, the subject above is probably a misnomer: I'm not trying to create >> particularly complex objects, but I am trying to do something outside CRUD, >> which is pretty much

Re: checkBox clickable from a Rule

2012-03-29 Thread Ramsey Gurley
It sounds like you're using an edit boolean component on a list page. If that's the case, you need to change it to a display boolean. You may have created a rule that is too broad like entity.name = "Blah" and propertyKey = "thing" => componentName = EditBoolean Where you need to either use t

Re: checkBox clickable from a Rule

2012-03-29 Thread Theodore Petrosky
I have done this before with a font and CSS, so I guess I will do it again. Ted --- On Thu, 3/29/12, David Holt wrote: > From: David Holt > Subject: Re: checkBox clickable from a Rule > To: "Theodore Petrosky" > Cc: webobjects-dev@lists.apple.com > Date: Thursday, March 29, 2012, 1:21 PM > Hi

Re: Most requested stuff on Google Moderator

2012-03-29 Thread David Holt
Johan and Ken, Love to help with D2W components where possible. I have several of my own now that ought to be added. David On 2012-03-29, at 10:16 AM, ISHIMOTO Ken wrote: > It is not only the Problem that we won't share, but > > >

Re: checkBox clickable from a Rule

2012-03-29 Thread David Holt
Hi Ted, You'll actually need to use the EditableList page to be able to save any changes that are made. There are some issues with Ajax/Pagination if I recall correctly. I just make sure that all objects are displayed in one page to get around that. If that doesn't suit your needs, you may need

Re: Most requested stuff on Google Moderator

2012-03-29 Thread ISHIMOTO Ken
It is not only the Problem that we won't share, but For Comitter: Create Framework, changes everything in other Frameworks that have to , commit, done, Hero Mode. For Non-Co

Re: Logo proposal

2012-03-29 Thread Michael Kondratov
I like it! Michael Kondratov Aspire Auctions, Inc. tel: 216-231-5515 skype: mkondratov On Mar 29, 2012, at 12:53 PM, Daniel Mejia wrote: > Hi all, > > Some time ago, Pascal requested some help to redesign the WO community site. > I would like to try to help with that job. I'm sending a

Re: Logo proposal

2012-03-29 Thread ISHIMOTO Ken
Hi, It will be nice if every Sample App, and other Community WebSites will ave a logo Made with "". Ken On 2012/03/29, at 18:53, Daniel Mejia wrote: > Hi all, > > Some time ago, Pascal requested some help to redesign the WO community site. > I would like to try to help with that job.

checkBox clickable from a Rule

2012-03-29 Thread Theodore Petrosky
I have a list page that shows an object that has a few checkboxes. I want to make the check boxes un clickable on the ListPage. ((pageConfiguration = 'ListBrief' and propertyKey = 'abECD') or propertyKey = 'abPresident' or propertyKey = 'estimateApproved') Is there a RHK to set to false to ma

Re: Compact vs Verbose

2012-03-29 Thread Chuck Hill
On 2012-03-29, at 9:55 AM, Ramsey Gurley wrote: > > Longer? Just nest them! > > a? > b? > f(): > c? > g(): > h(): > d? > i(): >

Re: Compact vs Verbose

2012-03-29 Thread Ramsey Gurley
On Mar 28, 2012, at 6:10 PM, Chuck Hill wrote: >>> One must learn the language syntax. Why should I use such a verbosity in >>> code when it's already easy to understand. >>> >>> int max = (x > y) ? x : y; >>> >>> is much better in readability than: >>> >>> int max = 0; >>> >>> if (x > y) {

Re: Why when I search github do I get WonderRabbitProject?

2012-03-29 Thread Pascal Robert
Le 2012-03-29 à 12:13, James Cicenia a écrit : > I was looking to fork WO to make a fix!!! > > I searched for project wonder and all I got was Wonder Rabbit? Is that > related to Fluffy Bunny? ;-) > > Luckily the wiki has a link, just wondering. Yeah, the top 3 listing is the old blog, and t

Why when I search github do I get WonderRabbitProject?

2012-03-29 Thread James Cicenia
I was looking to fork WO to make a fix!!! I searched for project wonder and all I got was Wonder Rabbit? Is that related to Fluffy Bunny? ;-) Luckily the wiki has a link, just wondering. Thanks James ___ Do not post admin requests to the list. The

Re: D2W: Pattern for complex object creation

2012-03-29 Thread Ramsey Gurley
On Mar 29, 2012, at 2:31 AM, Paul Hoadley wrote: > Anyway, the subject above is probably a misnomer: I'm not trying to create > particularly complex objects, but I am trying to do something outside CRUD, > which is pretty much all I've ever done with D2W before. In the model, a > Billable obj

Re: D2W rules question

2012-03-29 Thread Theodore Petrosky
thanks guys --- On Thu, 3/29/12, David LeBer wrote: > From: David LeBer > Subject: Re: D2W rules question > To: "Theodore Petrosky" > Cc: webobjects-dev@lists.apple.com > Date: Thursday, March 29, 2012, 10:34 AM > 'like', you are missing 'like'. > > (pageConfiguration like '*Brief' and proper

Re: Apple and WO (Google Moderator thread)

2012-03-29 Thread Kieran Kelleher
2 cents: (Cent #1) If you want something done, you need to just get stuck in and try and do it yourself. The fact that Mike Schrag and Q were completely lost in a jungle of unknown code/logic/architecture when they first ventured into Wonder and WOLips should be confidence-building and motivati

Re: Installing WebObjects 5.3.3 in a Red Hat 5.2

2012-03-29 Thread Pascal Robert
WO apps won't use the JAVA_HOME variable, it will instead try to find the java binary in the path of the user (by default, in /usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/UserName/bin), and right now, your /usr/bin/java is using the crap Java 1.4 from the GNU Java implementation. Like K

Re: D2W rules question

2012-03-29 Thread David LeBer
'like', you are missing 'like'. (pageConfiguration like '*Brief' and propertyKey = 'objective') D -- David LeBer Codeferous Software On 2012-03-29, at 10:24 AM, Theodore Petrosky wrote: > simple rule right? > > ((pageConfiguration = 'CreateBrief' or pageConfiguration = 'EditBrief') and > pro

D2W rules question

2012-03-29 Thread Theodore Petrosky
simple rule right? ((pageConfiguration = 'CreateBrief' or pageConfiguration = 'EditBrief') and propertyKey = 'objective') why can't I: pageConfiguration = '*Brief' and propertyKey = 'objective') or am I missing something in the syntax? Ted ___ Do n

Re: D2W: Pattern for complex object creation

2012-03-29 Thread David LeBer
Don't you DARE equate ROR scaffolding with D2W, just, dont... grr... I... ...gotta go punch a helpless stuffed bunny now... ;-) -- David LeBer Codeferous Software On 2012-03-29, at 6:52 AM, Paul Hoadley wrote: > On 29/03/2012, at 8:56 PM, Henrique Gomes wrote: > >> On Mar 29, 2012, at 10:31 A

Re: D2W: Pattern for complex object creation

2012-03-29 Thread Paul Hoadley
On 29/03/2012, at 8:56 PM, Henrique Gomes wrote: > On Mar 29, 2012, at 10:31 AM, Paul Hoadley wrote: > >> the app breaks with every OS X upgrade (because Ruby and/or Rails changes). > > Thanks for the (implicit) warning :-) I'll stay clear of that framework. > > Slightly more serious; is it rea

Re: D2W: Pattern for complex object creation

2012-03-29 Thread Pascal Robert
Le 2012-03-29 à 06:26, Henrique Gomes a écrit : > > On Mar 29, 2012, at 10:31 AM, Paul Hoadley wrote: > >> the app breaks with every OS X upgrade (because Ruby and/or Rails changes). > > Thanks for the (implicit) warning :-) I'll stay clear of that framework. > > Slightly more serious; is it

Re: D2W: Pattern for complex object creation

2012-03-29 Thread Henrique Gomes
On Mar 29, 2012, at 10:31 AM, Paul Hoadley wrote: > the app breaks with every OS X upgrade (because Ruby and/or Rails changes). Thanks for the (implicit) warning :-) I'll stay clear of that framework. Slightly more serious; is it really an intrinsic problem of Rails, or just your app? Henriqu

Re: Apple and WO (Google Moderator thread)

2012-03-29 Thread Cheong Hee (Gmail)
I hope my _weak_reference_ voice could be heard. I am not as outspoken as one of mr davids : ) To grow the community, especially getting new wo developers, we may need to have a different approach. From personal observation, I do notice that new developers are going to php, phyton etc because

RE: Apple and WO (Google Moderator thread)

2012-03-29 Thread Jim Kinsey
Regarding WebObjects in URLs, I've worked on one app in the past year which used WO solely as an application container for the sake of Monitor - behind the scenes it was all raw JDBC and Velocity templates. Prior to that I worked on one which was gradually migrating away from WO as a framework,

D2W: Pattern for complex object creation

2012-03-29 Thread Paul Hoadley
Hello, Here's some background, medium-length only because it's slightly interesting in itself. Some years ago now, in my pre-WebObjects phase, I needed an application to implement a really simple model for billing time and creating invoices. Not knowing any better, I picked up a book on Ruby

Re: Apple and WO (Google Moderator thread)

2012-03-29 Thread Farrukh Ijaz
There are certain parts of Apple's website which is using WebObjects. Which version, I don't know. You can easily identify by looking at the URL which contains /WebObjects/wo/ Some parts are also based on Struts and JavaEE framework where you can find a /.../Something.do type of URLs. These

RE: Installing WebObjects 5.3.3 in a Red Hat 5.2

2012-03-29 Thread Oscar González
Hi Chuck,I did your suggestion but got the same result. Thanks Chuck. > Subject: Re: Installing WebObjects 5.3.3 in a Red Hat 5.2 > From: ch...@global-village.net > Date: Wed, 28 Mar 2012 18:12:37 -0700 > CC: webobjects-dev@lists.apple.com > To: racso...@hotmail.com > > You need to run it like t

RE: Installing WebObjects 5.3.3 in a Red Hat 5.2

2012-03-29 Thread Oscar González
Yes i'm installed it using de RPM, but when I use the command "alternative --config java" it doesn't show the 1.6 version only the 1.4.2 version,I'm put the JAVA_HOME variable in the .bash_profile and wotaskd and monitor are running, but my Applications are throwing me a exception.java.lang.No

Re: Apple and WO (Google Moderator thread)

2012-03-29 Thread Denis Frolov
If Apple is still using and plans to use WO in the future, then we have and will have killer examples of web apps that validate the tech and make marketing it to new developers much easier. On the contrary, if Apple is moving away from WO, this can be a detractor. That's the only reason I've asked

Action and Fetch

2012-03-29 Thread Ron X
hello community! how can i get the name of action last invoked in the component-class and how can i invoke it in component again? i have strange situation: in DIrectAction i hava testAtion() method. than i go to the component - and i want invoke the same action with new parameters: 1. /testActi

Re: Most requested stuff on Google Moderator

2012-03-29 Thread Alexis Tual
2012/3/29 Chuck Hill > The sun set on WO a long time ago (well, assuming you think that it ever > really shined on WO). For new projects, WebObjects and Wonder is still my > choice until I find something _better_ not just newer. I am not moving to > something newer and worse because WO is old