test

Sunday, April 15, 2012

Jenkins Quick Start Guide

Visit my new portal bharaththippireddy.net







Assignment:


1) Download the Jenkins war file from here http://jenkins-ci.org/


2) Deploy jenkins.war to the tomcat webapps folder


3) Download the J2EE Web App project used in the hands on from here - Download Link

4) Update the tomcat.home in the build.properties to point to your tomcat home folder.


5) Configure Continuous Integration for this project using what you have learnt from the presentation.


Other Info


Jenkins User Guide

Related Presentations:


Continuous Integration

J2EE Development Environment For Beginners

Core Java Overview

J2EE Technology Roadmap for beginners

Monday, April 9, 2012

Unit Test Automation

Visit my new portal bharaththippireddy.net




Test Automation gives us instant and continuous feedback to improve the quality of the software under development.You can automate the process of running your JUnits by making them a part of your ant build scripts using the JUnit ANT task.You can also use the JUnitReport Ant Task to generate informative and easy to browse test reports.There are several advantages of test automation which you will learn when i present Continuous Integration and Hudson Hands On next.


JUnit ANT Task
JUnitReport ANT Task

Related Presentations:

JUnit Quickstart Hands On

Ant Hands On

Core Java Overview

J2EE Technology Roadmap for beginners

Saturday, April 7, 2012

JUnit Quickstart Hands On

Visit my new portal bharaththippireddy.net







Home Work:

1)Download this JUnit eclipse project here - BITsJUnit
2)Unzip the contents in to your eclipse workspace
3)Add a test method that makes sure our  method returns nothing when you pass a customer name that i not in the map.

Related Presentations:

JUnit Introduction

Ant Hands On

Core Java Overview

J2EE Technology Roadmap for beginners

Sunday, April 1, 2012

Java I/0 Hands On

Visit my new portal bharaththippireddy.net








Assignment:

1) Download this Eclipse Project - Download Link 
2) Unzip it to your eclipse work-space. Import the project in to your eclipse.
3)Try using the different methods on the FileInputStream and FileReader


Related Presentations:

Java Input/Output Streams

Core Java Overview

J2EE Technology Roadmap for beginners

Sunday, March 25, 2012

Java Collections Hands On

Visit my new portal bharaththippireddy.net







Assignment:

1) Download this Eclipse Project - Download Link 
2) Unzip it to your eclipse work-space. Import the project in to your eclipse.
3)Try using the different methods on Set,List,Map Interfaces and Collections class.


Related Presentations:

Java Collections Part 3 : Set and Map

equals and hashCode

Core Java Overview

J2EE Technology Roadmap for beginners

Sunday, March 11, 2012

JSP Hands On

Visit my new portal bharaththippireddy.net







Assignment:

1) Download this Eclipse Project - Download Link
2) Import the project in to your eclipse.
3) Update the build.properties by pointing the tomcat .home to your
 Tomcat Installation Folder.
4)Play Around with the loginResponseHandler.jsp JSP page.

Up Next:


Core Java Topics

Related Presentations:

J2EE Web Application Hands On

J2EE Web Application Basics

Ant Hands On


Saturday, March 10, 2012

J2EE Web Application Hands On

Visit my new portal bharaththippireddy.net







Assignment:

1) Download this Eclipse Project - Download Link
2) Import the project in to your eclipse.
3) Update the build.properties by pointing the tomcat .home to your Tomcat Installation Folder
4)Play Around!


Coming Soon:


JSP Hands On

Related Presentations:

web.xml:An Introduction 

JSP Basics Part 2

Servlet Basics Part 3

J2EE Web Application Basics

Ant Hands On


Wednesday, February 29, 2012

JSP Basics

Visit my new portal bharaththippireddy.net











Assignment:


Browse through the following Servlet Classes and their methods in the Servlet API Documentation - Link to the Servlet Java Docs


GenericServlet 
HttpServlet 
HttpServletRequest 
HttpServletResponse
HttpSession 
ServletConfig 
ServletContext 





Related Presentations:

Servlet Basics Part 3

Servlet Basics Part 2

Servlet Basics

J2EE Web Application Basics

Tuesday, January 31, 2012

ANT : The Build Automation Tool

Visit my new portal bharaththippireddy.net














Mail your Questions and Feedback to : bharathsblog@gmail.com


Home Work


Go through the list of ant tasks - Overview of Ant Tasks


Coming Soon


Eclipse Real-time Project Example


Ant Hands On


Related Presentations:

J2EE Technology Roadmap for beginners

J2EE Development Environment For Beginners

Core Java Overview