That works for me. Did you add
# Project Encoding
er.extensions.ERXApplication.DefaultEncoding=UTF-8
to your properties file?
Ramsey
On Sep 17, 2009, at 10:33 AM, Francesco Romano wrote:
I set the currency in the constructor of the component:
numberFormatter = new NSNumberFormatter("$ #,#
Please run our kit in 64-bit mode; e.g. by adding "-d64" as a launch
argument. PDF generation is about 33 to 50 percent faster than in 32-
bit mode. For example, the 38 page general ledger report takes .23
seconds to generate. This is real speed! Now try to do this with iText
or ReportMill.
Dear WebObjecters,
We have some really cool examples of how we use the PDFkit for our own
WebObjects projects:
Advanced Examples
http://www.webappz.com/downloads/WEBAPPZ_PDFkitExamples_5_4_3.tgz
With Kind Regards,
Dennis Gaastra,
Chief Technology Officer,
WEBAPPZ Systems, Inc.
___
On 18/09/2009, at 6:53 AM, Ray Kiddy wrote:
On Sep 17, 2009, at 1:19 PM, s. tunji turner wrote:
How about a blog built using opensourced blog application code and
the opensourced wonder framework w/ examples of it connecting to
different opensoured dbs( ie MYSQL)
S. Tunji Turner
On Sep 1
On 18/09/2009, at 6:44 AM, Jean Pierre Malrieu wrote:
Le 17 sept. 09 à 21:44, Lachlan Deck a écrit :
On 17/09/2009, at 7:01 PM, Pascal Robert wrote:
I get reports from multiple people in France that are saying the
same thing. Based on those reports, it look like most WO devs in
France are
FYI - the new package has been successfully tested on both 10.5.8 and
10.6.1 systems. Please report any additional Issues.
###
Note: Updates to the turnkey installer are happening much more
frequently now
On Sep 17, 2009, at 1:19 PM, s. tunji turner wrote:
How about a blog built using opensourced blog application code and
the opensourced wonder framework w/ examples of it connecting to
different opensoured dbs( ie MYSQL)
S. Tunji Turner
On Sep 17, 2009, at 4:12 PM, Ray Kiddy wrote:
p
Le 17 sept. 09 à 21:44, Lachlan Deck a écrit :
On 17/09/2009, at 7:01 PM, Pascal Robert wrote:
I get reports from multiple people in France that are saying the
same thing. Based on those reports, it look like most WO devs in
France are/will drop WO in the next 12 months, and France was one
How about a blog built using opensourced blog application code and the
opensourced wonder framework w/ examples of it connecting to different
opensoured dbs( ie MYSQL)
S. Tunji Turner
On Sep 17, 2009, at 4:12 PM, Ray Kiddy wrote:
On Sep 17, 2009, at 9:29 AM, Christian Trotobas wrote:
On Sep 17, 2009, at 9:29 AM, Christian Trotobas wrote:
But in the meantime, please let's continue and advocate. For a few
years, and maybe for a while in the future, we are not only WO
developers and supporters, but also marketing people by need. Today,
nobody on Earth shares a better po
On 17/09/2009, at 7:01 PM, Pascal Robert wrote:
I get reports from multiple people in France that are saying the
same thing. Based on those reports, it look like most WO devs in
France are/will drop WO in the next 12 months, and France was one of
the biggest WO "market" :-/
On Sep 16, 20
It has worked so far... :-P
On Sep 17, 2009, at 10:09 AM, Mike Schrag wrote:
The twist on this, I suppose, is that we should ENCOURAGE people to
leave the community so we can kick their asses and steal their
contracts by continuing to build WO apps.
ms
On Sep 17, 2009, at 12:29 PM, Chris
Um, short term gain, long term loss I think :(
On Thu, Sep 17, 2009 at 10:09 AM, Mike Schrag wrote:
> The twist on this, I suppose, is that we should ENCOURAGE people to leave
> the community so we can kick their asses and steal their contracts by
> continuing to build WO apps.
>
> ms
>
> On Sep
I like it. I need a place to go. :-)
Tim
UCLA GSE&IS
On Sep 17, 2009, at 10:09 AM, Mike Schrag wrote:
The twist on this, I suppose, is that we should ENCOURAGE people to
leave the community so we can kick their asses and steal their
contracts by continuing to build WO apps.
ms
On Sep 17,
The twist on this, I suppose, is that we should ENCOURAGE people to
leave the community so we can kick their asses and steal their
contracts by continuing to build WO apps.
ms
On Sep 17, 2009, at 12:29 PM, Christian Trotobas wrote:
Just for the exercise of giving another point of view: my c
+1
On Sep 17, 2009, at 12:42 PM, David Holt wrote:
On 17-Sep-09, at 9:29 AM, Christian Trotobas wrote:
But in the meantime, please let's continue and advocate. For a few
years, and maybe for a while in the future, we are not only WO
developers and supporters, but also marketing people
On 17-Sep-09, at 9:29 AM, Christian Trotobas wrote:
But in the meantime, please let's continue and advocate. For a few
years, and maybe for a while in the future, we are not only WO
developers and supporters, but also marketing people by need.
Today, nobody on Earth shares a better posi
Just for the exercise of giving another point of view: my company does
not plan at all to drop WO. On the contrary, we are able to introduce
the framework to new customers in France for 3 years now, and we train
new WO developers every year.
For public institutions, it is true that they are
If your database supports stored procedures, you may want to put this
type of logic up there.
André
On 16-Sep-09, at 11:47 PM, Andrew Lindesay wrote:
Hello Chan;
One possibility is to use "cron" on UNIX and use "curl" to hit a DA
in your WOA. From there it can;
a) do the task straight
bizarre!!
On 17-Sep-09, at 11:00 AM, Nilton Lessa wrote:
but data must be stored on an opensource database
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (Webobjects-dev@lists.apple.com)
Help/Unsub
>> we have a scheduler app (wo app) that uses quartz
>> (http://www.opensymphony.com/quartz/) to run all sorts of things, from
>> maintenance stuff to billing systems.
>
> I also wrote a nice quartz-integrated scheduling app.
>
> I put all the business logic for the automated tasks in my core frame
Hi,
On 17/09/2009, at 10:25, Amedeo Mantica wrote:
Hello,
In Italy in sliglty different, public insitutions require use of
opensource product for database, but not for applications:
I can use WebObjects but data must be stored on an opensource
database ( ex: MySQL )
MS Office can be use
I set the currency in the constructor of the component:numberFormatter = new NSNumberFormatter("$ #,##0.00");numberFormatter.setLocalizesPattern(true);numberFormatter.setCurrencySymbol("€");But this is the rendered html:? 3.500,00FrancescoIl giorno 17/set/2009, alle ore 13.49, Ramsey Lee Gurley ha
Hello,
In Italy in sliglty different, public insitutions require use of
opensource product for database, but not for applications:
I can use WebObjects but data must be stored on an opensource database
( ex: MySQL )
MS Office can be used but you have to produce opensource docs, DOCX,
OD
On Sep 17, 2009, at 6:12 AM, Simon McLean wrote:
we have a scheduler app (wo app) that uses quartz
(http://www.opensymphony.com/quartz/) to run all sorts of things, from
maintenance stuff to billing systems.
I also wrote a nice quartz-integrated scheduling app.
I put all the business logic f
Hello I mange to solve the problem
What I hjad to do was un the url of the connection of MYSQL in
EOModeler set the ?characterEncoding UTF-8 at the end of the url..
then I recheked that the db was in utf-8 encoding...
it seems its working now. :P
What other parameters should I put ?... to e
Hi Francesco,
Where is the EURO sign failing? Is it stored in the database, the
localized strings file, the component...?
Ramsey
On Sep 17, 2009, at 2:26 AM, Francesco Romano wrote:
Ok.. I'll take a look to ERXLocalizer.
(I thought having different wo component very similar to have
diff
Sadly that doesn't require scala, it requires basically any language
other than java at this point.
Sent from my iPhone
On Sep 17, 2009, at 5:01 AM, "Kieran Kelleher"
wrote:
Hmmm . besides thread-safety, Mike Schrag might get the
equivalent to his beloved Obj-C blocks in WebObjects a
we have a scheduler app (wo app) that uses quartz
(http://www.opensymphony.com/quartz/) to run all sorts of things, from
maintenance stuff to billing systems.
simon
2009/9/17 Chan Yeow Heong, Jerome :
> Is there a mechanism for performing periodic database house cleaning tasks
> under WebObjects?
Hello.
Well I was thrilled by this.
The application allows the admin to assign strings to another user,
he can select even thousands of rows and do the assignment, then
suddenly it blew up with this exception:
Bonjour IM with Gustavo Pizano 9/17/09 11:29 AM
Sep 17 11:19:00 XWSLocalizer[
I get reports from multiple people in France that are saying the same
thing. Based on those reports, it look like most WO devs in France are/
will drop WO in the next 12 months, and France was one of the biggest
WO "market" :-/
On Sep 16, 2009, at 5:14 AM, Mike Nowak wrote:
I don't car
Hmmm . besides thread-safety, Mike Schrag might get the equivalent
to his beloved Obj-C blocks in WebObjects after all ;-)
http://twitter.com/mschrag/status/3944262316
On Sep 16, 2009, at 9:27 PM, Ravi Mendis wrote:
Dusting off an ancient thread here...
For those interested in programmi
Hi Susanne
Glad that it works. I have not noticed there is URLEncoder call in standard
java package. The effects, I checked, is the same- that is converting the
value into MIME format. Thanks for updating and learn something today :)
Cheers
Cheong Hee
- Original Message -
From:
Hi Cheong,
many thanks for your suggestion. I followed your path and encode the url
parts manually by using URLEncoder.encode("München", "UTF-8") before
setting into the WORedirect component. To be sure I use URLDecoder in
the other application to get my values back although this seems to be
34 matches
Mail list logo