You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by kamiseq <ka...@gmail.com> on 2012/05/17 06:49:32 UTC

VTD XML for wicket

hej,
have you ever consider using http://vtd-xml.sourceforge.net/ as xml
parsing library??
I ve already successfully used this in quite big project and for sure
it is worth checking as I suspect wicket spends some time parsing html
on each request, right?

pozdrawiam
Paweł Kamiński

kamiseq@gmail.com
pkaminski.prv@gmail.com
______________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: VTD XML for wicket

Posted by kamiseq <ka...@gmail.com>.
too bad

pozdrawiam
Paweł Kamiński

kamiseq@gmail.com
pkaminski.prv@gmail.com
______________________


On 17 May 2012 11:12, Kees van Dieren <in...@squins.com> wrote:
> Its licenced GPL so wicket cannot depend on it.
>
>
> Best regards / Met vriendelijke groet,
>
> Kees van Dieren
> Squins | IT, Honestly
> Oranjestraat 23
> 2983 HL Ridderkerk
> The Netherlands
> Phone: +31 (0)180 415559
> Mobile: +31 (0)6 30413841
> www.squins.com
> http://twitter.com/keesvandieren
> Chamber of commerce Rotterdam: 24435130
> Boeken voor school en werk bestel je op studieboekencenter.nl
> 2012/5/17 kamiseq <ka...@gmail.com>
>
>> anyway VDT-XML outperforms any existing SAXlike or DOM technologies. I
>> just want to let you know.
>>
>> take care
>>
>> pozdrawiam
>> Paweł Kamiński
>>
>> kamiseq@gmail.com
>> pkaminski.prv@gmail.com
>> ______________________
>>
>>
>> On 17 May 2012 07:08, Igor Vaynberg <ig...@gmail.com> wrote:
>> > xml is parsed only the first time a page/panel is accessed. broken
>> > down into a collection of chunks optimized for wicket's consumption.
>> > and cached.
>> >
>> > -igor
>> >
>> > On Wed, May 16, 2012 at 9:49 PM, kamiseq <ka...@gmail.com> wrote:
>> >> hej,
>> >> have you ever consider using http://vtd-xml.sourceforge.net/ as xml
>> >> parsing library??
>> >> I ve already successfully used this in quite big project and for sure
>> >> it is worth checking as I suspect wicket spends some time parsing html
>> >> on each request, right?
>> >>
>> >> pozdrawiam
>> >> Paweł Kamiński
>> >>
>> >> kamiseq@gmail.com
>> >> pkaminski.prv@gmail.com
>> >> ______________________
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> >> For additional commands, e-mail: users-help@wicket.apache.org
>> >>
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> > For additional commands, e-mail: users-help@wicket.apache.org
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: VTD XML for wicket

Posted by Kees van Dieren <in...@squins.com>.
Its licenced GPL so wicket cannot depend on it.


Best regards / Met vriendelijke groet,

Kees van Dieren
Squins | IT, Honestly
Oranjestraat 23
2983 HL Ridderkerk
The Netherlands
Phone: +31 (0)180 415559
Mobile: +31 (0)6 30413841
www.squins.com
http://twitter.com/keesvandieren
Chamber of commerce Rotterdam: 24435130
Boeken voor school en werk bestel je op studieboekencenter.nl
2012/5/17 kamiseq <ka...@gmail.com>

> anyway VDT-XML outperforms any existing SAXlike or DOM technologies. I
> just want to let you know.
>
> take care
>
> pozdrawiam
> Paweł Kamiński
>
> kamiseq@gmail.com
> pkaminski.prv@gmail.com
> ______________________
>
>
> On 17 May 2012 07:08, Igor Vaynberg <ig...@gmail.com> wrote:
> > xml is parsed only the first time a page/panel is accessed. broken
> > down into a collection of chunks optimized for wicket's consumption.
> > and cached.
> >
> > -igor
> >
> > On Wed, May 16, 2012 at 9:49 PM, kamiseq <ka...@gmail.com> wrote:
> >> hej,
> >> have you ever consider using http://vtd-xml.sourceforge.net/ as xml
> >> parsing library??
> >> I ve already successfully used this in quite big project and for sure
> >> it is worth checking as I suspect wicket spends some time parsing html
> >> on each request, right?
> >>
> >> pozdrawiam
> >> Paweł Kamiński
> >>
> >> kamiseq@gmail.com
> >> pkaminski.prv@gmail.com
> >> ______________________
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> >> For additional commands, e-mail: users-help@wicket.apache.org
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > For additional commands, e-mail: users-help@wicket.apache.org
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: VTD XML for wicket

Posted by kamiseq <ka...@gmail.com>.
anyway VDT-XML outperforms any existing SAXlike or DOM technologies. I
just want to let you know.

take care

pozdrawiam
Paweł Kamiński

kamiseq@gmail.com
pkaminski.prv@gmail.com
______________________


On 17 May 2012 07:08, Igor Vaynberg <ig...@gmail.com> wrote:
> xml is parsed only the first time a page/panel is accessed. broken
> down into a collection of chunks optimized for wicket's consumption.
> and cached.
>
> -igor
>
> On Wed, May 16, 2012 at 9:49 PM, kamiseq <ka...@gmail.com> wrote:
>> hej,
>> have you ever consider using http://vtd-xml.sourceforge.net/ as xml
>> parsing library??
>> I ve already successfully used this in quite big project and for sure
>> it is worth checking as I suspect wicket spends some time parsing html
>> on each request, right?
>>
>> pozdrawiam
>> Paweł Kamiński
>>
>> kamiseq@gmail.com
>> pkaminski.prv@gmail.com
>> ______________________
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: VTD XML for wicket

Posted by Igor Vaynberg <ig...@gmail.com>.
xml is parsed only the first time a page/panel is accessed. broken
down into a collection of chunks optimized for wicket's consumption.
and cached.

-igor

On Wed, May 16, 2012 at 9:49 PM, kamiseq <ka...@gmail.com> wrote:
> hej,
> have you ever consider using http://vtd-xml.sourceforge.net/ as xml
> parsing library??
> I ve already successfully used this in quite big project and for sure
> it is worth checking as I suspect wicket spends some time parsing html
> on each request, right?
>
> pozdrawiam
> Paweł Kamiński
>
> kamiseq@gmail.com
> pkaminski.prv@gmail.com
> ______________________
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org