Submitted by heartin on Mon, 02/24/2014 - 21:12
Traditional processes usually define success is in terms of factors such as delivery on time, delivery on budget, and delivery according to specification. However, even if the project was successful based on these factors, if it doesn’t provide the intended value to business, it doesn’t make much sense and can’t be considered as really successful.
Submitted by heartin on Mon, 02/24/2014 - 20:28
Wikipedia defines agile software development as a group of software development methods based on iterative and incremental development, where requirements and solutions evolve through collaboration between self-organizing, cross-functional teams.
The Agile Manifesto introduced the term agile in 2001.
Submitted by heartin on Thu, 02/20/2014 - 08:45
We will create a simple JSP form and then submit the form with action as another jsp and retrieve the form parameters which are received as request parameters in the second jsp file.
Create a 'Dynamic Web Project'.
Submitted by heartin on Thu, 02/20/2014 - 05:35
Prerequisites
Eclipse itself is a Java program and hence you need to have the Java Virtual Machine (JVM) to use eclipse. If you want to use Eclipse for Java development, as in most cases, you will also need a (Java Development Kit) JDK.
Downloading and installing
Follow these simple steps to download and install Eclipse IDE:
Submitted by heartin on Thu, 02/20/2014 - 05:32
Eclipse is an IDE tool that helps us to develop software. According to the Wikipedia definition, an integrated development environment (IDE) is a software application that provides comprehensive facilities to computer programmers for software development. You can also write code in a text editor and compile and execute from command line; but compared to a text editor, eclipse provides many additional useful features to make the development of software easier and faster. IDE normally consists of a source code editor, build automation tools and a debugger.
Pages