Thanks, Ken.
I've been using Dash for a while now for Cocoa and iOS projects, and it's very
useful - once you pay to remove the nag screens, that is. I've also found the
Ruby, Python, JavaScript… etc docsets of use.
Paul
On 27 Jun 2013, at 12:46, ISHIMOTO Ken wrote:
> Here is the Informatio
On 12 Jul 2012, at 02:14, Daniel Beatty wrote:
> On a side note, do we have cheat sheets or a curriculum from the boot camp
> before WOWODC 2012? As a professor type, I would really love to borrow the
> instructors material to help my own students, as I get them. Even if I am
> only tutori
On 9 Oct 2008, at 19:22, David Holt wrote:
I don't understand the behaviour of my application. I have a form on
a page whose values I save with a submit button.
I would also like to implement saveChanges() when the user navigates
to a different part of the form (clicks a link) but calling t
On 29 Jul 2008, at 15:27, Florijan Stamenkovic wrote:
I'm about to switch to using prototypes (wonder). A few questions...
1. From what I've read some runtime work is necessary to switch
between database specific prototype entities. How does that relate
to entity modeler's Database config p
As Simon says, plus see below.
Paul
On 28 Jul 2008, at 07:09, Michael Scott wrote:
I have an app developed on a Leopard box in WO5.4 and then deployed
on a Tiger server. In deployment, the WO5.4 frameworks are bundled
into the application package, so (I hope) the application uses
nothing
If you aren't using Wonder/log4j, WOStatisticsStore includes rotation
period on setLogFile(), which produces that style of log rotation with
5.3; I can't confirm if it works with 5.4.
On 17 Jul 2008, at 18:04, Yung-Luen Lan wrote:
Hi,
How to setup the log rotation of webobjects app? My app
On 14 Jul 2008, at 14:40, George Domurot wrote:
Question: can you modify, build and run old XCode projects in 3.1,
i.e. for basic code maintenance?
Yes, it works. I've got couple of projects that it would be a big,
big waste of time to convert to Eclipse until I absolutely have to.
You
This doesn't quite resemble EO, but you might take a look at QuickLite.
http://www.webbotech.com/
I'd describe it as being loosely at JDBC level - probably better than
most likely quick hacks, but a long way from Enterprise Objects. I
have used it in an app that had to run on pre-Core Data
On 18 Jun 2008, at 16:52, Guido Neitzer wrote:
On 18.06.2008, at 00:03, David den Boer wrote:
We use SOAP webservices on many of our applications, some of which
receive several hundred thousand transactions daily without any
issues. I find the ease of using SOAP over other options so much
+1 for jfreechart here. I haven't used it specifically for
sparklines, but it seems easy enough to do, as Google will tell you:
http://left.subtree.org/2007/01/15/creating-sparklines-with-jfreechart/
Paul
On 16 Jun 2008, at 21:46, James Cicenia wrote:
I am quite sure the jFreeChart could h
On 17 Dec 2007, at 16:08, Doug Thompson wrote:
First, does WebObjects work with Leopard.
Second, any tutorial or book recommendation would be most appreciated.
For a tutorial, take a look at:
wotutorial.furfly.com
This is aimed at the 5.3 version of WebObjects and Tiger, but is
otherwise
On 9 Dec 2007, at 16:50, Don Lindsay wrote:
Here is the Code:
import com.webobjects.foundation.*;
import com.webobjects.appserver.*;
import com.webobjects.eocontrol.*;
import com.webobjects.eoaccess.*;
public class editAgent extends
com.psgs.dodig.dwtm.AbstractSubComponent {
/** @Type
On 7 Dec 2007, at 16:03, Alan Ward wrote:
The unsaved objects(s) are still in your EOEditingContext and thus
any future attempts to save
will try to save them again (along with any subsequent changes).
The approach that you describe
below is not the best one. What you want to do is to ca
On 28 Nov 2007, at 07:59, Art Isbell wrote:
On Nov 27, 2007, at 9:51 PM, Helmut Schottmüller wrote:
I want to build a WO command line application to use EOF to fill up
some databases. This application should be called by a cron job.
I think I have to use EOClientApplicationSupport... Does any
On 26 Nov 2007, at 12:00, Erwin Hogeweg wrote:
I am trying to understand the WO framework(s), and figured that the
Amazon Web Services would be a good place to start prototype
something. I have a Web Services application, that I want to re-
write for the Mac.
On Nov 26, 2007, at 3:23 AM,
On 19 Nov 2007, at 13:29, Amedeo Mantica wrote:
1st problem:
eo generation process works fine and generate my java files, but I
have an error this the subclasses:
public static NSArray allObjects(EOEditingContext
aContext) {
return _INImage.objectsForFetchAll(aContext);
}
On 29 Oct 2007, at 16:52, Mike Schrag wrote:
I prefer FrontBase ... It's trivial to setup, runs very well, and
it's free. MySQL and PostgreSQL are obvious other choices as well.
OpenBase is another obvious choice. One that seems to be somewhat
ignored on this list, for no obvious reason.
On 29 Oct 2007, at 10:04, Jean Pierre Malrieu wrote:
You have more control if you create the displayGroup in your code
(for example in the component constructor, or in initialization for
your component).
First create a EODatabaseDataSource, then the displayGroup.
You can then use setFetchSp
Move any further messages in this thread to talk, as has been
repeatedly requested.
For people unfamiliar with the Internet, I have cc'ed this message to
the talk list. Please delete webobject-dev from any responses. I
hope the mods can delete or block any further misplaced messages.
Pa
On 26 Sep 2007, at 16:37, Klaus Berkling wrote:
On Sep 25, 2007, at 12:16 PM, Mike Schrag wrote:
http://docs.jboss.com/seam/1.2.1.GA/reference/en/html/tutorial.html
of what you COULD be doing :)
Being the lone voice for WO, if I can't convince my boss to stick
with WO - this *is* what I'll
You could always leave it in with a note that it is a case study for
the inquisitive into the pros and cons of reengineering? Sort of a
modern version of QED.
Paul
On 29 Jun 2007, at 19:07, Janine Sisk wrote:
On Jun 29, 2007, at 10:53 AM, Chuck Hill wrote:
Ah ha! So it is a bug in the
ack" button works as expected).
On 2007/06/29, at 09:14, Paul Lynch wrote:
On 28 Jun 2007, at 22:31, Miguel Arroz wrote:
The pager kicks ass, as it handles huge amount of data, using
the objectInRange stuff in Wonder to limit the resources usage.
Everything works like a charm. Excep
Mark
On Jun 29, 2007, at 9:17 AM, Paul Lynch wrote:
On 29 Jun 2007, at 12:31, Johan Henselmans wrote:
I must be missing something: I have a header component, which
contains the menubar, and sets the default language, by calling
session.setlanguages() via a WOHyperlink. After that I want to
ret
On 29 Jun 2007, at 12:47, Sigurður E. Vilhelmsson wrote:
The tutorial instructs you to set the External Width of the MIME type
field to 20. However, the model in the source code has it set to 200.
So, when you run the tutorial source, my MIME type problem doesn't
come up. However, if you look
On 29 Jun 2007, at 12:31, Johan Henselmans wrote:
I must be missing something: I have a header component, which
contains the menubar, and sets the default language, by calling
session.setlanguages() via a WOHyperlink. After that I want to
return the current page. But a "return this" from wi
On 28 Jun 2007, at 22:31, Miguel Arroz wrote:
The pager kicks ass, as it handles huge amount of data, using the
objectInRange stuff in Wonder to limit the resources usage.
Everything works like a charm. Except... when the user clicks the
evil back button.
There, two things happen: fir
The method session returns an object of type WOSession; Session is a
subclass of WOSession, and so requires a typecast. As you only want
to retrieve the editing context with a method defined in WOSession,
the cast is not required.
Paul
On 23 Jun 2007, at 11:23, Sigurður E. Vilhelmsson wro
On 22 Jun 2007, at 03:39, Eric Robinson wrote:
Whether you like it or not, infix caps, or camel case, are part of
the Official Code Conventions of the Java Programming Language,
seen at http://java.sun.com/docs/codeconv/html/
CodeConventions.doc8.html#367 .
I hadn't seen that arrangement o
On 21 Jun 2007, at 23:24, Pierre Bernard wrote:
That's one of the bad things of JavaClient. The little bits that
make it hard to debug. In this instance, JavaClient silently falls
back to EOGenericRecord when it doesn't find the appropriate class.
In this case it isn't just JavaClient, it i
On 19 Jun 2007, at 22:27, Paul Lynch wrote:
On 19 Jun 2007, at 21:23, Chuck Hill wrote:
On Jun 19, 2007, at 1:02 PM, Paul Lynch wrote:
Dear list,
Thanks to Maestro and 3-D Secure, I need to implement a call back
URL to one of my WO apps. I submit a form to some random URL
that the
On 19 Jun 2007, at 21:23, Chuck Hill wrote:
On Jun 19, 2007, at 1:02 PM, Paul Lynch wrote:
Dear list,
Thanks to Maestro and 3-D Secure, I need to implement a call back
URL to one of my WO apps. I submit a form to some random URL that
the merchant services provider gives me, including
Dear list,
Thanks to Maestro and 3-D Secure, I need to implement a call back URL
to one of my WO apps. I submit a form to some random URL that the
merchant services provider gives me, including as one of the
parameters a URL to which they will return after some time spent on
their web si
On 19 Jun 2007, at 10:27, William Gier wrote:
can anybody give me a hint on how to send an http request to a
server and process the xml response data with WO.
At the crudest level, just use WOHTTPConnection. If the XML you are
processing is XMLRPC or SOAP, then take a look at WOWebService
On 18 Jun 2007, at 00:22, Simon McLean wrote:
Which suggests there are definitely duplicates in there.
I've also noticed that not all Client objects are affected. In
fact, it looks like only a handful are. I guess this points to a
data error ?
Whereas I agree with Chuck that the most lik
On 14 Jun 2007, at 07:56, Janine Sisk wrote:
Wait a minute...
On Jun 13, 2007, at 11:43 PM, Gavin Eadie wrote:
The approach, which supports development for Sun's Java, will
allow programmers to vastly expand offerings on the Web, changing
it from a fairly static medium to a more interacti
On 31 May 2007, at 07:34, Jean Pierre Malrieu wrote:
This as not always been so clear. In Apple's WO formation support
material (around 2002), they did talk about a method of dealing
with object editing and backtracking: they call it "deferred
insertion". Basically, they say you can set at
On 23 Nov 2006, at 10:36, Daniele Corti wrote:
I have a question, about using WEBOBJECT tag inside HTML tag:
if I need to compose a Dynamic Hyperlink or a Dynamic path for an
image (and for some reason, I cannot use WOImage or WOHyperlink),
can I compose che HTML code, with tag?
e.g.
On 15 Nov 2006, at 21:40, Hendrik Holtmann wrote:
for testing purposes I added an WOImage containing the
PoweredByWebObjects.gif (located in the JavaWOExtensions)
framework. In Development mode on OS X it works fine and the image
gets displayed. When I am deploying the app on Linux though
te:
I have not looked at this in detail, but fit seems obvious to use
strings to pass accurate decimals and convert to BigDecimal for
the calculation.
new BigDecimal( String numberAsString )
NSDecimalNumber initWithString
On Nov 5, 2006, at 2:48 PM, Ricardo Strausz wrote:
On Nov 5, 2006,
encapsulation in an object oriented
design :-).
Paul
On Nov 5, 2006, at 3:47 AM, Paul Lynch wrote:
On 5 Nov 2006, at 01:35, Ricardo Strausz wrote:
Playing with WOWS and Cocoa I found that even a simple sum, is
buggy...
I'd published the Calculator.java example from WO and consume it
On 5 Nov 2006, at 01:35, Ricardo Strausz wrote:
Playing with WOWS and Cocoa I found that even a simple sum, is
buggy...
I'd published the Calculator.java example from WO and consume it
with WebServicesCore.framework in a very straight-forward way (the
details are in http://strausz.blogsp
I have taken a different approach. In the past, I have had mixed
success with WOHTTPConnection (and the Cocoa equivalents); they are
fine for simple connections, but awkward to use for anything more
complicated - like https.
More recently, I have been very impressed with using Ruby with
On 31 Oct 2006, at 21:26, Baiss Eric Magnusson wrote:
I'm assuming you're using EOGenerator and generating 2 different
class files, right? That's really the best way to do it, then you
add your variables in the non underscore class. I do this all the
time.
No I don't use EOGenerator
e);
}
finally
{
dbContext.unlock();
}
return pk;
}
Pierre
On 19 Oct 2006, at 21:09, Paul Lynch wrote:
I just came across this, and thought the list might be interested:
I was ju
to admit that I actually have a table
with a float primary key? :-)
On Oct 20, 2006, at 10:36 AM, Paul Lynch wrote:
That's not entirely true. We have the convention of using integer
or binary keys, sure. But, in a relational database, any type is
permitted for use as a primary key, a
expects one of a couple different data
types for use as primary keys. Any type of float value (including
BigDecimal) is not one of them. Basically either a unary integer
PK or a specific binary format is what EOF can deal with. Anything
else requires some form of custom PK generation scheme.
O
I just came across this, and thought the list might be interested:
I was just working with a legacy database which has a table with a
single column, which is of course designated as the primary key. It
happens to be a float, represented as a BigDecimal. The (somewhat
dubious) logic behind
On 19 Oct 2006, at 18:53, John Huss wrote:
I'd like the component to have a variable number of columns as well as
rows and have it just fill in the grid to look just like an SQL result
set.
I've got something kind of working using a repetition around the
columns (and rows), but I was hoping so
On 18 Oct 2006, at 11:17, Gino Pacitti wrote:
Is there any documentation or class in WO that allows the creation
of directories on the filesystem or would I just use the java
packages?
Just use the standard java.io classes, there are lots of cookbook
examples Google can find for you. Al
On 11 Oct 2006, at 21:03, Chip Myers wrote:
Hi, I'm having trouble accessing an image I'd like to display in a
WOImageButton. Until now, I've only been able to generate a '?'
mark image. According to the apple website, the filename attribute
of WOImageButton is as follows:
filename - P
On 11 Oct 2006, at 16:09, Matt Kime wrote:
I'm terribly confused as to how to use a formatter in on a WOString in
a WOComponent. How is the "formatter" binding to be used? Must there
be code in the component? I've used the date and number formatters so
I guess I'm expecting something similar. I'
On 9 Oct 2006, at 22:36, [EMAIL PROTECTED] wrote:
I would like to know how to add a little math to the save method of
a Display Group.
...
The value they are modifying is called
"transactionptDisplayGroup.selectedObject.passThroughAmt". I would
like to know how to take the user's entered
On 6 Oct 2006, at 05:22, Seth Norris wrote:
I have just applied for a position that requires a
"commitment to leaning
WebObjects" I am excited about this, but am not sure
where to start. I have been reading through all the
documentation from Apple, but am getting somewhat
bogged down. I am
On 27 Sep 2006, at 14:29, Drew Thoeni wrote:
I implemented objectFromRawRow and am baffled by this exception:
java.lang.IllegalArgumentException: Raw row {REPORT_ENTRY_ID =
130; } does not contain primary key information for entity ReportEntry
However, the NSDictionary returned from rawRow
On 26 Sep 2006, at 18:10, Chuck Hill wrote:
On Sep 25, 2006, at 7:56 PM, Drew Thoeni wrote:
I am not pulling back object IDs (primary and foreign keys) in the
SQL query because the OIDs are not part of the EOModel;
Surely the OIDs are part of the EOModel. I will assume that you
mean they
On 22 Sep 2006, at 19:52, Kurt Werle wrote:
I want a row of submit buttons that don't look like crap. Which
means it looks like I can use on safari-like browsers and
on IE-like browsers. Unless someone can
suggest another workaround it looks like I'll be checking the
browser's claim a
On 22 Sep 2006, at 15:22, Cantin Benoit wrote:
Working with XCode, I moved an application from a location to
another one. While application compiled before I moved it, it will
now built using xcodebuild in Terminal, but not any more in XCode.
Use some combination of clean, rebuild code sen
On 20 Sep 2006, at 14:50, Kieran Kelleher wrote:
Just trying to decide how to best approach "skinning" on an app for
wholesale resellers of our services. Our primary caveat that needs
to be taken into account is that we use SSL https pages primarily
throughout the app.
I am thinking that
EOModeler uses a different driver from your WebObjects app. Either
your driver for WebObjects isn't installed, or is in the wrong
location. I don't use MySQL (it doesn't conform to my definition of
a database, which seems to be my problem to deal with), but there
have been several message
ntial integrity - that means something different, hence my
"inventing jargon". I also don't know for sure if MySQL suffers from
this problem, but it's worth a try. The error message is given when
an optimistic locking failure occurs, hence my suggestion.
Paul
On 12 Sep 200
On 12 Sep 2006, at 13:00, David Griffith wrote:
ec.saveChanges(); >-- saves the record to the database, assigns
the primary key
myEOObject.setAccountNumber(myEOObject.pkID().toString());
ec.saveChanges();
Obviously I am accessing the primary key via an accessor method of
my custom class u
On 11 Sep 2006, at 15:19, John Larson wrote:
I haven't used XCode for a while, but when you import the wo file,
select "Create Folder References for any added folders." That
worked for me.
On Sep 11, 2006, at 8:44 AM, benoit cantin wrote:
I would like to add a component written for one p
On 9 Sep 2006, at 09:51, Ute Hoffmann wrote:
I would expect that when a session times out that then the used
memory in this session is freed imediately... but I see in my
memory logging that that seems not to be the case. Any idea what I
need to start looking for? Or is this normal behavio
On 8 Sep 2006, at 18:33, Gilles MATHURIN wrote:
it's the simpliest answer i obtain along with the DirectAction
trick and because i am a newbie, it is the one i manage to include
in my App.
However i will try to implement it in a more complete way by
integrating the various solutions that c
On 7 Sep 2006, at 00:28, Gilles MATHURIN wrote:
Is there a way to obtain programmaticaly the name of the server in
order to put it in a ivar ?
Example : "http://g-five.local/cgi-bin/Webobjects/WOapp.woa";
i'd like to be able to have the "g-five.local" part in a
programmatic way, in that w
On 7 Sep 2006, at 00:02, Jerry W. Walker wrote:
I also think WOBuilder's object browser is valuable. The ability to
see the keys of the WOComponent Java class file (and the Session
and Application class files) and be able to visually link them to
the subcomponent and element bindings is gr
ks,
Dave
On May 19, 2006, at 3:01 PM, Paul Lynch wrote:
I have to wonder if your D2JC app is ignoring your eo classes, and
acting directly on the database, by way of EOGenericRecord? I
believe that, in some circumstances, if WO can't find your class
from the eomodel, it will fall back
On 28 Aug 2006, at 18:29, David Sanchez wrote:
I think you are forgetting .NET which has wonderful tools and it is
tightly integrated with SQL Server and Windows 2000.
The latter is a good reason not to use it. And yet, I am being
biased and bigoted, as is my right; I get to choose what I
On 28 Aug 2006, at 14:56, David Sanchez wrote:
I am just learning WO. I have found excellent things, but I have
also find terrible shortcomings,
I can't think of any (shortcomings) at all, apart from the two that
you mention:
especially documentation and the sensation people do not know
I am in FULL agreement with David Avendasora's post, which I pruned
from here.
On 28 Aug 2006, at 14:59, Miguel Arroz wrote:
But think on all the other solutions out there. J2EE has tools?
As far as I know, no. Everyone uses third-party Java IDEs. Ruby on
Rails has tools? Everyone uses T
On 26 Aug 2006, at 16:04, David Sanchez wrote:
On Aug 26, 2006, at 6:31 AM, Paul Lynch wrote:
On 26 Aug 2006, at 09:19, David Sanchez wrote:
Looking into J2EE, Cayenne/Tapestry can compete with WO?
No. Integration in a framework and the quality of its tools count
for a lot (and are
On 26 Aug 2006, at 13:43, Miguel Arroz wrote:
Sorry, my not-so-good english is preventing me from understanding
this paragraph:
It's not a problem with your English, more with theirs.
"Think Secret sources close to WebObjects development
They mean they read some posts on this list.
On 26 Aug 2006, at 09:19, David Sanchez wrote:
Looking into J2EE, Cayenne/Tapestry can compete with WO?
No. Integration in a framework and the quality of its tools count
for a lot (and are usually undercredited).
Ruby on Rails can create client/server apps that do not use a
browser, li
On 26 Aug 2006, at 06:48, Mike Schrag wrote:
Any examples of the dirty way? I'll check the backlog of emails as
well.
Assuming your EO's are in the same project as your Application,
there really isn't anything you need to do except import your
Application class and call the method. There'
Each entry in the page cache is the top level WOComponent for a page,
by context id. Checking out the references in your WOComponent will
tell you what objects are being retained. So any EOs held in
instance variables, etc.
Paul
On 25 Aug 2006, at 17:46, Kieran Kelleher wrote:
AFAIK, t
Those links look useful, thanks Marc. I am reasonably well educated
on Rails (observers with long memories will remember that I have
commented on Rails threads in the past couple of years), so I'll
review and see what seems to be BS and sour grapes - an unpleasant
combined taste, I am sure
On 23 Aug 2006, at 18:11, [EMAIL PROTECTED] wrote:
I wrote most of the wikipedia entry on WebObjects, including the
bit in the
intro about WO's declining position in the marketplace (see below).
We need to remember that Wikipedia is designed for entries of
encyclopedic
standard... it's mos
On 18 Aug 2006, at 16:58, [EMAIL PROTECTED] wrote:
It's the problem. WebObjects don't acces directly the instance
variable but the getter and setter methods. Just look at the error
message that explains you webobjects try to find the right method .
This isn't correct.
WebObjects can acces
On 10 Aug 2006, at 08:26, Chris * wrote:
Running my first WOApplication, I encountered this rather strange
Error:
...
/Library/WebObjects/Extensions/
Can't load Application class, exiting...
java.lang.ClassNotFoundException: Application
...
Are you trying to run the Application Server/Web
On 8 Aug 2006, at 06:28, Wolfram Stebel wrote:
Am 08.08.2006 0:57 Uhr schrieb "Randy Wigginton" unter
<[EMAIL PROTECTED]>:
Not being at WWDC, I'm curious as to whether XCode 3 will support
WebObjects?
Has anything at all been announced at WWDC, or are they maintaining
the grand tradition of
On 3 Aug 2006, at 20:26, Chuck Hill wrote:
On Aug 3, 2006, at 12:23 PM, Pascal Robert wrote:
Yes, bringing back the old content from WhyWebObjects is a start.
I think we should also put a list of people using WO, including
their achievements, type of industries (SMB, media, etc.), other
There are cases for both approaches, but I prefer Jerry's
suggestion. Perhaps also some of the advocacy content from the wiki
should move to whywebobjects? Assuming, of course, that it is set up
appropriately. Perhaps take the original advocacy content that was
offered and convert it int
On 3 Aug 2006, at 17:21, Ricardo Parada wrote:
If I create an editing context, then read some EOs into memory.
Then I throw away the editing context by assigning null to the
variable referencing the editing context.
Then I create a new editing context and read the same EOs into
memory.
On 3 Aug 2006, at 15:56, William Hatch wrote:
10.4.7, XCode 2.3, WO5.3.1
After a long while of not using WO, I've recently had to open up a
few old projects for updates. My current machine has 5.3.1 (only)
installed, so I thought I'd check it out.
I created a new component, then added an e
On 29 Jul 2006, at 07:30, .::welemski::. wrote:
Does the terminate() method gets called when a user closes or quits
the window?
Yes, session.terminate() is called in any of two circumstances:
- when it is called explicitly by your code as part of a logout
routine;
- when the session tim
On 28 Jul 2006, at 14:01, Gilles MATHURIN wrote:
I learned a lot ought to you and the ressources links you give. I
now use WORepetition to display records from my database quite well
But i wonder how can i display 2 or 3 records (coming from the same
table) in one raw of a table ?
Do WORepe
On 24 Jul 2006, at 20:25, Chuck Hill wrote:
I create one formatter object per format in each application (e.g.
long date format, short date format).
On Jul 24, 2006, at 12:05 PM, Kieran Kelleher wrote:
Commonly used NumberFormatters seem like obvious candidates for
using lazily created
On 21 Jul 2006, at 18:23, Zac Konopa wrote:
I didn't have the form submitted by a submit button, I was using a
WOActiveImage. Initially I was using a submit button, but as the
app evolved the client wanted an image in place of the submit.
Initially I used a custom WO that used javascript
On 20 Jul 2006, at 14:28, Praveen Boppana wrote:
I'm staying in Hilton right across the street to Mark Twain.
some one here on the list said not to leave any expensive items in
the room.
Is it really that bad, even rooms are not secured?. I'm little
concerned because I'm bringing my wife w
On 12 Jul 2006, at 03:46, John Larson wrote:
As is the custom, Chuck is right here. Since queryMatch is of type
NSMutableDictionary, it doesn't have a field named agent_person
that the compiler can decode. Enter key-value coding, the
typecasting nightmare, but quick and dirty coding drea
On 11 Jul 2006, at 06:55, Ricardo Parada wrote:
Does anybody have sample launchd plists for starting wo monitor and
wotaskd automatically?
I know these files are present in OS X Server in the following
directories:
/System/Library/LaunchDaemons/com.apple.wotaskd.plist
/System/Library/Lau
On 7 Jul 2006, at 19:10, Mike Schrag wrote:
My soul burns to make this shirt. This one might just show up on
the mschrag Cafe Press store :)
ms
On Jul 7, 2006, at 2:00 PM, Chuck Hill wrote:
WebObjects.
Advertise it.
Motherfucker.
Kick out the Jams? Hmm...
Paul
___
On 29 Jun 2006, at 22:13, Gavin Eadie wrote:
I want to display the contents of an NSArray and WORepetition is
the perfect dynamic element to do that. However, I want to
complicate the world and be able to suppress some of the entries
based on some computation performed on each Array eleme
On 29 Jun 2006, at 07:57, [EMAIL PROTECTED] wrote:
We created a new project, which is supposed to become the splash
page for the Dynamic Movies app. It has an image, and an image map
hand-typed in to Main.html which looks like this:
http://www.dell.com";>
http://www.apple
On 28 Jun 2006, at 22:39, Miguel Arroz wrote:
On 2006/06/28, at 22:20, Paul Lynch wrote:
You mean "fun", not "funny". That's a common misuse of English
that is cropping up on lists more and more recently.
Ops... I'm not a native english speaker... wha
On 28 Jun 2006, at 22:08, Miguel Arroz wrote:
Rails is an interesting contender, and I'm glad to see a new well
designed framework on the field. But it is still very young and
has a long way to go before it equals the richness of WO.
1 month = 30 * day... rails has some funny stuff, but
On 19 Jun 2006, at 12:43, John Stewart wrote:
On 6/18/06, Guido Neitzer <[EMAIL PROTECTED]> wrote:
Misunderstanding. My fault. I don't do validation in the controller.
I do validation in the model. But I catch the validation errors in an
"EditPage" class and inherit from this class to build m
On 16 Jun 2006, at 16:45, Jean-François Veillette wrote:
Le 06-06-15, à 17:27, Paul Lynch a écrit :
View objects are the dynamic elements used within your
components. Model objects are the EOs, the implementors of
EOEnterpriseObject. Controllers are your subclasses of
WOApplication
ither or both roles.
Exactly so. This doesn't mean a breach of MVC rules, just a class
that is flexible enough to live on both sides of the divide.
Paul
Paul Lynch wrote:
This is my take on it, which is supported by various Apple docs
on WebObjects.
WO tries quite hard to strict
This is my take on it, which is supported by various Apple docs on
WebObjects.
WO tries quite hard to strictly follow MVC. You can find plenty of
evidence for this, as well as exceptions, so it is open to
interpretation. In MVC, you have the three 'layers' of an
application, and objects
1 - 100 of 167 matches
Mail list logo