Spell Check with WebObjects

2008-11-10 Thread shravan kumar
Hello Mike/ Group, Given the limitation of 1000 requests/ day and 10 words to be sent at a time, I am a bit scary to use Google spell check API. Do we have any other better alternative. Please advise. Thanks in advance. Thank You, Shravan From:

Re: EOQualifier wildcard problem

2008-11-10 Thread Richard Stephens
What template are you using? Whatever the defaults included with the framework are. Thanks for those, I will definitely take a look at them. On 11/11/2008, at 12:18 PM, Lachlan Deck wrote: On 11/11/2008, at 10:25 AM, Richard Stephens wrote: As you're using Wonder: YourEntity.CITY.caseInse

Re: EOQualifier wildcard problem

2008-11-10 Thread Lachlan Deck
On 11/11/2008, at 10:25 AM, Richard Stephens wrote: As you're using Wonder: YourEntity.CITY.caseInsensitive(string + "*"); Slightly off topic, but do i have to change my EOGenerator templates to get this syntax? Yes. I've attached a (slightly modified) version of Mike's templates as link

Re: WebObjects binding to MYSQL Views - SOLVED

2008-11-10 Thread Chuck Hill
On Nov 10, 2008, at 5:15 PM, George wrote: I have used the ‘reverse engineer’ option in the Entity-Modeller, that has created an Entity based on my database view, and set its property to read-only [which is what I wanted]. When I verify the model, I get an error saying View[etc] must have

RE: WebObjects binding to MYSQL Views - SOLVED

2008-11-10 Thread George
I have used the 'reverse engineer' option in the Entity-Modeller, that has created an Entity based on my database view, and set its property to read-only [which is what I wanted]. When I verify the model, I get an error saying View[etc] must have a primary key defined, so I guess I will modif

WebObjects binding to MYSQL Views

2008-11-10 Thread George
I have some reporting requirements that are experiencing performance/load issues, when aggregating data using EO objects and transversing all their relationships. To solve this I have created a MYSQL view which 'flattens' the data structure and executes very quickly, [and should go some way to fix

Re: EOQualifier wildcard problem

2008-11-10 Thread Richard Stephens
As you're using Wonder: YourEntity.CITY.caseInsensitive(string + "*"); Slightly off topic, but do i have to change my EOGenerator templates to get this syntax? I don't seem to have it on any of my entities. Regards, Richard Stephens Ph: 07 3136 3426 Mob: 0410 111 570 Email: [EMAIL PROTECTE

Re: EOQualifier wildcard problem

2008-11-10 Thread Awbrey Tyler Hughlett
On Nov 10, 2008, at 5:20 PM, Ramsey Gurley wrote: Are you sure this is what isn't working for you? Perhaps a typo? String cityWildcard = "lub"; NSArray args = new NSArray(cityWildcard + "*"); EOQualifier qual1 = EOQualifier.qualifierWithQualifierFormat("city

Re: EOQualifier wildcard problem

2008-11-10 Thread Ramsey Gurley
Are you sure this is what isn't working for you? Perhaps a typo? String cityWildcard = "lub"; NSArray args = new NSArray(cityWildcard + "*"); EOQualifier qual1 = EOQualifier.qualifierWithQualifierFormat("city caseInsensitiveLike 'lub*'", null); EOQualifier q

Re: EOQualifier wildcard problem

2008-11-10 Thread Lachlan Deck
On 11/11/2008, at 9:16 AM, Awbrey Hughlett wrote: On Nov 10, 2008, at 3:58 PM, Chuck Hill wrote: On Nov 10, 2008, at 1:31 PM, Awbrey Hughlett wrote: Why does this work for matching the word "Lubbock": EOQualifier.qualifierWithFormat("city caseInsensitiveLike 'lub*'", null); and

JNDI Datasource vs JDBC (Tomcat deployment)

2008-11-10 Thread Peter Newnam
Hi Does anyone know what the advantages/disadvantages are for using a JNDI Datasource with a Jakarta Commons Database Connection Pool (DBCP) compared to letting WebObjects (or more specifically Project Wonder if it makes a difference in the way a JDBC connection or pooling is handled) handle th

Re: EOQualifier wildcard problem

2008-11-10 Thread Awbrey Hughlett
On Nov 10, 2008, at 3:58 PM, Chuck Hill wrote: On Nov 10, 2008, at 1:31 PM, Awbrey Hughlett wrote: Why does this work for matching the word "Lubbock": EOQualifier.qualifierWithFormat("city caseInsensitiveLike 'lub*'", null); and not this: String cityWildcard =

Re: EOQualifier wildcard problem

2008-11-10 Thread Chuck Hill
On Nov 10, 2008, at 1:31 PM, Awbrey Hughlett wrote: Why does this work for matching the word "Lubbock": EOQualifier.qualifierWithFormat("city caseInsensitiveLike 'lub*'", null); and not this: String cityWildcard = "lub"; NSArray args = new NSArray(cityWild

EOQualifier wildcard problem

2008-11-10 Thread Awbrey Hughlett
Why does this work for matching the word "Lubbock": EOQualifier.qualifierWithFormat("city caseInsensitiveLike 'lub*'", null); and not this: String cityWildcard = "lub"; NSArray args = new NSArray(cityWildcard + "*"); EOQualifier.qualifierWithFormat("c

Re: Update & Delete of an Enterprise Object causes EOEditingContext.saveChanges() to Exception

2008-11-10 Thread Chuck Hill
OK, that is just crazy. My best guess is that some in your model / project has gotten totally scrambled. Try creating a totally new project and make a very minimal example to see if you can get it to work. Chuck On Nov 10, 2008, at 2:25 AM, Tim Kitchener wrote: On 8 Nov 2008, at 01:4

Re: Session for webobjects

2008-11-10 Thread Chuck Hill
On Nov 8, 2008, at 9:48 PM, Don Lindsay wrote: Hello; A couple of questions: 1. Is it possible to have a web objects application without any web interface? Of course. 2. Is it possible to access a session for a web objects application through jndi? I am not sure that makes sense.

Re: Great Web 2.0 graphics, buttons, etc., site for photoshop challenged WO Developers ; -)

2008-11-10 Thread Stephane Guyot
Kieran, have a look : http://www.brightpointinc.com/FlexDemos/degrafagauge/ degrafagaugesample.html http://examples.adobe.com/flex2/consulting/styleexplorer/ Flex2StyleExplorer.html Notes that you don't need to press "update", there's some logic on the client side. And one more thing , it

Great Web 2.0 graphics, buttons, etc., site for photoshop challenged WO Developers ; -)

2008-11-10 Thread Kieran Kelleher
http://www.freshgenerator.com/ ___ 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://lists.apple.com/mailman/options/webobject

Re: Wonder tutorial issue

2008-11-10 Thread Timothy Reaves
On Nov 10, 2008, at 11:13 AM, Timothy Reaves wrote: I'm trying to follow along with the video tutorial (Part 1) for SooperSeekrit. I have my project set up, my database running (Postgresql in my case), my migration, etc. When I go to run the app the first time (about 11 minutes into the

Wonder tutorial issue

2008-11-10 Thread Timothy Reaves
I'm trying to follow along with the video tutorial (Part 1) for SooperSeekrit. I have my project set up, my database running (Postgresql in my case), my migration, etc. When I go to run the app the first time (about 11 minutes into the video), it is supposed to connect to the database an

Re: Bourges

2008-11-10 Thread Frédéric JECKER
Wooops Sorry for this mistake, I was too quick to send this mail and missed the autocomplete :-) FJ Le 10 nov. 08 à 11:35, Frédéric JECKER a écrit : Pour information, Le serveur de base de données de Bourges est sans doutes planté. Mr Furcy s'occupe du problème Frédéric JECKER Chef de pr

Bourges

2008-11-10 Thread Frédéric JECKER
Pour information,Le serveur de base de données de Bourges est sans doutes planté.Mr Furcy s'occupe du problème Frédéric JECKERChef de projet techniqueGIP [EMAIL PROTECTED]Pavillon 127 rue du 4ème RSM B.P. 29F-68250  ROUFFACHTél : +33 (0)3 89 78 79 02Fax : +33 (0)3 89 78 79 00Web : http://www.symari

Re: Update & Delete of an Enterprise Object causes EOEditingContext.saveChanges() to Exception

2008-11-10 Thread Tim Kitchener
On 8 Nov 2008, at 01:47, Chuck Hill wrote: We really need the entire, complete stack trace. Something odd is going on. Chuck Apologies for the delay. Code public WOComponent updateTest() { Session session = (Session) session(); EOEditingCont