SVG, servlet filters and interception

2008-08-28 Thread Atle Prange
Hi, i want to use svg in my webapp, since it makes it easy to create images on the fly. My plan is to make t5 pages that output svg instead of html, which should be easy. But alas svg is not as straigh forward as it should. Little browser support might force me to convert the svg to images

Re: Osgi trouble - the next level- solved

2008-08-19 Thread Atle Prange
As usual, a closer look reveals the errors... anyway, my application is up and running... -atle Atle Prange wrote: Okay, i have figured out the simple way of changing the resource url so the tapestry framework is able to scan the pages , componenents and mixins. Now i get a load of

Osgi trouble - the next level

2008-08-18 Thread Atle Prange
Okay, i have figured out the simple way of changing the resource url so the tapestry framework is able to scan the pages , componenents and mixins. Now i get a load of exceptions that *BeanInfo classes can't be found, and that the '' (empty) package is not imported or exported... Any suggesti

Re: Page Loading and OSGI

2008-08-14 Thread Atle Prange
try-spring module does it. There are still further challenges, but I guess you want be able to start a hello world page first. :) On Thu, Aug 14, 2008 at 3:09 PM, Atle Prange <[EMAIL PROTECTED]>wrote: Hi, i am currrently trying to integrate tapestry into an OSGI container using apac

Page Loading and OSGI

2008-08-14 Thread Atle Prange
Hi, i am currrently trying to integrate tapestry into an OSGI container using apache felix and the ops4j pax web service. (For many interesting reasons, one of them is the possibility to add services to the webapp at runtime...) I have managed to register the Tapestry filter, and load my app