Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Instantiating beans using static factory and instance factory in Spring

The benefit of using the spring framework is the masterful beans management by the IOC container. Spring framework confers options to impart the IOC container to use the factory methods for creating the instances. Types of factory methods: 1. Static

How to implement Change Password funtionality in custom portlet in Ligeray 6.2

To implement the change password functionality into your custom portlet in Liferay 6.2, just follow the below steps: 1- Write the below line in liferay-portlet.xml file for the portlet in with you want to perform action to change the password <p

Using Ajax request in a Liferay portlet

Ajax Request in Liferay Portlet:- In below code we will show you how you will call the ajax request in the Liferay. We can pass the aui form values to the PatientSearch portlet then get the result from database and display records in HTML table. se

How to convert Model Object into JSON string and JSON string into Model Object in Java?

Sometimes we need to get JSON string direct from Model object and to read JSON values from Model object. We can do this functionality very easily by using Jackson Mapper. Follow to steps in order to do conversion from Model Object to JSON string and

Show large resultset from database into jtable with scroll pagination in java swing

Hello all, I am very new to java, so please ignore if you think this question is stupid. A task has been assigned to me in which I have to extract data from h2 database table with **more than 1 crore rows (SAD) from one table.** And finally show that

How to fetch data from two table in cake php

Suppose we have a table name player having field id, name of player, images, etc having some data .Now we have another table name playergallery having field like id, player_id, images, etc here player_id is foreign key and it is referencing to table

What are directives?

Directives are the functions of javascript in Angularjs, the function can run when the DOM is loaded by the angular framework. By this new approach, Angularjs will let you to  create a new directive which could manuplate or modify DOM logicaly a

How to Summarise Leave Time Proportionally and Correctly in MySql

In mysql database i created "leave" table:   CREATE TABLE `leave` ( `ID_LEAVE` int(11) NOT NULL, `ID_WORKER` int(11) NOT NULL, `BEGIN_DATE` datetime DEFAULT NULL, `END_DATE` datetime DEFAULT NULL ) INSERT INTO `leave` (`ID_LEAVE`

HTML Interview Questions and Answers

HTML Interview Questions and Answers for Beginners Hello This tutorial, will provide you HTML questions and answers. The content here will help people to get through with their interviews for software industry. If you want to get to get into an IT

How to Code Guess Number Game in Python

How to Code Guess Number Game in Python.   I need a code what ask to continue the game if the user wins.

1 205 408
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: