简体   繁体   English

OSGI MVC Web框架

[英]OSGI MVC Web Framework

I am evaluating an architecture for a web application. 我正在评估Web应用程序的体系结构。 We need to be able to update parts of our business objects and the front end also. 我们需要能够更新部分业务对象和前端。

We have already made the choice to use the OSGi architectural patterns but have not found a good and consolidated framework. 我们已经选择使用OSGi架构模式,但还没有找到一个良好的整合框架。

I wonder if there is an MVC framework like Spring MVC that is 100% java with your views created using JSP tags and is OSGi ready. 我想知道是否有一个像Spring MVC这样的MVC框架是100%java,你的视图是用JSP标签创建的,并且已经准备好了OSGi。

Sorry for bad English. 抱歉英语不好。

Thank you 谢谢

Since you're still evaluation an architecture I'm wondering if you really need an server side MVC framework. 既然你还在评估架构,我想知道你是否真的需要一个服务器端MVC框架。 We are using JAX-RS in OSGi (using Amdatu Web ) on the server and AngularJS on the client. 我们在服务器上使用OSGi中的JAX-RS(使用Amdatu Web ),在客户端上使用AngularJS。 This works really well for modern web applications, unless you have some very specific reason to use a server side MVC framework. 这对于现代Web应用程序非常有效,除非您有一些非常具体的理由使用服务器端MVC框架。

To get an idea of a complete application there is a demo project available as well. 为了了解完整的应用程序,还提供了一个演示项目

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM