How to find CPU cores in WINDOWS
Open command prompt and execute below commands.
WMIC CPU Get NumberOfCores
More details...
[Fatal Error] The processing instruction target matching "[xX][mM][lL]" is not allowed.
Error as below??
[Fatal Error] :2:6: The processing instruction target matching "[xX][mM][lL]" is not allowed.
org.xml.sax.SAXParseException:...
SVN setup in Eclipse
SVN setup in Eclipse
Quick steps.
Step 1: Download, extract and start Eclipse
Step 2: Open webbrowser and visit url...
10 PostgreSQL Commands for Developers
10 PostgreSQL Commands for Developers
Windows
Start Postgres SQL Server
"pg_ctl" -D "<datafolderpath>" -l logfile...
Maven Proxy Settings don't work!?
Maven Proxy Settings don't work!?
Tried lot of settings.xml alterations and still maven cant update its repository??...
Solved : No configuration found for the specified action
Solved : No configuration found for the specified action
Issue: Warning : No configuration found for...
Struts 2 Rest Convention Plugin Configuration Example
Struts 2 Rest Convention Plugin Configuration Example
I was playing around with Struts 2.3.8 and I really liked it the...
Alfresco Authenticate -get the valid ticket & invalidate the login.
Alfresco Authenticate -get the valid ticket & invalidate the login.
import java.io.InputStream;
import java.net.HttpURLConnection;
import...
10 Best SQLClients for Developers
10 Best SQLClients for Developers
1. Postgresql Maestro
Download URL: http://www.sqlmaestro.com/products/postgresql/maestro/
2....

Manually Start PostgreSQL Windows
Start PostgreSQL in Windows
Download and install/extract the postgre server
Create a data folder under pgsql as
C:\softwares\installed\pgsql\data
Open...
Javascript for loop Example
Javascript for loop Example
for(var i=0; i<=10; i++){
alert("Counter is at "+i);
}
What to note??
From...
Alfresco - view state cannot be reconstructed
Alfresco - view state cannot be reconstructed
This is a very familiar exception for Alfresco users,
Cause:
There...

Ways to find the node ids of a content in Alfresco
Ways to find the node ids of a content in Alfresco
It is a common need when working with Alfresco to find a
contents...
Alfresco webscript FTL returning XML throws the entity nbsp was referenced but not declared exception
Alfresco webscript FTL returning XML throws the entity nbsp was referenced but not declared exception
FTL Structure:
<?xml...
Subscribe to:
Posts (Atom)