Hello,

I must create a rich editor. We have a custom language, and our
customers will be able to edit "sentences" of this language in their
browser.
Now, on the server side, we already have antlr stuff to parse the language.

I'm contemplating whether I should try to reuse to the maximum the
existing stuff, at the (probable) cost of more client/server
communications to benefit from the parser's functionality (hopefully
the client side editor will be "structured") ;
or whether I should rewrite a parser (by hand or with the help of a
third party library which could run on GWT client code) for my client
side ...

Any comments / suggestions ?

Thanks in advance,

-- 
Laurent

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to