Hi,

Recently I start working on mule and spring and i am little confuse about using the mule along with spring 2.5.

I am using restful web services and web page on top of my service layer.

I am running this project on tomcat 6.

As mule has independent server.

Q: I was wondering how to configure it with spring. following are two approaches i am considering

1. Spring 2.5 + tomcat 6 (also for Mule server)
2. Spring 2.5 + tomcat 6 + Mule Server

Q: EBS layer should be on top of service layer and below webservices/website requests. Is it right approach.

Q: In Future I am planning to use memcache on top of service layer and on the top of cache layer, planning to use EBS(Mule). How this will effect my code and how should i design my application.

Q: If you have any sample application, where I can quickly kick start the work, I will also be a great favor.

Looking forward to your reply.