English 中文(简体)
利用网络门户门户诉春天(确定是否有必要采用简易解决办法的准则)
原标题:Using websphere portal vs spring mvc (Guidelines to determine if a portlet solution is warrantied)

我们正致力于我们第二代电子商务网站。 引进的承包公司正在推动使用Web Sphere Portal诉SJP/Spring MVC等公司,以扩充国际交易日志。

新释放的许多部分将以第1版为基础。

承包公司是IBM的合伙人,因此,我假定在确定统一企业的最佳解决办法方面存在着利益冲突。

因此,我与小组联系,以了解如何利用IBMWeb Sphere门户来支付钱款(ROI)。

向前推进,我们将利用一家近岸公司,一旦提出申请,即维持申请。 因此,我们必须考虑这些技能。

我们向发货人提供网站,让他们出售/储存车辆。 对每个发货人来说,延迟业务逻辑大致相同,并单独处理。 问题是,我们目前建立了一套核心的金融情报和主计长,然后将其扩大到一个发货人项目。 每个签字人“Store Front”是一个单独的部署。

我知道或曾经告诉过门户:

  1. 日内瓦 OTB将处理基本安全——用户标识和他们能够看到的港口(保安可以做同样的事情)

  2. 日内瓦 OTB能够根据用户与哪家公司的关系处理这些货物或重新计算港口。 (标准做法可以取得相同结果)

  3. IBM WebSphere Portal can provide re-use of Portlets (Not sure I buy this since so far each customer has demanded their own screen layouts along with the data collected and how it is displayed)

  4. IBM Web Sphere门户可以及时帮助市场——这首先是实施基准参考,然后在45-60天左右展示可以改变的内容。

我向能够提供更大好处的任何人开放。

<>

> <<<<>>>>>>>> > <<<<>>>>>>>>。

针对@Bozho的发言,如果要确定是否有必要采用停泊办法,则准则是什么。

最佳回答

IBM does not trigger any good references in terms of quality software in my head. And all points above are marketing nonsense. There are two things you need to assess:

  • do you need a portlet solution. (This is regardless of the portlet implementation).
  • which portlet implementation to choose

我不能为你决定这些内容,但我可以告诉你:

  • spring provides even advanced user and security handling (spring-security)
  • even if you choose portlets, you can use spring. Spring has portlet support.
  • if you choose portlets, make sure you choose a good implementation. As I mentioned, I wouldn t go for IBM.
问题回答

这完全取决于你们的最终游戏。

它像供应商所建议的网上门户一样,为每个发货人建立一个虚拟门户,因此可以单独管理,这具有意义,因为你可以在每个虚拟门户网站上部署同一港口,同时有定制的界限,而且发货人和用户的作用也可以通过箱子的门户轻易处理。

然而,门户是一个相当庞大的包裹。 如果你想根据自身的作用,将各种来源的内容纳入其中,并以标准方式向终端用户提供数据,或者根据自己的作用,重新规划使用其某些现有功能,即通过各种活动、网站内容图书馆、与远港通道的整合、与协作工具的整合、与程序服务器/班任务、博客、维系等,在同一网页上积极更新港口单元,则可能值得采用门户解决办法。

但是,如果你们都想做的话,就根本上造一个网络,那么门户总超高技能,我只贴上一个配备任何框架的服务器,使工作更容易。





相关问题
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 ...

热门标签