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

Search In

Inheritance in Hibernate

Sometimes we need to apply inheritance in Hibernate as per our requirement. Here I'm explaining the Hibernate Inheritance using "Table per subclass: using a discriminator". Suppose we've a class User with subclass Student. And in this approach we'll

Emerging Gaming Trends

1. Immersive Gaming: The Return Of Virtual Reality (VR) Some of you may be surprised to know that 3D films have existed since about a century ago. The technology just didn’t really didn’t take flight since then due to high costs. It is not until In

Hibernate One to Many Mapping

One to many mapping One-to-many mapping means a mapping in which each record in one table is linked to multiple records in another table. Like a parent record in one table can have several child records in another table.The parent is not required to

Paypal Create Recurring Payments Profile Working Code

//this code use to deduct amount automatically from buyers account //step1. include paypal.class.php file (find attached file) include_once('paypal.class.php'); $objPaypal = new MyPayPal(); $PayPalMode = 'sandbox'; // sandbox or li

Paypal: Create Recurring Payments Profile Working Code

This code use to deduct amount automatically from paypal buyers account. It is something like advance payment mode. If user agree with automatically deduction when he / she paying through paypal then amount will deduct according to billing period.

Best Marketing Plan for Mobile Gaming Application

This blog is the continuation series of “Mobile Application or Game Marketing Techniques – Part 1” in which I described brief information on the marketing techniques required for a mobile application or a gaming app. Here in this blog you will see th

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

Resuable Template in ASP.NET

Introduction In Visual Studio we have a built-in Web Form template to use, which we further change according to our need. But there may be case, when we want to have a custom template that we want to design as per our requirement and reuse it while

Spring Validation Using Validator Interface

Validation using Spring's Validator:- In Spring we can Validate the form value or do server side validation using the validator Interface. In the Following Example Code I am using the validator interface to validate the login form. LoginControlle

1 647 720
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: