I would never guess that DiskPageStore should waste time producing xml... ** Martin
2009/11/13 Pamir Erdem <[email protected]>: > Hi. > > As you know, Wicket uses disk storage to save web pages by serializing them. > PageMap and DiskPageStore classes are examples for it. Is there any way to > change the serialization type from DOM Serialization to SAX Serialization > in these classes ? If serialization of an object seralization tree depth is > high what you have to do is just increasing the java argument Xss or > changing the serialization method from DOM to SAX > > > Thanks > -- > Pamir Erdem > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
