问题标签 [portal]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
1458 浏览

integration - Lotus Notes 与 Java 门户平台的集成

我正在使用基于 Java 的门户平台。我需要在我的门户中显示存储在 Lotus Notes 中的信息。考虑到安全问题,推荐的方法是什么?

是否有任何与 Lotus Notes 集成的开源 JSR 168 portlet?

从我的门户平台,我可以调用 Web 服务来获取此信息。这是推荐的吗?如果是这样,我在哪里可以找到有关可用于 Lotus Notes 的 Web 服务 API 的信息?

是否可以在我的门户平台上安装任何 Java 组件,以提供 Java API 来访问 Lotus Notes 信息?

0 投票
1 回答
316 浏览

linux - 创建软件设备的最佳实践?

我有一个应用程序,客户要求我们将其打包到一个软件设备中,并希望找到我需要考虑的所有事项的列表。与选择操作系统相关的东西都有很好的文档记录,但其他方面,例如构建可用的 Web 控制台、我应该考虑的框架(应用程序是用 Java 编写的)以及我可能需要在设计方面进行重构的东西却没有。

非常感谢任何指导。

0 投票
3 回答
683 浏览

security - Secure captive portal?

We would like to run a wireless access point for public use. However, in case of misbehavior, we would like some personal information to be able to pass on to law enforcement.

The proposed solution involves a captive portal where users enter their email addresses, and are then given ten minutes to check their email and verify, after which they are given unrestricted access.

The problem, as I see it, is that once a user is authenticated, anyone can come along, spoof the MAC or IP, and then have access. If they commit a crime or copyright infringement, the user who entered the email address is now blamed.

Now, we could solve that by using WPA and requiring users to preregister. But as I said, we would like to allow anyone to just drive up and use it, and we don't want to provide any technical support.

The other alternative is not collecting email addresses, but then in case of an investigation or lawsuit, we wouldn't have anything to hand over, and thus risk the possibility of being shut down.

Is there any way out of this dilemma?

0 投票
3 回答
2064 浏览

java - 是否可以在单独的 war 文件中创建可动态插入的 GWT 小部件/portlet?

是否可以在 GWT 中创建可以动态加载并添加到 GWT Web 应用程序的小部件/portlet,以及 GWT 小部件可以驻留在单独的 war 文件中的位置?

为了澄清我的问题:符合 JSR168/JSR286 的门户可以在单独的项目(war 文件)中创建 portlet 并将它们动态加载到门户页面中。假设您想在 GWT 应用程序中做类似的事情。因此,假设我们为 GUI 创建了一个仅使用 GWT 的门户(没有 JSP 等),并且我们希望动态添加一个用纯 GWT 编写的“portlet”。那可能吗?

我可以想象它可以使用 IFrame 来完成,但如果这样的 GWT 小部件/portlet 完全成为 GWT 主机“门户”应用程序的一部分并共享它的样式表和其他资源,那就更好了。

0 投票
1 回答
213 浏览

weblogic - 如何整合 Facebook

如何将 facebook 集成到我的门户(weblogic)应用程序。

谢谢 rj

0 投票
8 回答
13355 浏览

java - 为 Liferay 开发 portlet 的限制/缺点

我正在考虑将应用程序开发为 portlet,以集成到 Liferay 门户中。与使用 Spring 框架开发普通 Web 应用程序相比,开发此类应用程序是否有任何明显的缺点或限制?

Liferay 似乎要求所有内容都作为portlet 添加。我考虑的另一个选择是仅将 Liferay 用于应用程序的某些部分,并添加到其他自开发内容的外部链接,作为普通 Web 应用程序开发。但是,这将需要多种用户身份验证机制以及 Liferay 和其他 Web 应用程序之间的某种跨站点身份验证。

最好的方法是什么?

0 投票
4 回答
8615 浏览

asp.net-mvc - 用于开发基于小部件的门户的 ASP.NET MVC

ASP.NET MVC对开发http://www.google.com/ig之类的东西 有多合适?

我还没有看到或找不到任何例子。MVC 方法是否暗示用户界面不应该看起来像那样?

0 投票
5 回答
9991 浏览

eclipse - 从 Eclipse 使用 Portal 启动 JBoss 时出现内存不足错误

我无法让 JBoss Portal 从 Eclipse 启动,尽管 AS 单独启动良好,并且当从命令行启动而不是从 Eclipse 内启动时,Portal 也正确启动。我在 Windows 中运行,有 3GB。建议?谢谢你。

0 投票
2 回答
166 浏览

web-applications - 可用性和可配置性

在工作中,我可以使用许多设备,从 DataPower 到 Cisco 再到 F5 等等。每个用于配置的用户界面似乎都有不同的布局,其中一些导航位于侧面,而另一些则位于顶部。

可用性指南如何根据用户网站与需要配置的内容而有所不同?

0 投票
2 回答
18273 浏览

jakarta-ee - WebLogic“MDB 应用程序未连接到消息传递系统”

我们有一个在 WebLogic Portal 10.2 上运行的 J2EE/门户应用程序。我们最近引入了一个异步 EJB 调用,但是在将它投入生产之后,我们收到一条错误消息,上面写着

MDB 应用程序XXX未连接到消息传递系统

这是一个编码问题,可以通过运行时参数进行调整,还是我们可以忽略的问题?(或者我没有想到的第四个选项?)