
Search In


Sometimes we have to show a transparent View on a ViewController, For that we generally use .xib file and add them as subView in ViewController to show the transparency. But we can also give the transparency to view controller while presenting this.
Hi Everybody!!
I am working on library management system project. Below is my LibraryCollection class. I would like to call my checkOutMaterial() method in the main class.
I need help on how to call the method. Any help would be a
This is my controller :
@Controller
@RequestMapping(value = "/paymentgateway")
public class PaymentGatewayController {
@RequestMapping(value = "/checkPayStatusProposalID/{proposalID}", method = RequestMethod.GET)
@ResponseBody
public PGTransactio
For the code below I managed to make these rectangles collide and bound at the Jpanel border, but why is that these rectangles do not bound each other when they collide, instead they overlapped each other?
I think there is a problem in my actionPerfo
Hi All,
RSS feeds are the Rich Site Summary feeds, benefit users who want to receive timely updates from favorite websites or to aggregate data from many sites. Here i am using ABC News RSS feeds to get the news Update. A particular RSS feeds are on
Hi All,
Some time we need to update value in a table in some pattern or increment order. Then we use loop and iterate with all record, but as know looping is take time and our application become slower.
We can achieve this by without loop also. bel
Both the strengths and the vulnerability of agile teams stem from the constant tight interaction between team members. Disharmony and conflict may happen even within the high-performing teams because they consist of people with different, often clash
Pivoting in sql
Pivoting in sql means changing rows to columns and columns to rows. We often need to change rows to columns in some scenario. Suppose I
Hi Team,
Today I will explain Lazy Loading and Eager Loading.
Firstly we will explore Eager Loading.
Eager Loading is the process of loading the related data. We will use Include keyword to load the related data.
Let us take an example of entity
There might be some scenario in your code, where some of the tasks should be performed in the background without affecting the current task. Some time we have scenario, where we needed to fire the function, which consists of some function call, where
