• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Can Spring/Struts and Tapestry co-exist

 
Ranch Hand
Posts: 141
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Alexander,

Thanks for your reply in my other post regarding Struts/Spring and Tapestry

I have one more doubt. I am having a small application running on Struts2 and another application on Spring MVC.

Can I make use of Tapestry in my existing framework to make use of its component based architecture. In the other words, can I plug-in some of the components of Tapestry without rewriting my entire existing code in Struts or Spring

Regards,
Paras
 
author
Posts: 99
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Paras,

Action-driven and component-based frameworks cannot be mixed together. You can integrate Tapestry with the IoC feature of Spring, not with its MVC.
 
Paras Jain
Ranch Hand
Posts: 141
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your reply.

I was thinking to plug-in some already existing login component in my Spring application.

Now let me ask this. If I have some existing basic Tapestry application. Can I plugin a Login component probably from existing Tapestry application like
Hispacta
 
reply
    Bookmark Topic Watch Topic
  • New Topic