Im trying to create a angular portlet that communicates with the portal via websockets. For Liferay 7.0 I found this tutorial but I couldn't get it to work on 7.2 and I can't find anything on websockets for 7.2.
Is it possible to do the same in Liferay Portal CE 7.2 or is that no longer supported?
Related
I tested the Sparklr demo for Spring OAuth 2 on this server Jboss Enterprise 6.1.0 and I get a 404 for /oauth/token. The same war works great on tomcat 8, get a token back no problem.
Do you know how I can fix this server to work with Spring OAuth 2? Or why the same war behaves differently on the two different servers?
Here is the source for the Sparklr demo.
https://github.com/spring-projects/spring-security-oauth/tree/master/samples/oauth2/sparklr
I tried it on the new Jboss EAP 7.10 and Sparklr demo is working great. Fortunately we upgraded the jboss and this fixed it.
the about-page of wso2ei 6.1.1 (https://docs.wso2.com/display/EI611/About+this+Release)
mentioned the possibility to develop and especially to deploy msf4j apps in wso2ei:
From WSO2 EI 6.1.0 onwards, it does not ship the functionalities of
WSO2 Application Server (AS). However, you can develop applications
using MSF4J, JAX-RS or JAX-WS technologies and deploy in WSO2 EI. If
you already have applications in WAR or AAR formats, use WSO2 AS 5.3.0
or Tomcat as the server to deploy web apps. Nevertheless, WSO2 still
provides complete development and production support for WSO2 AS.
I am very interested to do this, but unfortunally I can not find any information on this topic. I would be happy to receive information and links to this topic.
You can develop a service using MSF4J and deployed it with the MSF4J profile which is available with the WSO2 EI. Sample is mentioned in Doc 1
Highlevel steps would be
Develop the MSF4J service
Put that jar file in <EI_HOME>/wso2/msf4j/deployment directory
Start the MSF4J profile in EI <EI_HOME>/wso2/msf4j/bin/carbon.sh
Do IBM WebSphere Application Server 7.0 have a web server plugin like in version 8.5? or in WAS7 we need IIS as a web server.
To add to what Gas has pointed out, if you intend to use a web server in front of your WebSphere Application Server (WAS) deployment, installing the WAS HTTP Plugin on the web server is a requirement.
All versions of WAS have this requirement and offer a plugin for the following web servers:
IBM HTTP Server (IHS)
Apache HTTP Server
Domino Web server
Internet Information Services (IIS)
Sun Java Web server
The plugin itself is available on the "Supplements" image for which ever WAS bundle you're licensed for. The following document provides the appropriate WAS v7 part numbers for each OS:
Download WebSphere Application Server Version 7.0 for Windows operating systems
The "Supplements" image is Download 3 in the list, and is a two part download.
Also, here is the Plugin install parent doc from the WAS v7 Knowledge Center:
Installing Web server plug-ins
Yes, every WAS version has Plugin for most major web servers (IHS, Apache, IIS). You need to download separate package, known as Supplements. There you will find WebSphere Plugins.
As Jira 6.0 deprecates SOAP (https://developer.atlassian.com/display/JIRADEV/SOAP+and+XML-RPC+API+Deprecated+in+JIRA+6.0) does Sonar Jira plugin support REST communication with Jira 6.0 server?
Yes it does but it's still working on the deprecated API.
I have some portlets developed using Spring Portlet MVC framework. Currently they're deployed in a WebSphere Portal Server v7 and the work like a charm, but now the client has purchased Mobile Portal Accelerator for the Portal and wants to mobile-enable all the developed portlets using that technology.
Does anyone has any experience using that technology, specially combined with Spring Portlet MVC? IBM published some articles about exposing existing JSR-168 portlets, but I'm not sure how this will work with Spring Portlet and JSR-286 API.