Hi guys,
I hope to find someone can help to me with this question.
How can I separate the Web and service layers of my Spring application in different App servers, say, Jboss?
I want to have a Jboss with the Service and Dao layers of the application, and other Jboss with only de Web layer. Something like use @Remote and @Local facades with EJB.
How can I do this? It's possible with Spring? Some articles that do you can suggest?
Thanks in advance...
