Install xrdp Remote Desktop to CentOS 6 / RHEL 6
xrdp is an Open Source Remote desktop Protocol server, which allows you to RDP to your Linux server from…
xrdp is an Open Source Remote desktop Protocol server, which allows you to RDP to your Linux server from…
Error EJPAH5000E: Failed to initialize virtual portal hr. com.ibm.portal.WpsException: EJPAH5000E: Failed to initialize virtual portal hr. at com.ibm.wps.portlets.managevirtualportals.actions.DoInitializeVirtualPortalAction.initializeVirtualPortal(DoInitializeVirtualPortalAction.java:207)…
Before doing this example you should have this files dgrid you will get from this its…
Hidden pages:- Some scenarios and use cases require pages that do not show in the portal, but contain portlets…
How to Export Entire Portal Configurations Using XMLAccess 1. Open CMD 2. Go to <IBM>WebSpherePortalServerbin 3. Run this command…
Loading DOJO 1.9 in Websphere Portal 8 Two ways of loading dojo 1.9 into websphere portal 8 theme. 1st…
Step 1: Open DBvisualizer and click on New connection Give a name to it, click next, Select JavaDB/Derby Embedded,…
Java 8 Introduces interfaces with default and static methodsInterface:package org.interfaces; public interface MyInterface { //Abstarct method public…
Functional Interface: An interface with only one abstract methodpackage org.lamda; @FunctionalInterfacepublic interface Fun { public void makeFun(String f);} Lambda…
The WSRP is a specification.it is used to define a portlet’s operations to remote containers. JSR 286 portlets and…
The WSRP is a specification.it is used to define a portlet’s operations to remote containers. JSR 286 portlets and…
public class Amicable{ public static void main(String args[]) { for(int i=2; i<=10000; i++) { for(int j=i+1; j<=10000; j++) { …
Input Format: First line will contains B and N, separated by space, where B is the energy of Bob and N is the…
Output: Enter how many strings do you want to take:3 Enter Strings: zahir koti naveen …
//Program to check whether the given string is palindrome or not import java.util.*; class Palindrome { public static…