Ok.. I'll take a look to ERXLocalizer.
(I thought having different wo component very similar to have
different .nib files..plus using the .string file for "programmatic"
localization).
And.. what about the EURO sign? Why I can't render it??
Il giorno 17/set/2009, alle ore 01.24, Ramsey Lee
You're right - it's not necessarily anti-concurrent.
Just that if you use a static var you must ensure that it is private and its
setter is synchronized (or some similar precaution to make its use thread-safe).
Scala offers the convenience of not allowing the developer to ever define a
shared
FOR IMMEDIATE RELEASE / September 17, 2009
WEBAPPZ releases PDFkit 5.4.3.
After several years since the first release of WEBAPPZ's PDFkit,
WEBAPPZ is making the product available at no charge. WEBAPPZ has
decided to modernize its revenue model regarding its PDF generation
product. Instead
On 17/09/2009, at 3:24 PM, Ravi Mendis wrote:
I am thinking of using Scala with WebObjects...yes.
Typically deadlocks are more likely to be caused by your own code,
rather than the underlying frameworks.
This assumes you're using Wonder/WO/EOF in a thread-safe manner.
i.e you are taking the
Hi Q,
I am thinking of using Scala with WebObjects...yes.
Typically deadlocks are more likely to be caused by your own code, rather than
the underlying frameworks.
This assumes you're using Wonder/WO/EOF in a thread-safe manner.
i.e you are taking the necessary precautions for EOF (like turnin
On 17/09/2009, at 2:43 PM, Ravi Mendis wrote:
Playtime is over for Scala...
...my intention is to do my next production app in Scala.
The primary motivation for using Scala is that it is inherently
thread-safe.
Web 2.0 apps (like a ERDivaLook app for example) really need
concurrent request
I should have looked there to begin with. This was my answer:
"Scala compiles to java bytecode. Hence using it with WebObjects is
fairly straightforward."
Thanks for taking the time to put up that resource. I don't relish
learning a new language right now but the reasons to do so are good
On Sep 16, 2009, at 5:14 AM, Mike Nowak wrote:
I don't care particularly if its open source. I just want a road
map or a deprecation date if any.
Yeah, me too
On the opposite, we are giving up on WO because our clients (French
public institutions) want open source solutions.
JPM
Hi Tim,
Yes.
Here's how to use Scala to code a WO app:
http://wiki.objectstyle.org/confluence/display/WO/WebObjects+with+Scala
Thanks,
Ravi
On Thursday, September 17, 2009, at 06:51AM, "Tim Worman"
wrote:
>Ravi et al:
>
>How is it possible to use another language like Scala to code
>WebObj
Ravi et al:
How is it possible to use another language like Scala to code
WebObjects apps? Sorry for the newb question - I'm really interested
in the answer. My first real programming (apart from filemaker,
applescript, shell, etc.) is webobjects and I wasn't a computer
science major so t
Playtime is over for Scala...
...my intention is to do my next production app in Scala.
The primary motivation for using Scala is that it is inherently thread-safe.
Web 2.0 apps (like a ERDivaLook app for example) really need concurrent request
handling.
With Java, one can be careful, but unless
Thanks Ravi, I will check it out. It's only been 2 years and 3 months
since I asked the original question. :)
Over the last couple of years I have actually written a few proof of
concept approaches for writing wo apps in other languages: ruby,
groovy, javascript, etc. They worked with vario
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 away in the R-R cycle
b) do the task in a background thread on the same VM
c) offload the task to a bank of batch-processing VMs to run in a
constrained t
On 17/09/2009, at 1:35 PM, Chuck Hill wrote:
On Sep 16, 2009, at 8:29 PM, Lachlan Deck wrote:
On 17/09/2009, at 12:52 PM, John Ours wrote:
On Sep 16, 2009, at 10:24 PM, Andrew Lindesay wrote:
On the path to WO 5.4.3 over 2007/2008, and simply when I'm
trying to understand specific behavi
Is there a mechanism for performing periodic database house cleaning
tasks under WebObjects?
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update yo
On Sep 16, 2009, at 8:29 PM, Lachlan Deck wrote:
On 17/09/2009, at 12:52 PM, John Ours wrote:
On Sep 16, 2009, at 10:24 PM, Andrew Lindesay wrote:
On the path to WO 5.4.3 over 2007/2008, and simply when I'm trying
to understand specific behaviours, not having the source-code was/
is quite
On 17/09/2009, at 12:52 PM, John Ours wrote:
On Sep 16, 2009, at 10:24 PM, Andrew Lindesay wrote:
On the path to WO 5.4.3 over 2007/2008, and simply when I'm trying
to understand specific behaviours, not having the source-code was/
is quite annoying -- I would have thought that it would be
Hello John;
...and I don't think the source would necessarily have much impact
on the community.
If I had have had the source code I would have been able to
investigate, patch and move forward rather than roll-back to a
previous major version and then to wait an indefinite and unknown
p
On Sep 16, 2009, at 10:24 PM, Andrew Lindesay wrote:
Hi John;
On the path to WO 5.4.3 over 2007/2008, and simply when I'm trying
to understand specific behaviours, not having the source-code was/is
quite annoying -- I would have thought that it would be beneficial
for Apple to have all o
On 17/09/2009, at 12:24 PM, Andrew Lindesay wrote:
Here's the other thing from a developer standpoint...if they ever
were to open source it, it would surely be APSL and not GPL so you
could never borrow any of the code for anything anyway. Most Linux
distributions won't touch the APSL (see
On 17/09/2009, at 11:35 AM, David LeBer wrote:
On 2009-09-16, at 9:27 PM, Ravi Mendis wrote:
Dusting off an ancient thread here...
For those interested in programming WebObjects in Scala, you might
like:
http://wiki.objectstyle.org/confluence/display/WO/WebObjects+with+Scala
Thanks to Do
Hi John;
Here's the other thing from a developer standpoint...if they ever
were to open source it, it would surely be APSL and not GPL so you
could never borrow any of the code for anything anyway. Most Linux
distributions won't touch the APSL (see launchd and bonjour). So
really what w
On Sep 16, 2009, at 8:00 PM, Chuck Hill wrote:
but I can't think of anything else that might motivate them to make
any significant changes.
Well the usual motivation is twofold: (1) to allow the product to
evolve faster and cheaper because of community involvement and/or (2)
to increase
On 2009-09-16, at 9:27 PM, Ravi Mendis wrote:
Dusting off an ancient thread here...
For those interested in programming WebObjects in Scala, you might
like:
http://wiki.objectstyle.org/confluence/display/WO/WebObjects+with
+Scala
Thanks to Dominique Schonenberger for gifting me "Programmi
Dusting off an ancient thread here...
For those interested in programming WebObjects in Scala, you might like:
http://wiki.objectstyle.org/confluence/display/WO/WebObjects+with+Scala
Thanks to Dominique Schonenberger for gifting me "Programming in Scala" (by
Martin Odersky) for my holidays :)
F
Oh yes, I went back to my project that use gdata, and I remembered
that the JARs that Google provide are for Java 6... I had to compile
them in a Eclipse project to build Java 5 JARs.
Greeting,
Has anyone installed and used gdata with WebObjects? Gdata looks
like the best option for gett
Le 09-09-16 à 20:00, Chuck Hill a écrit :
On Sep 16, 2009, at 4:48 PM, arosenzw...@clinworx.com wrote:
Hi Stephane (and all WOrriors),
You make a good argument but think of it another way:
1) WO is not directly making money for apple
2) Open-sourcing could be a money loser for apple: The
On Sep 16, 2009, at 4:48 PM, arosenzw...@clinworx.com wrote:
Hi Stephane (and all WOrriors),
You make a good argument but think of it another way:
1) WO is not directly making money for apple
2) Open-sourcing could be a money loser for apple: They might lose a
perceived bargaining chip.
Hi Stephane (and all WOrriors),
You make a good argument but think of it another way:
1) WO is not directly making money for apple
2) Open-sourcing could be a money loser for apple: They might lose a
perceived bargaining chip.
There is no financial incentive for Apple to open WO.
I only see
Hi Francesco,
I'll second what Pascal is saying. Unless you really _need_ a
localized component, stick to localized strings. You'll just end up
making your app *a lot* harder to maintain with lots of localized
WOComponents. It's simple math... two components = twice the work. :-)
Ramse
Amen.
On Sep 16, 2009, at 1:21 PM, Klaus Berkling wrote:
On Sep 16, 2009, at 5:14 AM, Mike Nowak wrote:
I don't care particularly if its open source. I just want a road
map or a deprecation date if any.
Yeah, me too. WO being Open Source doesn't do anything for me -
other than that I ca
Do yourself a favor and use ERXLocalizer. The method of having one WO
component per language is purely trouble.
Hi..
I need to localize a WO app in two languages: italian and english.
So.. I read this page:
http://wiki.objectstyle.org/confluence/display/WO/Web+Applications-Development-Localiz
On Sep 16, 2009, at 11:50 AM, Greg Smith wrote:
Greeting,
Has anyone installed and used gdata with WebObjects? Gdata looks
like the best option for getting google calendar data into
WebObjects. I tried to install it but no luck, WO can't find
imports. There may be some issues with gda
I played with the Google Analytics API, which I think also use gdata,
and it was working fine. I guess you can also use CalDAV to get
calendar data from Google Calendar, I didn't try their implementation
with ical4j-connect but I'm pretty sure it will work.
Greeting,
Has anyone installed
I use the youTube apis. I just drop the jars I need into the
libraries folder and then add them to the class path.
HTH,
Johnny
On Sep 16, 2009, at 8:50 AM, Greg Smith wrote:
Greeting,
Has anyone installed and used gdata with WebObjects? Gdata looks
like the best option for getting goo
Hi..
I need to localize a WO app in two languages: italian and english.
So.. I read this page:
http://wiki.objectstyle.org/confluence/display/WO/Web+Applications-Development-Localization+and+Internationalization
I create two folders in Resources: Italian.lproj and English.lproj.
Than I move every
Greeting,
Has anyone installed and used gdata with WebObjects? Gdata looks like
the best option for getting google calendar data into WebObjects. I
tried to install it but no luck, WO can't find imports. There may be
some issues with gdata expecting to be use with Tomcat. All I've
tri
On Sep 16, 2009, at 5:14 AM, Mike Nowak wrote:
I don't care particularly if its open source. I just want a road map
or a deprecation date if any.
Yeah, me too. WO being Open Source doesn't do anything for me - other
than that I can share my WO deployment installer with the wocommunity.
W
You mean WO is moving back to Objective C, bravo!
On 16-Sep-09, at 5:19 AM, Stephane Guyot wrote:
SUN is in my point of view the Lehman Brother of IT
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list
Ok people,
The two surveys are up. As in last year, we have one survey for
organizations and one for individual developers. If you are a one-man
shop, please answer both surveys.
Organization survey :
http://www.survs.com/survey?id=CRDU8UY3&channel=T8TGXAW70R
Preview : htt
I don't care particularly if its open source. I just want a road map
or a deprecation date if any.
On Sep 15, 2009, at 9:57 AM, Mike Schrag wrote:
apple has patents on many aspects of WebObjects that are valuable
On Sep 15, 2009, at 9:54 AM, Mike Nowak wrote:
I just don't understand why an
I know that the community, Mike, Chuck, Pascal, Anjo and ... ,
are doing great work to promote WO, but I not totally agree the way
they do it.
I give enough money to Apple, buying Macs, iPhone, iPods and iTunes
Music
( I'm very happy client, http://itunes.apple.com/WebObjects/MZStore
Hi,
my primary goal was not to discuss about patents.
I just think that WebObjects is a WOnderfull technology, very well
integrated solution ( EOF+WO )
I've spent 10 years developping with WO, but for 3 years now I'm
working with Flex.
Nice technology, server side agno
I dunno much about patents, but I think patents are a way to leave a
mark in history. Just that people confuse that to lave a mark (read as
"leave millions of $$ " ) in the bank account.
:P
G.
On Sep 16, 2009, at 10:14 AM, Anjo Krank wrote:
Am 16.09.2009 um 09:48 schrieb Q:
Patents shou
Am 16.09.2009 um 09:48 schrieb Q:
Patents should be a way to protect yourself from having to compete
against your own invention in a commercial market. Ie. Patents
should exist for the purpose of protection from direct competition
and utilising an idea or invention with exclusivity, not a w
On 16/09/2009, at 7:02 AM, Mike Schrag wrote:
If you were well-versed in ANY field, wouldn't your scenario equally
be true? If I'm a mechanic and you come up with a new engine design,
once I see what you've done and how you've done it, it's probably
pretty easy for me to make one ... I hav
46 matches
Mail list logo