[xwiki-dev] [patch proposal] regex handling in XWiki core
Sergiu Dumitriu
sergiu.dumitriu at gmail.com
Tue Feb 13 14:24:13 CET 2007
Hi,
This is indeed a good idea. Can you make a jira task and attach the patch to
it? http://jira.xwiki.org/
Sergiu
On 2/13/07, Pablo Oliveira <pablo.oliveira at enst.fr> wrote:
>
> Hi,
>
> As some of you may know, I am currently working on a version of XWiki for
> mobile devices.
> I have been investigating the possibility of running some parts of XWiki
> on a J2ME - CDC PP configuration.
>
> During this process I have noticed that XWiki uses two different api for
> matching regular expressions:
> * Jakarta ORO
> * java.util.regex ( JDK > 1.4 )
>
> Because j2me does not have the java.util.regex classes, I have made
> some small changes so that the core of XWiki only uses Jakarta ORO,
> so I can continue my tests.
>
> Yet, I think these changes (see attached patch) may be of a more general
> interest because:
> * it might be cleaner to stick to a single regex lib
> * this patch factors some of the regex handling on an
> encapsulating class that would allow us to change the regex
> underlying implementation more easily.
>
> What do you think?
>
> Regards,
> Pablo
>
>
> --
> You receive this message as a subscriber of the xwiki-dev at objectweb.orgmailing list.
> To unsubscribe: mailto:xwiki-dev-unsubscribe at objectweb.org
> For general help: mailto:sympa at objectweb.org?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>
>
--
http://purl.org/net/sergiu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xwiki.org/pipermail/devs/attachments/20070213/dfdf8e45/attachment.htm
More information about the devs
mailing list