English 中文(简体)
分类和合并技术(替代措施)
原标题:UI technology for segmentation and consolidation (portal alternative)

I m 寻找一种最好基于 Java的技术,能够:

  • Separate development tasks between developers and does not requires them to access all the UI for development and testing. I d like to create separate groups who develop the UI on their own.
  • Consolidate the end results as a coherent application.

我知道,这就是门户和港口集装箱的用途,然而,我想找到替代技术解决办法——如果有的话。

例如,我想到以下几点:

  • Spring MVC with clear separations on the scopes and "clever" merge process
  • Struts actions and pages with clear separations on the scopes and merge of the configuration

最新情况:我只字未提几个额外要求,但我需要SEO、友好的陶器,不考虑Wicket(因为很难找到开发商)和JAF(因为它有局限性,我不喜欢)。

最佳回答

I ve得出结论,我们的道路是春天花板,

问题回答

我们使用Vexi-以下网址:a demo,主要因为保持了这一成绩。 文件内容相当详尽,但目前还未在网上组织完善,由于源头变化,网站被打破(比克人无国界协会)。

地球观测组织并不真正是一个特征,因为申请是从浏览器中发射的,而不是在浏览器内存在。 然而,这无疑是一种替代技术!

It s a shame I can t show you the apps I m working on at the moment, because they look great. Our online profile for Vexi is dire though.





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签