Re: The "Mobile me" web apps

2008-06-12 Thread Chris Walters
Although the project is dormant, you might also want to at least review Wotonomy to see how EOAssociations were re-implemented, it might give you some ideas. http://wotonomy.sourceforge.net/doc/ui-guide.html On Jun 12, 2008, at 9:48 PM, John Huss wrote: Florijan (who does the jbnd framework

Re: The "Mobile me" web apps

2008-06-12 Thread John Huss
Florijan (who does the jbnd framework for JavaClient) doesn't seem to like EOAssociation. What are the pros and cons of using them? John On Thu, Jun 12, 2008 at 7:12 AM, Ricardo Legorreta <[EMAIL PROTECTED]> wrote: > Message: 5 > Date: Wed, 11 Jun 2008 22:06:50 +0200 > From: Stephane Guyot <[EM

Re: Apple and ... enterprise support?

2008-06-12 Thread Ian Joyner
On 13/06/2008, at 12:48 PM, Ray Kiddy wrote: On Jun 12, 2008, at 11:44 AM, Don Lindsay wrote: Hello; There is quite a bit of enterprise support at Apple. Yes, I hear you. And I know that Apple does do some enterprise things. It is unusual to hear Steve talk about them, though. And fran

Re: Apple and ... enterprise support?

2008-06-12 Thread Ray Kiddy
On Jun 12, 2008, at 11:44 AM, Don Lindsay wrote: Hello; There is quite a bit of enterprise support at Apple. Yes, I hear you. And I know that Apple does do some enterprise things. It is unusual to hear Steve talk about them, though. And frankly, there are things we do, like saying "no ro

Re: Disabling a form element server-side

2008-06-12 Thread Don Lindsay
Hello; The way I approach this is with a custom component I created with a conditional component. If they do not have access to modify the value, then it displays a string, otherwise it displays a listbox or text box. Don On Jun 12, 2008, at 7:13 PM, Dan Grec wrote: All, We're current

Re: Localization Help! (was Localizer Default vs. Browser)

2008-06-12 Thread Lachlan Deck
On 13/06/2008, at 9:46 AM, Rams wrote: Have you set your application encoding? I'm using UTF-8. It works fine for Farsi. I may be wrong, but I don't think there's any reason you need to use UTF-16, except in your Localized.strings file... that has to be UTF-16. So in my properties file

Re: Localization Help! (was Localizer Default vs. Browser)

2008-06-12 Thread Joshua Paul
I successfully am delivering Chinese using directions from : "To handle internationalization in Project WONDER, delete the takeValuesFromRequest from your Session class (which should now be derived from ERXSession

Question about create/modify Relationship in Entity Modeller

2008-06-12 Thread Ren, Kevin
Hi, Not sure is this a bug or what I setup is wrong. There are two models in my Resource dir, when I create relationship between two entities in these two models, no problem. I can see the two models in the drop down list. But after I created relationship, I click the relationship, the details d

Re: Disabling a form element server-side

2008-06-12 Thread John Baldwin
I'm assuming you know that the user doesn't have access to update the info since you know when to disable the items. You could bind to non-EO variables and only update the EO with the ones the user has access to. Never trust the browser for security (as you discovered). Disabling the elem

Re: Disabling a form element server-side

2008-06-12 Thread Rams
Hi Dan, My first thought would be to use an NSValidation validateKey() method in your WOComponent. This is called before setKey() and would allow you to check credentials and throw an NSValidation.ValidationException to block the update if the user is not allowed to edit the setting. If

Re: [OT] WWDC--where is our resident singer/composer?

2008-06-12 Thread Lon Varscsak
It was a good one too! I'm glad I took the time. Lon On 6/12/08, Lon Varscsak <[EMAIL PROTECTED]> wrote: > I'm going to be late to the WebObjects meeting, but I gotta see James. :) > > Lon > > On 6/12/08, David den Boer <[EMAIL PROTECTED]> wrote: >> polishing cocoa apps @ 3:30 >> >> On Jun 12,

Re: [OT] WWDC--where is our resident singer/composer?

2008-06-12 Thread Lon Varscsak
I'm going to be late to the WebObjects meeting, but I gotta see James. :) Lon On 6/12/08, David den Boer <[EMAIL PROTECTED]> wrote: > polishing cocoa apps @ 3:30 > > On Jun 12, 2008, at 3:32 PM, Lon Varscsak wrote: > >> James Dempsey, that is. It's not really WWDC without a new tune! >> >> -lon

Disabling a form element server-side

2008-06-12 Thread Dan Grec
All, We're currently using the "disabled" binding (and thus HTML) to stop text entry into fields when a user doesn't have access. (i.e. WOTextField, WOCheckbox, etc) This presents a problem, as users can use an inline proxy or firebug to submit the data anyway, which gets saved. Our custome

Re: [OT] WWDC--where is our resident singer/composer?

2008-06-12 Thread David den Boer
polishing cocoa apps @ 3:30 On Jun 12, 2008, at 3:32 PM, Lon Varscsak wrote: James Dempsey, that is. It's not really WWDC without a new tune! -lon ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (We

Re: [OT] WWDC--where is our resident singer/composer?

2008-06-12 Thread Lon Varscsak
Cool, I just bailed on my GC session, and headed over there. :) Maybe we'll hear a song on polishing your Cocoa apps. -lon On 6/12/08, Jim Roepcke <[EMAIL PROTECTED]> wrote: > According to schwa on Twitter he's in Russian Hill (possibly right > now)... but I'm not at WWDC so I can't verify that

Re: [OT] WWDC--where is our resident singer/composer?

2008-06-12 Thread Jim Roepcke
According to schwa on Twitter he's in Russian Hill (possibly right now)... but I'm not at WWDC so I can't verify that. :-) Jim On Thu, Jun 12, 2008 at 3:32 PM, Lon Varscsak <[EMAIL PROTECTED]> wrote: > James Dempsey, that is. It's not really WWDC without a new tune! > > -lon ___

[OT] WWDC--where is our resident singer/composer?

2008-06-12 Thread Lon Varscsak
James Dempsey, that is. It's not really WWDC without a new tune! -lon ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://

Re: Localization Help! (was Localizer Default vs. Browser)

2008-06-12 Thread Drew Thoeni
Cool. I got it working. Was not setting the localizer in the session. But, now that English and Spanish are working, I'm having a problem with Arabic. If I use the Mac's Qwerty Arabic keyboard option, I can type some characters into the Localizable.strings file (which is saved UTF-16) and t

Re: [OT] Subversive help

2008-06-12 Thread Chuck Hill
Have you installed the connectors? http://www.polarion.org/projects/subversive/download/eclipse/2.0/ update-site/ These are required. Chuck On Jun 12, 2008, at 2:43 PM, Pascal Robert wrote: Hello, so I installed Subversive 0.71 so I can check out Wonder's source. But when I try to do a

[OT] Subversive help

2008-06-12 Thread Pascal Robert
Hello, so I installed Subversive 0.71 so I can check out Wonder's source. But when I try to do a checkout, I got a strange error (and for a unknow reason Subversive is in French even if Eclipse is in English). I looked at the preferences, and the SVN Connector select list is empty! Acc

Re: WebObjects Nightly Builds and WOLips addition

2008-06-12 Thread Lachlan Deck
On 12/06/2008, at 6:51 PM, Andrus Adamchik wrote: On Jun 12, 2008, at 4:34 AM, Chuck Hill wrote: My question was more of this: I already keep my dependancies (as deployed) in svn. So I don't have any fear of them being unavailable in the future. Given that (and that I am comfortable wit

Re: Maven vs Ant

2008-06-12 Thread Pascal Robert
Think Pascal 4 on the Mac was really good too. Let me tell you. You couldn't beat Turbo Pascal 4 for ease of use. It ran off of a single floppy right out of the box. No configuration, no downloading modules or patches. And it was FAST. Especially compared to Microsoft's crappy developm

Re: Localization Help! (was Localizer Default vs. Browser)

2008-06-12 Thread David Holt
Hi Drew, On 12-Jun-08, at 12:19 PM, Drew Thoeni wrote: My mail box remains empty on this question. Everyone is having fun in San Francisco! Is there anyone with localization experience that could suggest what I'm doing incorrectly? Not too much, but we will see what I can offer

Re: hiding eo attributes for ReportMill

2008-06-12 Thread Don Lindsay
Hello; What do you mean it wouldn't stop reading your EOs? You dont want to pass your entire EO to it. Just pass the entities you want to generate the report for. Use a fetch specification to limit the results and then pass the fetched results. I have a selection criteria page with a D

Re: Open Source CMS Demo [Corason]

2008-06-12 Thread David Holt
Hello Philippe, I wish I were there... ;-) Unfortunately I had to return to work on Monday. I'll be looking forward to hearing updates on the list! Thanks, David On 12-Jun-08, at 11:17 AM, Philippe Rabier wrote: Hi David, Surely, we gonna give updates in this list regarding Corason. And

Localization Help! (was Localizer Default vs. Browser)

2008-06-12 Thread Drew Thoeni
My mail box remains empty on this question. Is there anyone with localization experience that could suggest what I'm doing incorrectly? I'm trying to send back the language of the users pre-selected choice (store in database). But the ERXLocalizer.setDefaultLangauge() seems to have no eff

Re: Maven vs Ant

2008-06-12 Thread Galen Rhodes
Whops. Actually that was for Pascal to C++. The only thing I can find on Pascal to Java is a couple of papers discussing what it would take to do it. But, seeing as how C++ is awfully close to Java I don't think it would take much. -- Galen Rhodes [EMAIL PROTECTED] http://www.photoyoda.c

Re: hiding eo attributes for ReportMill

2008-06-12 Thread James Cicenia
Just starting. I downloaded, read their instructions, etc. First off, it wouldn't stop reading my EOs. as it was assessing them. So then I figured a dictionary of keys, which I already have would be good. Created an XML file from that. It looked reasonable, but then it doesn't show anything

Re: Maven vs Ant

2008-06-12 Thread Galen Rhodes
You're right. How did we ever get along before Google? http://www.garret.ru/~knizhnik/ptoc/Readme.htm -- Galen Rhodes [EMAIL PROTECTED] http://www.photoyoda.com On Jun 12, 2008, at 3:05 PM, Don Lindsay wrote: Hello; I believe there already is one. Or maybe that is to C++, I dont remembe

Re: hiding eo attributes for ReportMill

2008-06-12 Thread Don Lindsay
Hello James; There is already an interface to reportMill for WebObjects. ReportMill made it, you can download it from their website.Are you just trying to run some reports or are you trying to encapsulate their visual designer IDE? Don On Jun 12, 2008, at 2:45 PM, James Cicenia wrot

Re: Maven vs Ant

2008-06-12 Thread Don Lindsay
Hello; I believe there already is one. Or maybe that is to C++, I dont remember. Don On Jun 12, 2008, at 2:50 PM, Galen Rhodes wrote: Maybe we need to develop a Turbo Pascal to Java converter? Then all of us nostalgic folk could bask in the warm glow of units. -- Galen Rhodes [EMAIL PR

Re: Maven vs Ant

2008-06-12 Thread Galen Rhodes
Maybe we need to develop a Turbo Pascal to Java converter? Then all of us nostalgic folk could bask in the warm glow of units. -- Galen Rhodes [EMAIL PROTECTED] http://www.photoyoda.com On Jun 12, 2008, at 2:45 PM, Don Lindsay wrote: Hello; Keeping in the same vein as other naming convent

Re: Maven vs Ant

2008-06-12 Thread Galen Rhodes
Let me tell you. You couldn't beat Turbo Pascal 4 for ease of use. It ran off of a single floppy right out of the box. No configuration, no downloading modules or patches. And it was FAST. Especially compared to Microsoft's crappy development tools. -- Galen Rhodes [EMAIL PROTECTED] ht

hiding eo attributes for ReportMill

2008-06-12 Thread James Cicenia
Hello - I wish to make a reporting interface to ReportMill. However, I want reportmill just to see the attributes that I want exposed. Some of my EOs have a lot of methods, attributes,etc. What is the simplest way to pass this information to ReportMill? I already have made dictionaries of ke

Re: Maven vs Ant

2008-06-12 Thread Don Lindsay
Hello; Keeping in the same vein as other naming conventions with WO, I respectfully recommend Fluffy Pascal. Don On Jun 12, 2008, at 1:42 PM, Pascal Robert wrote: Well, we already have WO Pascal, and it's me :-P Heck, we even have two Pascal in the community. I guess I can be Fat Pascal

Re: Apple and ... enterprise support?

2008-06-12 Thread Don Lindsay
Hello; There is quite a bit of enterprise support at Apple. OS X: Supports home directory encryption with file vault Supports CAC cards with no additional software Supports logging into an OS X server, Microsoft Active directory or both. Able to be locked down as a corporate desktop. Pushed

Re: Maven vs Ant

2008-06-12 Thread Don Lindsay
ACK ACK! You must be punished severely! Don On Jun 12, 2008, at 1:14 PM, jerry porter wrote: Or perhaps WO .NET? Being human is the strangest thing I have ever done. Jerry Porter --- On Thu, 6/12/08, Galen Rhodes <[EMAIL PROTECTED]> wrote: From: Galen Rhodes <[EMAIL PROTECTED]> Subj

Re: Maven vs Ant

2008-06-12 Thread Don Lindsay
Hey! There ya go we can get Borland to help. :) Don On Jun 12, 2008, at 1:10 PM, Galen Rhodes wrote: How about "WO Pascal" or, better yet, "TurboWO"! -- Galen Rhodes [EMAIL PROTECTED] http://www.photoyoda.com On Jun 12, 2008, at 12:55 PM, Don Lindsay wrote: He,he. WebObjects Cobol! Now

Re: Open Source CMS Demo [Corason]

2008-06-12 Thread Philippe Rabier
Hi David, Surely, we gonna give updates in this list regarding Corason. And I would like to add that Pascal Marcou has the lead on this project and he attends the wwdc so it will be a good idea to meet you to give you a better overview during the week. We'll be present at the WO extra sess

Re: Maven vs Ant

2008-06-12 Thread David LeBer
On 12-Jun-08, at 10:42 AM, Pascal Robert wrote: Well, we already have WO Pascal, and it's me :-P Heck, we even have two Pascal in the community. I guess I can be Fat Pascal :-P No, you are just a more robust implementation. How about "WO Pascal" or, better yet, "TurboWO"! -- Galen Rhod

Re: Maven vs Ant

2008-06-12 Thread Pascal Robert
Well, we already have WO Pascal, and it's me :-P Heck, we even have two Pascal in the community. I guess I can be Fat Pascal :-P How about "WO Pascal" or, better yet, "TurboWO"! -- Galen Rhodes [EMAIL PROTECTED] http://www.photoyoda.com On Jun 12, 2008, at 12:55 PM, Don Lindsay wrote:

Re: Apple and ... enterprise support?

2008-06-12 Thread Alan Ward
Ray, Timing is everything. Clearly now is the time. Alan On Jun 12, 2008, at 11:19 AM, Ray Kiddy wrote: It's killing me. One of my favorite jokes for when people ask me (since I was in the WebObjects group at Apple for a bunch of years) why Apple is so amazingly dense about WebObjects

Open Source CMS Demo

2008-06-12 Thread David Holt
Hi all, I wanted to follow up on the Corason demo at WOWODC. Is there somewhere we can go to get more information and/or participate? Thanks, David ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (W

Apple and ... enterprise support?

2008-06-12 Thread Ray Kiddy
It's killing me. One of my favorite jokes for when people ask me (since I was in the WebObjects group at Apple for a bunch of years) why Apple is so amazingly dense about WebObjects is this. Steve Jobs will talk about the enterprise when Pixar is doing a Star Trek movie. But he is ruining

Re: Maven vs Ant

2008-06-12 Thread jerry porter
Or perhaps WO .NET? Being human is the strangest thing I have ever done. Jerry Porter --- On Thu, 6/12/08, Galen Rhodes <[EMAIL PROTECTED]> wrote: > From: Galen Rhodes <[EMAIL PROTECTED]> > Subject: Re: Maven vs Ant > To: "Don Lindsay" <[EMAIL PROTECTED]> > Cc: "WebObjects Development" >

Re: Maven vs Ant

2008-06-12 Thread Galen Rhodes
How about "WO Pascal" or, better yet, "TurboWO"! -- Galen Rhodes [EMAIL PROTECTED] http://www.photoyoda.com On Jun 12, 2008, at 12:55 PM, Don Lindsay wrote: He,he. WebObjects Cobol! Now thats an idea. :) Don On Jun 11, 2008, at 7:29 PM, Galen Rhodes wrote: Let's bring back Makefiles. Th

Re: Maven vs Ant

2008-06-12 Thread Don Lindsay
He,he. WebObjects Cobol! Now thats an idea. :) Don On Jun 11, 2008, at 7:29 PM, Galen Rhodes wrote: Let's bring back Makefiles. That's what I learned to use back in the 80's. I miss the 80's. Where's my Pet Shop Boys CD? -- Galen Rhodes [EMAIL PROTECTED] http://www.photoyoda.com On J

Re: Fluffy Bunny + Re: WebObjects Nightly Builds and WOLips addition

2008-06-12 Thread Joe Little
The discussion re-insued this morning. >From Elmer Fudd we thought that perhaps the Maven layout is really the opposite of the Fluffy Bunny. So, the trend takes it to "Daffy Duck Layout" Pierre and others found that almost acceptable, but we can't quite leave Machiavellian in the dust. So, how a

The "Mobile me" web apps

2008-06-12 Thread Ricardo Legorreta
Message: 5 Date: Wed, 11 Jun 2008 22:06:50 +0200 From: Stephane Guyot <[EMAIL PROTECTED]> Subject: Re: The "Mobile me" web apps To: WebObjects Development Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Use JC and maybe JC components (from D

Re: ERJavamail bug ?? - TEMPORARY SOLVED BUT NEED INVESTIGATING

2008-06-12 Thread Simon McLean
so does you Application class subclass ERXAjaxApplication ? if so then that's the problem. You need to subclass ERXApplication (which itself is a subclass of ERXApplication for all the auto initialise stuff to work. Or call it explicitly as you are now doing. Simon On 12 Jun 2008, at 12:55

Re: ERJavamail bug ?? - TEMPORARY SOLVED BUT NEED INVESTIGATING

2008-06-12 Thread Amedeo Mantica
Hello Simon and all, I looked at ERJavaMail sources, now I have put in my Application constructor ERJavaMail.sharedInstance().initializeFrameworkFromSystemProperties(); but I don't understand why this method is not automatically called Mine is an ERXAjaxApplication. Thank you all Regards A

Re: ERJavamail bug ??

2008-06-12 Thread Gavin Eadie
On Jun 12, 2008, at 6:54 AM, Simon McLean wrote: [Is] it is a wonder app (are you subclassing ERXApplication / ERXSession etc) ? if you are then you can create a properties file in your user directory called WebObjects.properties (/users/simon/ WebObjects.properties for example) and put pr

Re: ERJavamail bug ??

2008-06-12 Thread Simon McLean
it is a wonder app (are you subclassing ERXApplication / ERXSession etc) ? if you are then you can create a properties file in your user directory called WebObjects.properties (/users/simon/ WebObjects.properties for example) and put properties in there. It's the last one to be read in whe

Re: ERJavamail bug ??

2008-06-12 Thread Amedeo Mantica
Hi Simon 1) Thank you very very much for the help 2) I have the ERJavaMail binary, my Properties are in the Resources folder of my app, I don't know any other methods: WebObjects.properties file ?? where or in the app properties --- OK i have set er.javamail.centralize = false or in

Re: WebObjects Nightly Builds and WOLips addition

2008-06-12 Thread Andrus Adamchik
On Jun 12, 2008, at 4:34 AM, Chuck Hill wrote: My question was more of this: I already keep my dependancies (as deployed) in svn. So I don't have any fear of them being unavailable in the future. Given that (and that I am comfortable with the implications of that as I understand them), w

Re: Versioning ... CVS or Subversion?

2008-06-12 Thread Jean-François Veillette
most of frameworks are not for reuse with other applications, but to make modular application, choosing what frameworks to use. anyway. maintianing bunch of repositories simultanously is not what i want to do Ok then, just add everything to your single git repository. cd into your workspace,