Re: Basic HTML parsing for input?

2008-06-04 Thread Denis Frolov
Similar alternative is Markdown - http://sourceforge.net/projects/markdownj/ On Thu, Jun 5, 2008 at 7:44 AM, Lachlan Deck <[EMAIL PROTECTED]> wrote: > On 05/06/2008, at 1:36 PM, Rams wrote: > >> On Jun 4, 2008, at 11:07 PM, Chuck Hill wrote: >> >>> >>> On Jun 4, 2008, at 7:34 PM, Rams wrote: >>> >

Re: Basic HTML parsing for input?

2008-06-04 Thread Asa Hardcastle
Hi Rams, For user input through a browser you might want to use a javascript WYSIWYG editor. http://tinymce.moxiecode.com/ http://www.fckeditor.net/ We've used both. These allow for setting up styles and customization of allowed input. If you want to insure that nobody attempts to abus

JavaWebServices[Generation | Client | Support] frameworks

2008-06-04 Thread Lachlan Deck
Hi there, Just to clarify... client is fairly obvious - but what's the difference between the other two? Generation sounds obvious but I've not had it linked to my project before and I've been able to supply wsdls via WO already. Is there a doco somewhere (Apple) regarding each apple framew

Re: Basic HTML parsing for input?

2008-06-04 Thread Jake MacMullin
I don't know about the status of this project, but I found this when I was looking for an existing library that would allow users to enter simple 'wiki markup' instead of HTML for exactly this sort of scenario - where you want to give some limited control over the formatting of user-supplie

Re: WO and Clouds

2008-06-04 Thread John Bruce
I think it depends on what is meant by cloud computing. There is such a wide range of different providers out there and all offering the promise of instant scalability. I've looked into this a various times over the last year and there's something that doesn't sit right with me about Amazon WS as a

Re: WO and Clouds

2008-06-04 Thread John Bruce
I think it depends on what is meant by cloud computing. There is such a wide range of different providers out there and all offering the promise of instant scalability. I've looked into this a various times over the last year and there's something that doesn't sit right with me about Amazon WS as a

Re: Basic HTML parsing for input?

2008-06-04 Thread Rams
I've used that one before too... yick! I was hoping you wouldn't say that ;-) On Jun 4, 2008, at 11:43 PM, Andrew Lindesay wrote: Hello Rams; I have used the Swing HTML parser built into J2SE with some success although it is not flawless. cheers. Sorry if this is a really n00b question

Re: Basic HTML parsing for input?

2008-06-04 Thread Lachlan Deck
On 05/06/2008, at 1:36 PM, Rams wrote: On Jun 4, 2008, at 11:07 PM, Chuck Hill wrote: On Jun 4, 2008, at 7:34 PM, Rams wrote: Hi everyone, Sorry if this is a really n00b question, but what do you use to parse input for html tags? Is there anything built in? I'm using WO 5.3.3 and Won

Re: Basic HTML parsing for input?

2008-06-04 Thread Andrew Lindesay
Hello Rams; I have used the Swing HTML parser built into J2SE with some success although it is not flawless. cheers. Sorry if this is a really n00b question, but what do you use to parse input for html tags? Is there anything built in? I'm using WO 5.3.3 and Wonder. ___ Andrew Lindes

Fwd: List of all extensions / frameworks to Webobjects

2008-06-04 Thread Andrew Lindesay
Hello Don; See "Complementary Frameworks" in the WO wiki; http://wiki.objectstyle.org/confluence/display/WO/Home cheers. I ahve been looking around, there are many extensions and framework add-ons to WebObjects. Is there any one place that has a (as complete as can be) listing of

Re: Basic HTML parsing for input?

2008-06-04 Thread Rams
On Jun 4, 2008, at 11:07 PM, Chuck Hill wrote: On Jun 4, 2008, at 7:34 PM, Rams wrote: Hi everyone, Sorry if this is a really n00b question, but what do you use to parse input for html tags? Is there anything built in? I'm using WO 5.3.3 and Wonder. Thanks! What is it you want to

Re: New WOLips/WebObjects/Eclipse installer

2008-06-04 Thread Don Lindsay
1) Ubuntu 8.04 - download and install completed, but had some problems It appears you did not have root privileges when you installed eclipse, or something happened when the file was unzipped and the executable bit was not retained. -rw-r--r-- 1 root root 21423 2008-02-28 01:04 eclipse s

Re: Basic HTML parsing for input?

2008-06-04 Thread Chuck Hill
On Jun 4, 2008, at 7:34 PM, Rams wrote: Hi everyone, Sorry if this is a really n00b question, but what do you use to parse input for html tags? Is there anything built in? I'm using WO 5.3.3 and Wonder. Thanks! What is it you want to do? Chuck -- Practical WebObjects - for develo

Re: Where is web.xml.template?

2008-06-04 Thread Paul Hoadley
Hi Andrew, On 05/06/2008, at 11:58 AM, Andrew Lindesay wrote: That article is quite out of date as is basically centric around the X-Code toolset. I have not had to deploy into servlet for 2+ years so have not had to do this from the wolips/ant/maven environments sorry. I might take anot

List of all extensions / frameworks to Webobjects

2008-06-04 Thread Don Lindsay
Hello;I ahve been looking around, there are many extensions and framework add-ons to WebObjects.  Is there any one place that has a (as complete as can be) listing of all the extension?Sorry to be asking so many questions lately.Don ___ Do not post admin

Basic HTML parsing for input?

2008-06-04 Thread Rams
Hi everyone, Sorry if this is a really n00b question, but what do you use to parse input for html tags? Is there anything built in? I'm using WO 5.3.3 and Wonder. Thanks! smime.p7s Description: S/MIME cryptographic signature ___ Do not post ad

RE: Where is web.xml.template?

2008-06-04 Thread Andrew Lindesay
Hello Paul; That article is quite out of date as is basically centric around the X- Code toolset. I have not had to deploy into servlet for 2+ years so have not had to do this from the wolips/ant/maven environments sorry. I might take another look at this later in 2008. In the meantime,

Where is web.xml.template?

2008-06-04 Thread Paul Hoadley
Hello, I'm successfully deploying a WO application as a servlet under Tomcat. I'm at the point where I want to customize the generated web.xml. I gather from this article: http://wiki.objectstyle.org/confluence/display/WO/Web+Applications-Deployment-Tomcat+Deployment that it should be as

Re: restricting qualifiers and join entities

2008-06-04 Thread Chuck Hill
On Jun 4, 2008, at 3:02 PM, Lachlan Deck wrote: On 05/06/2008, at 4:25 AM, Chuck Hill wrote: On Jun 3, 2008, at 9:44 PM, Lachlan Deck wrote: On 04/06/2008, at 1:19 PM, Lachlan Deck wrote: On 04/06/2008, at 12:58 PM, Chuck Hill wrote: On Jun 3, 2008, at 7:26 PM, Lachlan Deck wrote: Say

Re: restricting qualifiers and join entities

2008-06-04 Thread Lachlan Deck
On 05/06/2008, at 4:25 AM, Chuck Hill wrote: On Jun 3, 2008, at 9:44 PM, Lachlan Deck wrote: On 04/06/2008, at 1:19 PM, Lachlan Deck wrote: On 04/06/2008, at 12:58 PM, Chuck Hill wrote: On Jun 3, 2008, at 7:26 PM, Lachlan Deck wrote: Say I have entities Foo and Bar (both of which have an

Re: EOModel simple question

2008-06-04 Thread Andrew Lindesay
Hello Amedeo; You can drop the model into OmniGraffle and fiddle it around or I have an ant-task that can take model chunks and turn it into ".dot"... http://www.graphviz.org/ With which you can use something like this; http://www.pixelglow.com/graphviz/ To view or to turn

EOModel simple question

2008-06-04 Thread Amedeo Mantica
How to have a graphocal layout for printing... In the Xcode days, I had graphical layout, but I was also able to open EOModels from OmniOutliner application, now I'm unable to do it, any suggestion?? Regards Amedeo ___ Do not post admin requests to

Re: restricting qualifiers and join entities

2008-06-04 Thread Lachlan Deck
Hi Ray, On 05/06/2008, at 4:07 AM, Ray Kiddy wrote: On Jun 3, 2008, at 7:26 PM, Lachlan Deck wrote: Hi there, Say I have entities Foo and Bar (both of which have an attribute isDeleted) and a join FooBar and I create restricting qualifiers for Foo and Bar of (isDeleted IS NULL OR isDelet

Re: WebObjects + iPhone SDK

2008-06-04 Thread David Avendasora
Ah. Yes. I was thinking a Cocoa client for a WO application, not just a straight Cocoa Touch app. Dave On Jun 4, 2008, at 3:47 PM, David LeBer wrote: On 4-Jun-08, at 12:07 PM, David Avendasora wrote: James, Well, the original EOGenerator (Rubicode) had Objective C templates. You can pro

Re: is NSNotificationCenter thread safe?

2008-06-04 Thread Florijan Stamenkovic
On Jun 04, 2008, at 16:42, Chuck Hill wrote: That should be obvious, but I have managed to overlook some of the implications from time to time. I've always thought NSNotification center is a rather simple, straight-forward player. It is, but a threaded, concurrent environment can hold m

Re: is NSNotificationCenter thread safe?

2008-06-04 Thread Mike Schrag
Notifications are broadcast in the same thread context that they are sent in. It is up to the threads getting the notification to handle the appropriately for whatever work they are engaged in. I am not sure if that answers your question or not. Chuck, could you clarify? I'm not sure I re

Re: is NSNotificationCenter thread safe?

2008-06-04 Thread Chuck Hill
On Jun 4, 2008, at 1:30 PM, Florijan Stamenkovic wrote: On Jun 04, 2008, at 13:32, Chuck Hill wrote: On Jun 4, 2008, at 1:56 AM, Freddie Tilley wrote: Is the java version of NSNotificationCenter thread safe? What do you mean? What are you doing, and what do you expect the results to b

Re: is NSNotificationCenter thread safe?

2008-06-04 Thread Florijan Stamenkovic
On Jun 04, 2008, at 13:32, Chuck Hill wrote: On Jun 4, 2008, at 1:56 AM, Freddie Tilley wrote: Is the java version of NSNotificationCenter thread safe? What do you mean? What are you doing, and what do you expect the results to be? Yes, it is used by WebObjects internally to broadcast

Re: WebObjects + iPhone SDK

2008-06-04 Thread David LeBer
On 4-Jun-08, at 12:07 PM, David Avendasora wrote: James, Well, the original EOGenerator (Rubicode) had Objective C templates. You can probably look at those as a starting point and simply create custom Veogene templates to generate the files with C code instead of Java. You'd have four ne

Re: WebObjects + iPhone SDK

2008-06-04 Thread David Avendasora
James, Well, the original EOGenerator (Rubicode) had Objective C templates. You can probably look at those as a starting point and simply create custom Veogene templates to generate the files with C code instead of Java. You'd have four new Veogen templates and two new .eogen files per pr

Re: Webobjects-dev Digest, Vol 5, Issue 616

2008-06-04 Thread Mike Schrag
Yeah, your installer is fine. You guys should probably compare notes, because I'm pretty sure yours covers everything that anyone would ever need, so you've already tracked down everything necessary to download/ install the pieces. It would save Don a lot of time, probably, since he's basi

Re: Webobjects-dev Digest, Vol 5, Issue 616

2008-06-04 Thread Jeremy Matthews
I think I missed this conversation...is WOOgnl part of the Wonder Frameworks? What was the issue...since Wonder docs/examples/frameworks are in the installer? FYIsince a certain "newer" version of the Xcode tools came about, packagemaker officially sucks rocks. As in, it loses your inst

Re: restricting qualifiers and join entities

2008-06-04 Thread Chuck Hill
On Jun 3, 2008, at 9:44 PM, Lachlan Deck wrote: On 04/06/2008, at 1:19 PM, Lachlan Deck wrote: On 04/06/2008, at 12:58 PM, Chuck Hill wrote: On Jun 3, 2008, at 7:26 PM, Lachlan Deck wrote: Hi there, Say I have entities Foo and Bar (both of which have an attribute isDeleted) and a join

Re: restricting qualifiers and join entities

2008-06-04 Thread Ray Kiddy
On Jun 3, 2008, at 7:26 PM, Lachlan Deck wrote: Hi there, Say I have entities Foo and Bar (both of which have an attribute isDeleted) and a join FooBar and I create restricting qualifiers for Foo and Bar of (isDeleted IS NULL OR isDeleted = 0). Foo.fooBars() still fetches all fooBars eve

Re: is NSNotificationCenter thread safe?

2008-06-04 Thread Chuck Hill
On Jun 4, 2008, at 1:56 AM, Freddie Tilley wrote: Is the java version of NSNotificationCenter thread safe? Yes, it is used by WebObjects internally to broadcast EOF and other changes across threads. And does it support posting from on thread to another similiar the Object-C version of

Re-Suggestions for Best Practices session at WOWODC

2008-06-04 Thread Baiss Eric Magnusson
I like the below: Some ideas for inclusion are: - using EOPrototypes - use of peer and nested editing contexts and the then needed locking of editing contexts - generate your EOs and use the Generation gap pattern (though with Entity modeler, you have to fight to not do this) - use generation

Re: WO and Clouds

2008-06-04 Thread Miguel Arroz
Hi! Both work on top of Amazon service, which means both have very poor storage performance and reliability (IMO). The comments I did some weeks ago on WO-Deploy list about the cloud stuff apply. About the "is it possible" part, I don't see why not, using the Amazon service directly.

Re: WOOgnl future

2008-06-04 Thread Simon McLean
If Ognl dies I'll probably follow it. Simon On 4 Jun 2008, at 16:48, Don Lindsay wrote: Hello; I have been asked to include WO-Ognl in the installation for WOLips. My concern is, the last release date of Wo Ognl was May of 2006. Is it still an active project? Will it continue to be m

Re: WO and Clouds

2008-06-04 Thread Andrus Adamchik
I am at a planning stage of a cloud-like in-house setup, so I'd also like to hear real-life cloud experience stories (maybe we don't need to be in-house). My biggest concern with third-party hosting so far is that it is rather new and you have no idea what pitfalls to expect, and how well t

Re: WOOgnl future

2008-06-04 Thread Mike Schrag
I have been asked to include WO-Ognl in the installation for WOLips. My concern is, the last release date of Wo Ognl was May of 2006. Is it still an active project? Will it continue to be maintained? I do not want to include it as an option if it is a dead project. WOOgnl is part of Pro

WOOgnl future

2008-06-04 Thread Don Lindsay
Hello; I have been asked to include WO-Ognl in the installation for WOLips. My concern is, the last release date of Wo Ognl was May of 2006. Is it still an active project? Will it continue to be maintained? I do not want to include it as an option if it is a dead project. Don

WO and Clouds

2008-06-04 Thread Alex Cone
Here's a new for the "deploying WO on an unusual platform" discussions... Has anyone ever deployed a WO app on a cloud computing platform? I'm looking at Morph AppSpace for Java (http://www.mor.ph/java/) or cloudtools (http://code.google.com/p/cloudtools/)... Seems like a "roll all framewo

Re: Wiki

2008-06-04 Thread Don Lindsay
Hello Mike; That would be greatly appreciated. :) Thanks, Don On Jun 4, 2008, at 10:05 AM, Mike Schrag wrote: Hello; The installation I have made for WOLips is about 6mb, Is it possible to upload it to the WIKI site? Once it has been fully tested? I can host it on the build server if

Re: Wiki

2008-06-04 Thread Mike Schrag
Hello; The installation I have made for WOLips is about 6mb, Is it possible to upload it to the WIKI site? Once it has been fully tested? I can host it on the build server if you'd like. ms ___ Do not post admin requests to the list. They will be

Wiki

2008-06-04 Thread Don Lindsay
Hello; The installation I have made for WOLips is about 6mb, Is it possible to upload it to the WIKI site? Once it has been fully tested? Thanks, Don ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: WebObjects + iPhone SDK

2008-06-04 Thread James Cicenia
Now that I have created my first iPhone app, I see the need for a velogenerator to create Objective-C files. Recreating them in Objective C while learning Objective C hasn't been the most fun. James Cicenia On Jun 3, 2008, at 2:48 PM, Joe Parks wrote: Huh. I guess I was googling with the

is NSNotificationCenter thread safe?

2008-06-04 Thread Freddie Tilley
Is the java version of NSNotificationCenter thread safe? And does it support posting from on thread to another similiar the Object-C version of NSDistributedNotificationCenter Freddie ___ Do not post admin requests to the list. They will be ignored.

Re: Wonder/D2W NEUListpage running out of memory. Huh?

2008-06-04 Thread Johan Henselmans
Op 4 jun 2008, om 08:31 heeft Johan Henselmans het volgende geschreven: Op 3 jun 2008, om 17:37 heeft Guido Neitzer het volgende geschreven: On 03.06.2008, at 07:32, Johan Henselmans wrote: When I do a search on a record, it replies properly. But when I do not fill in any query, the appli

Re: Wonder/D2W NEUListpage running out of memory. Huh?

2008-06-04 Thread Anjo Krank
* Cheers, Anjo Am 04.06.2008 um 08:53 schrieb Guido Neitzer: On 03.06.2008, at 23:31, Johan Henselmans wrote: I found that to get it working I also had to set pageConfiguration = 'QueryFoo' => pageName = ERNEUListPage That should be done by the rules in ERNeutralLook (which I don't use, s