Friday, May 27, 2011

describe pages in text format, render into GWT

I have several Eclipse SWT-based editors. I want to switch from Eclipse SWT/RCP to web UI.
GWT is one of the options I'm looking at.

I don't want to rewrite all editors every time I change the framework. Would be nice if I could define editors in some text file and then render it into GWT code. This way people who create/maintain editors don't have to know GWT or Eclipse SWT or any other framework my platform uses at the moment, all they need to do is maintain their simple plain text files, while the platform will render them into appropriate format.

so, is there some "renderer", which would take editors/pages saved in  text files and create GWT code for them (assuming people will provide some servers-side java code to respond to editors' requests) ?

--
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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment