I kept on working on MarkupParser and MarkupParserFactory. Extending
MarkupParser, especially adding additional IMarkupFilter, was bit of a
pain. MarkupParserFactory offered additional constructor with the
intend to simplify it but actually using these constructors was
dangerous as the IMarkupFilters provided with these construtors must
have been stateless. I changed MarkupParser in a way that a single
instance can now only be used once. Which is how it is used anyway,
except for testing. MarkupParserFactory now returns a MarkupParser and
you can simply call markuParser.registerMarkupFilter(). This change
shouldn't affect many users, but the API has slighty changed. The
change is backportable. Any thoughts?

Wicket-bench will need a facade to support multiple wicket versions.

Juergen

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to