Re: A note about the best(?) (cocoon-) development environment ...

2003-02-09 Thread Niclas Hedhman
On Sunday 09 February 2003 05:59, Robert Simmons wrote: Sun JDO JSR-12. And I thought this is a Java specific specification of the ODMG model. No? - Original Message - From: Thor Heinrichs-Wolpert [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, February 08, 2003 10:22 PM

Re: A note about the best(?) (cocoon-) development environment ...

2003-02-09 Thread Jeremy Quinn
On Saturday, Feb 8, 2003, at 19:28 Europe/London, Robert Simmons wrote: The only other comment I have is that I'm still searching for a content editor for Static XML. I'm currently investigating using adobe FrameMaker. The idea being that I would have a WYSIWYG way of editing documents that

Re: Cinclude issues...

2003-02-09 Thread Jeff Turner
On Fri, Feb 07, 2003 at 09:00:19PM -0500, Ben Young wrote: I've recently attempted to use the cinclude to aggregate some files that I'm currently aggregating with the map:aggregate command, but I've run into some issues that I'm not sure how to resolve. My current map:match section looks

RE: A note about the best(?) (cocoon-) development environment ...

2003-02-09 Thread Michael Homeijer
Your classpath issue won't be fixed by other combinations. It's not a tomcat problem. The only thing that will fix the problem is fixing the java compiler in Cocoon to not use a classpath, but use the classloader instead. For this two fixes have been suggested on the mailing list: - Fixing the

Re: A note about the best(?) (cocoon-) development environment ...

2003-02-09 Thread Robert Simmons
Nope. 100% pure Java specification. Give it a read. The first couple chapters will give you a good idea of its meaning. -- Robert - Original Message - From: Niclas Hedhman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, February 09, 2003 9:30 AM Subject: Re: A note about the

Re: A note about the best(?) (cocoon-) development environment ...

2003-02-09 Thread Robert Simmons
Point of correction. Class enhancement is not generation per se. The actual class files are enhanced in place. In other words the byte code enhancers go into the class files and alter them. The solution elegantly solves some nasty problems. -- Robert - Original Message - From: Robert

howto get the context-root in a component registered incocoon.xconf

2003-02-09 Thread Jakob Praher
hi all, I want to load a component-manager from a selector, that I registered in cocoon.xconf. The problem is, that at configuration( .. ) time I have no way to access the objectModel, like for instance in an Action. But in order to get the configuration files properly, I somehow must have

Re: Using Cocoon and ($tool) to generate static pages.

2003-02-09 Thread Jeff Turner
On Thu, Feb 06, 2003 at 06:07:02PM +0100, Andrea Censi wrote: Which is the best tool to create an offline copy of a cocoon live site? It should spider through the pages, follow every link and gather both html and images/css/pdf. Then it should rearrange internal links from absolute to

cocoon classloader problem

2003-02-09 Thread Thomas Haditsch
while trying to get the cocoon command line interface to work, i stumbled across this odd problem: Object o = Class.forName(org.apache.avalon.excalibur.xml.JaxpParser).newInstance(); org.apache.cocoon.util.ClassUtils.loadClass(org.apache.avalon.excalibur.xml.JaxpParser).newInstance(); the

Re: A note about the best(?) (cocoon-) development environment...

2003-02-09 Thread Frank Ridderbusch
On Sun, 9 Feb 2003 12:26:50 + Jeremy Quinn [EMAIL PROTECTED] wrote: ... I don't have the $$$ to try Framemaker, but if you are prepared to put in the work, you could try XMLMind XMLEditor (XXE). http://www.xmlmind.com/xmleditor/ You need to write a config for XXE, for your

Help - Trying to fit the text to fit the page

2003-02-09 Thread e nio
Request some help in formatting the displayed document to fint in one page. For example the http://localhost:8080/cocoon/documents/userdocs/xsp/esql.html does not fit in a page and I have the scroll bar in the bottom. Is there a way to make the body part fit the remaining space and I would not

Re: Instal Cocoon on Mac OS X

2003-02-09 Thread Thor Heinrichs-Wolpert
Check out the instructions for the installation: http://xml.apache.org/cocoon/installing/index.html depending on the version of Tomcat you are using you'll have to copy files into different directories. Now, if you use Jetty, you don't have to copy any directories. If you want to use

Re: A note about the best(?) (cocoon-) development environment ...

2003-02-09 Thread Thor Heinrichs-Wolpert
Possibly, but when I went to Sun's announcement of JDO at JavaOne they had post-processing of the *.class files with some funky stuff so that the classloaders wouldn't reject the *.class files to allow loading of the data. Castor, et al. was following the ODMG much closer and didn't try

Re: A note about the best(?) (cocoon-) development environment ...

2003-02-09 Thread Thor Heinrichs-Wolpert
Have you found that it works well for you across JVM versions and implementations? The ODMG JDO works everywhere. On Sunday, February 9, 2003, at 05:22 AM, Robert Simmons wrote: Point of correction. Class enhancement is not generation per se. The actual class files are enhanced in place.

Re: A note about the best(?) (cocoon-) development environment ...

2003-02-09 Thread Robert Simmons
Yes. That is part of the specification. The enhancement is to byte code, not to native versions of the code. Therefore any JVM can read the enhanced files. You might look at Jakarta's BCEL project to get an idea about how byte code enhancement works. As for the ODMG vs. byte code enhancement, Id

Re: A note about the best(?) (cocoon-) development environment ...

2003-02-09 Thread Thor Heinrichs-Wolpert
I'm familiar with BCEL and have used it to speed up JMX and reflection based applications. I haven't found the ODMG way to be very slow. Are we comparing specs to tools? Most things can auto-deploy schemas, but very few of my clients will use such a feature. We've used several ODMG based

Re: A note about the best(?) (cocoon-) development environment ...

2003-02-09 Thread Robert Simmons
Well, I don't want to debate JDO vs. ODMG object mapping. I use JDO as will a very large amount of other people. Don't judge it when you know little about it. As for the query language, it blasts any other object based query language to hell. As for CMP and BMP, you can toss those out the window.