Hi,

I am planning to use the Spring MVC for a SWT application (Eclipse plugin or a standalone application). Can some one tell me whether it is "do-able" or "recommended" to go with Spring MVC for SWT kind of an application, in the first place.

Basically, I am using XML Beans to create the Model classes (based on my own XSD) whose API's will be used by a SWT UI.

Since I have the Models (or Business Logic) seperated out by the help of XML Beans, I am trying to have the UI based on Spring MVC. But am stuck on how to use it for the SWT application.

Can some one throw some light in this area.