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:
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
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
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
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
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
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
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
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
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
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
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 =
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
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
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
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.
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
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
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
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
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
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
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
23 matches
Mail list logo