Re: Java PetStore sample - alternative view

2003-03-20 Thread leo leonid
On Donnerstag, März 20, 2003, at 07:42 Uhr, Christopher Oliver wrote: Thank you very much, Leo. I've committed your changes and I made some modifications so that you can dynamically select the view from the webapp: either Velocity or Xsp. cool! only, since index.do has to be called to execute t

Re: Java PetStore sample - alternative view

2003-03-19 Thread Christopher Oliver
Thank you very much, Leo. I've committed your changes and I made some modifications so that you can dynamically select the view from the webapp: either Velocity or Xsp. Regards, Chris leo leonid wrote: On Montag, März 17, 2003, at 04:37 Uhr, Christopher Oliver wrote: Does Xsp have some way o

Re: Java PetStore sample - alternative view

2003-03-19 Thread leo leonid
On Montag, März 17, 2003, at 04:37 Uhr, Christopher Oliver wrote: Does Xsp have some way of doing number formatting? The numeric values you receive from JavaScript are of type java.lang.Double. it's done in the xsl-stylesheet now. The XSP view is now up to date with your vm templates. All new a

Re: Java PetStore sample - alternative view

2003-03-17 Thread leo leonid
On Montag, März 17, 2003, at 06:36 Uhr, Christopher Oliver wrote: leo leonid wrote: excellent! so I can go on with checkout, order, shiping, etc... Does Xsp have some way of doing number formatting? The numeric values you receive from JavaScript are of type java.lang.Double. Yes probably there

Re: Java PetStore sample - alternative view

2003-03-17 Thread Christopher Oliver
leo leonid wrote: excellent! so I can go on with checkout, order, shiping, etc... Does Xsp have some way of doing number formatting? The numeric values you receive from JavaScript are of type java.lang.Double. Yes probably there is already a logicsheet for this, I try to avoid . Number formati

Re: Java PetStore sample - alternative view

2003-03-17 Thread leo leonid
On Montag, März 17, 2003, at 04:37 Uhr, Christopher Oliver wrote: leo leonid wrote: I just put the first results on my server. => http://proto2.leonid.de The XSP/XSL view for browsing Categories, Products, Items, Search, SignOn is already working. I'm now a bit stuck with the Cart, where I am s

Re: Java PetStore sample - alternative view

2003-03-17 Thread Christopher Oliver
leo leonid wrote: I just put the first results on my server. => http://proto2.leonid.de The XSP/XSL view for browsing Categories, Products, Items, Search, SignOn is already working. I'm now a bit stuck with the Cart, where I am still unsuccessful in retrieving values from the flow layer via jpa

Re: Java PetStore sample - alternative view

2003-03-17 Thread Vadim Gritsenko
leo leonid wrote: On Sonntag, März 16, 2003, at 05:32 Uhr, Christopher Oliver wrote: leo leonid wrote: On Freitag, März 14, 2003, at 07:45 Uhr, Christopher Oliver wrote: the views are pretty much brain-dead: Velocity generating xhtml directly. It would be neat if we could better show off Coc

Re: Java PetStore sample - alternative view

2003-03-17 Thread leo leonid
On Sonntag, März 16, 2003, at 05:32 Uhr, Christopher Oliver wrote: leo leonid wrote: On Freitag, März 14, 2003, at 07:45 Uhr, Christopher Oliver wrote: the views are pretty much brain-dead: Velocity generating xhtml directly. It would be neat if we could better show off Cocoon's view generatio

Re: Java PetStore sample

2003-03-16 Thread Christopher Oliver
Stefano Mazzocchi wrote: Christopher Oliver wrote: leo leonid wrote: On Freitag, März 14, 2003, at 07:45 Uhr, Christopher Oliver wrote: the views are pretty much brain-dead: Velocity generating xhtml directly. It would be neat if we could better show off Cocoon's view generation capabilities

Re: Java PetStore sample

2003-03-16 Thread Nicola Ken Barozzi
Stefano Mazzocchi wrote, On 16/03/2003 20.54: ... We must be prepared for the flood of people that will *wow* over this and flood our mail lists. This is why i want to solidify the flow contracts. Postponing this after 2.1 is, IMHO, a potential community suicide. I too regard the flow and the co

Re: Java PetStore sample

2003-03-16 Thread Stefano Mazzocchi
Christopher Oliver wrote: leo leonid wrote: On Freitag, März 14, 2003, at 07:45 Uhr, Christopher Oliver wrote: the views are pretty much brain-dead: Velocity generating xhtml directly. It would be neat if we could better show off Cocoon's view generation capabilities - but I suck at that type

Re: Java PetStore sample

2003-03-16 Thread Christopher Oliver
leo leonid wrote: On Freitag, März 14, 2003, at 07:45 Uhr, Christopher Oliver wrote: the views are pretty much brain-dead: Velocity generating xhtml directly. It would be neat if we could better show off Cocoon's view generation capabilities - but I suck at that type of thing. Anyway, any feed

Re: Java PetStore sample

2003-03-16 Thread Christopher Oliver
leo leonid wrote: On Freitag, März 14, 2003, at 07:45 Uhr, Christopher Oliver wrote: the views are pretty much brain-dead: Velocity generating xhtml directly. It would be neat if we could better show off Cocoon's view generation capabilities - but I suck at that type of thing. Anyway, any feed

Re: Java PetStore sample

2003-03-16 Thread leo leonid
On Freitag, März 14, 2003, at 07:45 Uhr, Christopher Oliver wrote: the views are pretty much brain-dead: Velocity generating xhtml directly. It would be neat if we could better show off Cocoon's view generation capabilities - but I suck at that type of thing. Anyway, any feedback is appreciate

Re: Java PetStore sample

2003-03-14 Thread Christopher Oliver
leo leonid wrote: Eventually, I'd like to add this to the flow samples, but in the meantime if anyone is interested in helping, let me know and I'll check it into the scratchpad. (Unfortunately the scratchpad samples are still broken though). Please do. A sample like this would be sufficient

Re: Java PetStore sample

2003-03-14 Thread leo leonid
On Freitag, März 14, 2003, at 03:24 Uhr, Christopher Oliver wrote: leo leonid wrote: I never used velocity templates so far. In order to get your snapshot running (so far I get a ConfigurationException: Type 'flow_velocity' is not defined) I wanted to have a look at the velocity-cocoon samples

Re: Java PetStore sample

2003-03-14 Thread Christopher Oliver
leo leonid wrote: I never used velocity templates so far. In order to get your snapshot running (so far I get a ConfigurationException: Type 'flow_velocity' is not defined) I wanted to have a look at the velocity-cocoon samples. Unfortunately the are not available in the latest 2.1 CVS build. I'

Re: Java PetStore sample

2003-03-14 Thread leo leonid
On Donnerstag, März 13, 2003, at 09:28 Uhr, Christopher Oliver wrote: I've made a first cut at implementing the Java PetStore example application using Cocoon. I started by converting the Ibatis PetStore (https://sourceforge.net/projects/ibatisjpetstore) I deployed it just now, using Postgresql