1. Open the service.properties and change the build number to the newest. 2. Go to Database and update the buildnumber in the table ...
How to Create Java Program from the Ubuntu terminal?
1.Goto terminal first, now make directory using following command any where. mkdir javaprogram 2.Create a file using vi editor by u...
Selinium overview in Liferay
1. Selenium IDE is an intergrated development environment for Selenium. It works as a FireFox extension that allows you to record and e...
Why do we forward the port?
Port forwarding is used when you want to access a service running by some private network machine from an outside network(public network...
Eclipse Shortcuts For Java Developers
generate code=CTRL + SPACE Open list of files=CTRL + E Formating code= CTRL + SHIFT+F Organize Imports=CTRL + SHIFT+O Move betw...
Basic Authentication Example Using Servlets
In Basic authentication, if you try to send a request, a popup window appears and you enter a particular username/password, which gets...
How to add Google translator in liferay portal?
If we want to add Google translator in liferay portal, we need to add Google translator code to liferay theme. So that it Google translato...