| Author |
Exposing a struts app as a web service?
|
Ben Ethridge
Ranch Hand
Joined: Jul 28, 2003
Posts: 108
|
|
Assuming that it is a "well-designed" MVC struts app, is it easy to expose that strut app as a web service? Ben
|
 |
Merrill Higginson
Ranch Hand
Joined: Feb 15, 2005
Posts: 4864
|
|
A Struts application is Web application that interacts with humans. A web service interacts with programs. Therefore, turning a Struts application into a web service wouldn't really work. However, a well-designed Struts app will have a model that has no dependencies on Struts or any other view framework. It would therefore be relatively easy to take some of those model classes and methods and give them a web service interface using one of the many tools available for turnig Java classes into web services.
|
Merrill
Consultant, Sima Solutions
|
 |
 |
|
|
subject: Exposing a struts app as a web service?
|
|
|