[Mav-user] tools / methodology

2001-12-18 Thread Johan Lundberg
Hi I am trying to get up to speed with my development but the way I work feels a bit cumbersome. I finally reduced EJB-development time when I switched to xdoclet but I have not found anything easy to work with when developing my xsl-pages. I spend too much time searching for IDEs that can hel

Re: [Mav-user] tools / methodology

2001-12-19 Thread Johan Lundberg
ust use a text > editor. If I'm doing a lot of XSL debugging I'll use the > mavMaxTransforms limit parameter to get the raw XML, and then use a > standalone processor (such as msxsl) outside of the web environment. > Not very sophisticated. > > Jeff > > >

[Mav-user] Problem with Friendbook example on TomCat - Again

2002-02-25 Thread Johan Lundberg
Hi. There is a lot of development going on with orion, tomcat, xalan, maverick, e.t.c I have seen a few postings in which developers are asking how to get maverick working. Tonight, I have spent four hours trying to upgrade maverick and I have come nowhere. I spent two hours on orion before

[Mav-user] cyclic reference graphs in opt-domify

2002-09-08 Thread Johan Lundberg
Hi Background: I am using Maverick in combination with Torque (Jakarta project), which is a Java layer that simplifies DB-access for a Java programmer. Torque automagically gives me Java beans from a DB-schema. I am using the opt-domify package that is provided together with Maverick. The pro

Re: [Mav-user] cyclic reference graphs in opt-domify

2002-09-08 Thread Johan Lundberg
custom > view--now it is a transform). And that time included figuring out what > was going on under the hood > > --jim > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Johan > Lundberg > Sent: Sunday, Septemb

Re: [Mav-user] cyclic reference graphs in opt-domify

2002-09-09 Thread Johan Lundberg
Hi Thank you for all support. Unfortunately, you lost me two mails back when you started talking about DOM and SAX. It seems that I have some serious reading to do before I'll be of any help :( I have picked up a few things though: The Betwixt TODO-list has a low priority point saying: <> - I

Re: [Mav-user] opt-betwixt

2002-09-10 Thread Johan Lundberg
Jim What can I say? Thanks a lot! You must be a fast coder... It doesn't look to difficult, but isn't that always the case when you have the answer in front of you? I'll try to use it in my application right away. thank you /johan jim moore wrote: > Okay a little more playing around and I

Re: [Mav-user] opt-betwixt

2002-09-10 Thread Johan Lundberg
I have to agree with Jim on this. Having done the first tests with opt-betwixt it seems that the Bean -> XML doesn't render identical XML. Most parts of my app looks fine but the opt-domify compatible XSL templates have in some nodes trouble with the Betwixt XML. I don't think that it is diffi

Re: [Mav-user] opt-betwixt

2002-09-11 Thread Johan Lundberg
tTransformsParam > maxTransforms > > > Jeff Schnitzer > [EMAIL PROTECTED] > > >>-Original Message- >>From: Johan Lundberg [mailto:[EMAIL PROTECTED]] >>Sent: Tuesday, September 10, 2002 6:05 PM >>To: [EMAIL P

Re: [Mav-user] opt-betwixt

2002-09-11 Thread Johan Lundberg
xt/overview.html > > Scroll down to the section "Customizing the mapping of a bean to XML" > > --jim > > > - Original Message - > From: "Johan Lundberg" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, Septemb

Re: [Mav-user] How to suppress Velocity Transforms?

2003-08-25 Thread Johan Lundberg
Hi Dan Jeff told me about the following trick some time ago. I needed to get the SVG plugin to understand that SVG content was coming instead of html. Below is the first line of my velocity template: $response.setContentType("image/svg+xml") the rest of my SVG document... /johan - Origin