سؤال

I would like to integrate tiles 3 to my web application spring3+struts2+hibernate, but I don't have any idea of were to begin. All examples that I see use struts2 with tiles only, no integration of spring.

هل كانت مفيدة؟

المحلول

Here are few inputs how to integrate it.

  1. For Integrating Struts2 with Spring use struts2-Spring plugin, all you need to have required spring jars and plugin, and your spring configuration file.Plugin document contains a basic start as how to configure it and how to use it, just follow those instructions and you are good to go (i am assuming you know how to use Spring )

  2. Struts2 is independent of Hibernate and you are free to use it on your own way, though there are some plugins available , but i will suggest not to use them

  3. For tiles there is again a plugin to take care of integration.

All these plugin will help you to integrate various technologies, but how to use them and how they work, you need to get know about them independently.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top