How to integrate egnyte with Document and Media widget of liferay 7 or Is there any other way to integrate egnyte using third party application - liferay-7

I am trying to integrate egnyte repository with liferay 7 using Document and Media widget to display the files and folders in UI.But since Document and Media supports CMIS web service and Atom url options. But didn't found option for integrating egnyte repository.Is that possible to integrate egnyte with liferay 7?

Related

How to integrate SAP UI5 application to Apache Cordova for Mobile platform

I am trying to integrate SAP UI 5 application to mobile application, for this I am working with Apache Cordova.
Created a sample application in Eclipse Luna which is having SAP UI5 Plugin
Created a sample Apache Cordova Application using Windows CLI
Copied the webcontent files from SAP UI 5 application to www folder of cordova application
Added Android Platform
Build the application
Now while running the app in mobile device, I am getting white blank page. I am not sure what's the problem is ? Can someone help me out.
As per my experience Wherever you built the application doesn't matter.!
You can create an Apache cordova project first then,copy the SAPUI5 Resource folder under www folder with your application files.The Resource folder which will be holding all the libraries which is mandatory to support SAPUI5 controls.
Also keep your Resource folder path in you index.html file in your project.
Then next step you try to build your application using CLI or Command prompt with Cordova standard commands.
I hope this will help you..!
Cheers.

Deployment SAPUI5 Project to SAP NetWeaver JAVA

I have already installed SAP NetWeaver Java Application Server to deploy a SAPUI5 project but I already find reference link, but not clear. I also search in SAP web but I don't find the document pdf for deployment SAPUI5 project.
Can you give me link reference or link document SAP for deployment SAPUI5 project in SAP NetWeaver JAVA? I already find some reference but I can't implement because the steps is not clear. Can you give me the solution?
You do it using Netweaver Developer Studio by using an Enterprise Application Project (EAR). Just like any other normal project deployment in NWDS.

Import alfresco project into eclipse

I'm new in Alfresco I have download and installed "alfresco-community-4.2.f-installer-win-x64.exe" and I'm looking if I can import it as an eclipse project
The Alfresco Installer provides everything you need to run Alfresco. Install it, start it, away you go
However, if you want to either write your own Java code to run on Alfresco, or to extend/change Alfresco, it isn't what you need.
To build your own code on top of Alfresco, you'll most likely want the Alfresco SDK. That contains everything you need to:
Develop Alfresco Repository plug-ins such as:
Custom Actions / Conditions
Custom Aspects
Custom Transformers
Develop Applications against a standalone Alfresco server via Alfresco's Web Service API. In this case, the SDK works as a wrapper for the Alfresco API.
Embed Alfresco into existing Applications via Alfresco's Java Foundation API or standards-compliant JCR API
Alternately, if you want to make changes to Alfresco itself, then you'll need to grab the source code for it. The Source Code Wiki Page has the details of how to do that, and the 4.2f code is here
if you are using Maven you can try with Maven Alfresco SDK

How to integrate JasperServer into Liferay

How can I integrate JasperServer 4 to Liferay 6? I found an article that describes how to integrate JasperServer CE 3.7.0 into Liferay 6.0.5. But I doubt that it won't be applicable to version 4. I check http://sourceforge.net and found a portlet for JasperServer 3.7.1. However, there is no JasperServerPortlet for version 4 in the web site.
There's one here:
http://sourceforge.net/projects/jasperserver/files/JasperServer/JasperReports%20Server%204.7.0/ - JasperReportsServer-portlet-4.7.0.war
Note though that it's intended for JBoss portal, so it's possible something won't work in Liferay. Unfortunately, this would mean you'd have to develop your own integration for Liferay.

mvc web site publishing

i want to create a mvc web site not mvc application. I read somethink about diffrence between Web Site And Web Application. And convert it to mvc web site from web application. But i read that web site does not create dll's at bin folder when publish it to IIS. But when a publish my web site it creates dll at bin folder. I have Added my models and controllers to App_code folder. But when i publish it to IIS i can not see App_Code folder on it. It creates only dll. Advise me please.
You can't have a .NET MVC Web Site. All .NET MVC Applications are Web Applications.