Re: Javaflow status

2004-08-18 Thread Brian McCallister
Most people seem to be using ASM instead of BCEL anymore, since it is ASL now. -Brian On Aug 18, 2004, at 10:48 AM, Bart Molenkamp wrote: I also want to use Javaflow, but I think it's still a bit unstable, due to the BCEL libraries that are used (I guess). Just wondering, isn't there something el

Re: Hibernate question

2004-08-11 Thread Brian McCallister
On Aug 11, 2004, at 5:18 AM, Gianugo Rabellino wrote: > * aopalliance/aopalliance.jar > - AOP Alliance 1.0 (http://aopalliance.sourceforge.net) Originally released LGPL, I chatted with Rod Johnson about it several months ago and he said he was changing the AOP Alliance license to BSD or ASL. Hav

Re: [RT] A Groovy Kind of Sitemap

2004-07-27 Thread Brian McCallister
I love it! -Brian On Jul 27, 2004, at 5:34 PM, Ugo Cei wrote: if (match ".*\.html") { generate "input.xml" transform "xslt", "stylesheet1.xsl" transform "xslt", "stylesheet2.xsl" serialize "xml" }

Re: Mock objects

2004-07-24 Thread Brian McCallister
reaks a lot of seemingly unrelated tests, which is incredibly annoying. -Brian On Jul 24, 2004, at 4:25 PM, Ugo Cei wrote: Il giorno 24/lug/04, alle 22:21, Brian McCallister ha scritto: When you put a mock in an object, which is used by what you are testing (easy to do) in order to make beh

Re: Mock objects

2004-07-24 Thread Brian McCallister
i wrote: Il giorno 24/lug/04, alle 21:00, Brian McCallister ha scritto: I love mocks, but they do force you to decouple. Isn't this supposed to be a good thing, or there are hidden costs? -- Ugo Cei - http://beblogging.com/

Re: Mock objects

2004-07-24 Thread Brian McCallister
I've used com.mockobjects... ( http://www.mockobjects.com/FrontPage.html ) the most and had good experience. Played with jMock some, and like some of their ideas a lot, but not enough to have a strong opinion. It is quite different. A couple things I have found using the dynamic proxy based moc

Re: The Butterfly Manifesto (was Re: [RT] Spring+JMX == Real Blocks?)

2004-07-23 Thread Brian McCallister
For what its worth, Spring is very much developed along the lines of an ASF meritocracy, uses the ASL 2.0, has thriving developer and user communities, and releases early and often. Other than not being an ASF project, it is a model ASF project =) -Brian On Jul 22, 2004, at 10:10 PM, Antonio Gal

Re: Native JVM Continuations

2004-07-13 Thread Brian McCallister
On Jul 13, 2004, at 12:24 PM, Stefano Mazzocchi wrote: if you need more official ASF support, I'll be glad to help with my board hat. We definitely will with the ASF on the JCP executive committee =) As it is a JVM change I believe it requires unanimous approval, could be wrong, need to read up

Re: Native JVM Continuations

2004-07-13 Thread Brian McCallister
Speaking of this, if anyone wants to see this happen in j[s]dk[1.6|6.0|6.1] we need a JSR formed fairly soon. I have pinged Geert Bevin (RIFE) and James Strachan and both are willing to help on an EG, but to my knowledge neither is a real expert on the subject. To do this right would require fi

Re: Problem with OJB

2004-04-07 Thread Brian McCallister
criteria // Create query query = new QueryByCriteria(Articles.class, criteria); result = (Articles) broker.getObjectByQuery(query); ... return result; --- end snippet --- Brian McCallister wrote: Any chance you can post the relevent repository_user.xml snippets and an outline at least of what

Re: Problem with OJB

2004-04-07 Thread Brian McCallister
Any chance you can post the relevent repository_user.xml snippets and an outline at least of what they map to? More than happy to help you work out what's going on =) I have never seen divide by zero errors from OJB =( Also, do you get the same problem if you try the query via the PersistenceB

Re: [Javaflow] - Recalling a contianuation throws a NPE

2004-04-06 Thread Brian McCallister
I would highly suggest dropping in on #groovy on irc.codehaus.org for any assistance on the best way to plug it into Groovy, though I strongly suspect that a number of people there would jump on the chance to put continuations in the normal groovy distro -- and at least one of the people who re

Re: Cocoon and Hibernate

2004-04-05 Thread Brian McCallister
fwiw: OJB can be done completely legally, the OJB block just happens to really be a JDO via OJB block, which requires the JDORI jars. I am working on fixing that (the need for the JDORI jars, not the JDO -- JDO isn't too bad in and of itself ;-) -Brian On Apr 5, 2004, at 9:04 AM, Leszek Gawron

Re: Still we need Apples?

2004-04-05 Thread Brian McCallister
I think Apples attempts to model flow as an explicit FSM. May still be appropriate. -Brian On Apr 5, 2004, at 8:09 AM, Antonio Gallardo wrote: Hi: Don't know much about the Apples block. AFAIK, this was an intent to implement a Flow engine using Java. If this is right, I am requesting to dele

Re: Groovy support in Cocoon

2004-04-04 Thread Brian McCallister
I will be surprised if continuations based around the Cocoon javaflow implementation don't leak into Groovy CVS based on the amount of chatter in #groovy about continuations. I know James wants this very much, and hacked out a way to do it via exceptions once (and hacked is the correct word)

Re: What can I do?

2004-03-29 Thread Brian McCallister
On Mar 29, 2004, at 9:47 AM, Bertrand Delacretaz wrote: Probably the hierarchy and flow of the documentation needs to be abstracted from the content and look-and-feel. Looking through documentation can be modeled as navigating a graph of tangentially related elements, and, as Stefano recently p

Re: What can I do?

2004-03-29 Thread Brian McCallister
On Mar 25, 2004, at 8:57 AM, Bertrand Delacretaz wrote: I don't know what kind of energy and time you have, but If you feel like creating a better infrastructure for our docs it'd sure be welcome. Many great ideas have been floating around but it's still stuck at the ideas stage at the moment.

Re: What can I do?

2004-03-25 Thread Brian McCallister
Lots to do in OJB -- don't doubt that =) Sometimes it is nice to escape O/R mapping for a while though. -Brian On Mar 25, 2004, at 1:25 PM, Joerg Heinicke wrote: On 25.03.2004 14:52, Brian McCallister wrote: Hi all, been hanging out a long time and am now using Cocoon in production for

What can I do?

2004-03-25 Thread Brian McCallister
Hi all, been hanging out a long time and am now using Cocoon in production for a few apps, and cannot imagine going back to ye olde way. What can I do to help out? (ie -- any pointers on what needs doing and no one has stepped up to plate for). -Brian

Re: XML-Relational Mapping (Was: USQL)

2004-02-25 Thread Brian McCallister
it seems to me the embedded Xindice option should work pretty painlessly for most simple persistence needs. If it is hard to use, the better option may be to look at how to make it easier to use. If an XML -> rdmbs automapper and schema generator is needed it seems a lot like reinventing a new

Re: Java continuations with joeq

2004-02-21 Thread Brian McCallister
On Feb 21, 2004, at 2:47 PM, Steven Noels wrote: Overall, I sense an interest to opt for ASF packages whenever possible. Both Rhino++ and Groovy aren't (c) ASF, so that point is moot. Umh... continuations in PHP or Jelly. That covers Apache (c) languages available ;-) -Brian

Re: XQuery support?

2004-02-10 Thread Brian McCallister
On Feb 10, 2004, at 3:33 AM, Alan wrote: Saxon provides kickin' XQuery support. eXist is supporting XQuery as well, but I've not worked with it yet. Have played with an embedded eXist some and found some annoying quirks (crap handling of namespaces, mostly) but as long as you don't ask anythi

[OT] Flow and Scheme

2004-01-28 Thread Brian McCallister
Which scheme implementation was used for the original implementation of flow, or did somebody create their own? Is it still available? Thanks! -Brian

Re: [OT] Mail & Web forums

2004-01-16 Thread Brian McCallister
I know of a ruby one that bridges mailing lists and nntp (ask about it on [EMAIL PROTECTED]), but not forum software. I have thought about writing one for a long time though (add in streaming them as categorizable rss/atom/??? feeds (category/thread/subthread for feed categorization uri a la bl

Re: Jython and Continuations was: Re: Flow or actions?

2004-01-15 Thread Brian McCallister
: On 15 Jan 2004, at 15:40, Brian McCallister wrote: Speaking of Jython -- I know Python has continuation support, does Jython? nop, that's the problem. -- Stefano.

Jython and Continuations was: Re: Flow or actions?

2004-01-15 Thread Brian McCallister
Speaking of Jython -- I know Python has continuation support, does Jython? -Brian On Jan 15, 2004, at 9:15 AM, Jason Foster wrote: Either way, it seems like suggested addition of FlowSelector will overshadow ScriptAction, but will not completely replace it because ScriptAction supports more t

Re: cocoon-2.1 cvs module

2004-01-13 Thread Brian McCallister
Gallardo wrote: Brian McCallister dijo: Hi all, the cvs module on the public cvs server ( :pserver:[EMAIL PROTECTED]:/home/cvspublic ) seems to be broken for the cocoon-2.1 module. cocoon-2.2 is fine. Hi Brian! Can you post the error you got in CVS? Best Regards, Antonio Gallardo

Re: cocoon-2.1 cvs module

2004-01-13 Thread Brian McCallister
Ignore that, it got confused because I initially tried to check it out from the ssh cvs and it failed (no permissions) but created a local copy with CVS info that apparently overrode the -d. Bizarro. -Brian On Jan 12, 2004, at 9:29 PM, Brian McCallister wrote: Hi all, the cvs module on the

Re: cocoon-2.1 cvs module

2004-01-12 Thread Brian McCallister
, at 9:31 PM, Antonio Gallardo wrote: Brian McCallister dijo: Hi all, the cvs module on the public cvs server ( :pserver:[EMAIL PROTECTED]:/home/cvspublic ) seems to be broken for the cocoon-2.1 module. cocoon-2.2 is fine. Hi Brian! Can you post the error you got in CVS? Best Regards, Antonio

cocoon-2.1 cvs module

2004-01-12 Thread Brian McCallister
Hi all, the cvs module on the public cvs server ( :pserver:[EMAIL PROTECTED]:/home/cvspublic ) seems to be broken for the cocoon-2.1 module. cocoon-2.2 is fine. -Brian