Wednesday, February 26, 2020

The current financial crisis Essay Example | Topics and Well Written Essays - 1750 words

The current financial crisis - Essay Example The banks had a liquidity issue in their hands making the given and receiving of loans very difficult as the fallout from the subprime lending bubble burst. (Magdoff and Bellamy). This paper discusses the subprime crisis of America in 2007 and the Asian financial crisis of 1997 - 1998, and explaining the possible causes of the crises. The subprime crisis happened in America in the year 2007 and involved a national banking emergency which resulted in the famous economic US economic recession of 2008 (Raymond). The American business community had involved itself extensively with mortgage-backed securities (MBS) and collateralized debt obligations (CDO) due to the high returns from the high interest rates on mortgages. When lower credit quality was onset, however, there was a massive default with the disruptions in the flow of credit to both the businesses and the consumers. The result was a marked severe global recession. Several reasons were put up to explain the cause of the crisis but the fallout is generally considered to be from the sudden rise in the rates of subprime lending. According to Pierre (233), the rates of mortgages were originally low, about 8%. However, when the rates suddenly hiked to about 20% in the year 2006, it became apparently very high for the institutions offering these mortgage services. This hiked lending lead to a lowered standard of lending and a rise in higher-risk products from mortgages. Consequently, the US households became highly indebted with a sharp rise in the ratio of the amount that each of these households would dispose to the amount of debt in mortgages (Robert, 126). As was observed in mid-2006, it became very difficult for borrowers in the US to refinance their loans following a deep decline in the US home prices (James, 198). Mortgage felony was observed to rise following a reset of adjustable-mortgage rates to higher

Monday, February 10, 2020

Spring Framework with MVC web applications Essay

Spring Framework with MVC web applications - Essay Example It simplifies Java development through four key strategies This is the framework for the programmer or the developer who wants to develop Java application using Plain Old Java Objects (POJOs) and then non-invasively apply enterprise services (Johnson, et al., 2011). Simply put, it is a one-stop-shop solution for developers of enterprise applications. The Spring framework has several features that are categories into modules. The diagram shown illustrates the key features of Spring. This framework avoids the clutter and gives you the ability to use only what you need. The core features of Spring framework are able to support declarative transaction management, remote access to the application logic through web services, and other main options for data persisting. Spring offers fully featured MVC framework and enables the programmer to transparently integrate AOP. Its key design is non-intrusiveness, which is no dependency on the framework. When a programmer talks about Spring, dependency injection and inversion control should echo. Dependency control makes the Spring framework more popular because it allows individuals and institutions to build robust, dependable applications that are easy to maintain. Spring addresses the main problems of J2EE regarding web application development, Enterprise Java beans, Database access (JDBC, ORM), transaction management and Remote access. The primary purpose is to reduce dependencies and even introduce negative dependencies. Spring is largely built around dependency injection and aspect oriented programming (AOP). During runtime, dependencies are injected thereby preventing hard-coded object creation and object lookup. It enables loose coupling and helps the developer to write effective unit tests. As a programmer, the Spring framework does need you to implement interfaces or extend classes. Instead, it allows the developer to focus on the actual app because the framework covers these