This article demonstrates how to create a simple JSF that uses Primefaces in Eclipse.
How to make a tab selected by default in Pimefaces
This article demonstrates how make any tab selected or activated by default.
How to use Batoo JPA in a simple Application
This article demonstrates how to use Batoo JPA 2.0.1.2 in a simple application.
How to Retrieve a List of Locked User Accounts directly from SAP NetWeaver Portal
Background [wp_ad_camp_1] A problem ticket was created for a production issue wherein the SAP NetWeaver Portal application’s Unlock Users functionality is taking too long to even just list the all locked accounts from a specific country. During the investigation, I
How to get Currently Logged In Portal User in SAP Web Dynpro for Java
The current user may be set on some context variables but it may be out-of-sync, e.g. user id of previously logged in other user, or inadventently updated by other components. The safer approach is to retrieve it straight from WDClientUser.
How to Display and Close Windows in SAP Web Dynpro for Java
This article demonstrates how to display and close windows using Java codes in SAP Web Dynpro for Java.
How to programmatically change passwords in SAP NetWeaver Portal
This article demonstrates how to programmatically change user passwords in SAP NetWeaver Portal using available API.
How to programmatically create users in SAP NetWeaver Portal
This article demonstrates how to programmatically change user passwords in SAP NetWeaver Portal using available API. For applications with very high number of users, they may be better off keeping some references to portal users in their databases. For instance, an application can cache user ids in its database when new users are created. In that that way, it has readily available list of users at its disposal. Certain non-critical queries can be delegated to the RDBMS to reduce hits to the portal.
How to configure Maven to use proxy to connect to the network
Background This article demonstrates how configure Apache Maven to use proxy to connect to the network. [wp_ad_camp_1] Software Environment Windows 7 Professional SP1 Apache Maven 3.1.1 Java 1.7 (1.7.0_67 – Windows x86) Modify conf/settings.xml [wp_ad_camp_2] Download the Apache Maven from http://maven.apache.org/
How to create MD5 checksum for Jar Files using Apache Ant
Background This article demonstrates how to create an MD5 checksums for jar files using Ant. This is useful to verify if correct jar files have been used to deploy in some environment by other team, e.g., SQA. [wp_ad_camp_1] Software Environment