How to integrate FileNet Virtual Viewer of ICN into web application? - filenet-p8

How can i integrate Daeja Virtual Viewer of ICN into my web application?
I want to display in iFrame of my application's page seamless viewer with specific document.
Environments:
My web application
WAS 8.5
Linux
P8 5.2.1
WAS 8.5
Linux

Related

How to deploy Oracle forms application into web?

I am using Oracle Forms 11g to develop a screen and I want to deploy it in a application server in web? Which is the best cloud application server to deploy Forms application that already contains forms preinstalled in it
?
Also , please tell me what are the prerequisite of that server to run a small application ?(for personal use).
Does Oracle or any other cloud hosting company provide such a server for subscription ?
Thanks

Elastic APM traces are not visible in ELK

APM agent 1.12.1 is being used in .Net core 6 API.
enter image description here
this API is used by admin portal (ASP.Net MVC 5) and API portal (similar to swgger - .Net core 5 MVC).
APM agent is not installed and no related settings are present in both admin and API portal
APM traces can be seen for API hit from admin portal
APM traces are not visible for API hit from API portal
is this the correct way of using APM for API? does .Net core MVC 5 cannot use the APM of API?

Mobile App with microservices (on Microsoft Azure service fabric)

I am planning to build an enterprise grade mobile application that requires full offline capability. It would be used worldwide. For the backend application, I intend to realise it as microservices using Azure Service fabric. The backend application would be leveraged by both a web admin UI as well as by the above mobile app. For the mobile app, I intend to use Azure App service's the new mobile app service. This would provide me the capability to do offline data sync and also carry out the functions when network reachability is there.
MobileApp --> Azure MobileApp service --> Azure API app service --> Azure Service Fabric (cluster of nodes hosting microservices).
Following are some questions & observations on which I require advice:
The reason I am putting in Azure API service in the middle is because I intend to do API management (I understand Azure has a separate API management offering - any pointers on how I can do true API management in the above architecture would be very helpful. Would API management replace API app service ? )
I intend to use Swagger generated code out of API app service, so that both the web admin UI layer and the Azure Mobile App service layer can leverage. Your thoughts ?
Here I am using 2 paradigms - App Service (for mobile & API) and App Service fabric. I believe this is the only option given the fact that I have a mobile app requiring heavy duty offline feature.
Data Sync from mobile: How do you think I can sync data between Mobile App service and the microservice specific data stores ? Do I need to go via the APIs or I can easily do a data sync with the data stores of individual microservices. Your thoughts please ?
I would put the Azure API management in front of the mobile apps, on the microsoft integration roadmap, there was an announcement that API management will be built into App Services (and thus mobile services) by the end of 2016:
https://www.microsoft.com/en-us/download/details.aspx?id=50408
The first preview is in "Power Apps" https://azure.microsoft.com/nl-nl/documentation/articles/powerapps-configure-apis/
where API management policies are incorporated directly
For more info on creating an API management layer on top of mobile services:
http://giventocode.com/azure-api-management-and-azure-mobile-services

How to host my asp.net Mvc 3 web application on one PC and access this web application from other PCs

i have built an asp.net MVc 3 web application on my machine , now i need to host this web application locally to be accessed by four employees in our office. so i need to know the following:-
can i host my asp.net mvc web application inside my machine ? and then connect the other four machines into my PC ?
is there any link that can help me in implementing similar tasks?
BR
If you have IIS installed on your machine, you can host your MVC3 app as a website there. As long as it is the only site bound to port 80, your site should be browsable by other employees in the office at http://<your computer name>/.
Hope this helps.
Setup the website in your IIS.
If Win XP, add file extension in IIS Application settings
Add file extension .* to aspnet_isapi.dll (.NET 4.0)

Accessing a non silverlight enabled web service from a Silverlight Phone Application

I'm trying to access a WCF web service (that is NOT silverlight enabled) from a Windows Phone Application using Silverlight.
I am able to add the service reference fine and I can see all the methods on that service.
The problem I'm having is that when I actually try to call a method I get an "EndPointNotFoundException."
I've read many examples that use a web service which is SilverLight enabled.
My question is: Is it possible to use a web service that is NOT silverlight enabled in a Windows Phone Application using Silverlight?
Test the service with the WCF Test Client and see if it works. In case there are no errors, make sure that the service is using basicHttpBinding (and not wsHttpBinding, as I see in a lot of services - it is not supported on WP7).

Resources